Programmatically pass additional header info along with URL to open a browser
问题 I have an application which at one point wants to launch a particular URL in the default browser. This is pretty simple and can be achieved using ShellExecute on Windows. However the catch is that the server expects some additional custom header information (for authentication/identification purposes) to be sent along with the GET request. Is there any way by which this (additional header) information could be passed to the browser while launching it? Note:- I want to launch the default