You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm wondering if CURLOPT_REQUEST_TARGET would need to be added to curb in order to perform requests where the Request-URI is different than the HTTP request's Host header (see code block below.) Perhaps there is another way to do this with Curl::Easy that I am unaware of. Please advise!
GET http://localhost HTTP/1.1
Host: google.com
The text was updated successfully, but these errors were encountered:
I'm wondering if CURLOPT_REQUEST_TARGET would need to be added to curb in order to perform requests where the Request-URI is different than the HTTP request's Host header (see code block below.) Perhaps there is another way to do this with Curl::Easy that I am unaware of. Please advise!
The text was updated successfully, but these errors were encountered: