Skip to main content


You asked, I heard you. #curl --resolve with wildcard support for port number:

github.com/curl/curl/pull/1398…

Let's you do this to redirect all host names against all ports used in the cmdline to 127.0.0.1:

curl --resolve *:*:127.0.0.1 example.com

#curl
Unknown parent

daniel:// stenberg://
@untitaker hm, you're right. Maybe this is just duplicated functionality. I need to rethink. Thanks!
in reply to daniel:// stenberg://

ah, this is super helpful for wildcard URL testing against an OpenShift Router!
in reply to daniel:// stenberg://

Thx, that will make a lot of testing so much easier, no more redirect port 80 and 443