How to convert curl request to browser URL How to convert curl request to browser URL curl curl

How to convert curl request to browser URL


If by "equivalent" you mean "Using a host header claiming a different host than mentioned in the request URI", then the answer is: no, you can't. The browser will pull the host header from the entered URI.

You may be able to rewrite the headers using browser plugins.