After logging in using curl the css and javascript files are linking to localhost how to overcome this.....
I have logged into external website using curl curl_setopt($ch, CURLOPT_URL,"https://externalwebsite.com"); after getting redirected to the external website the links in the external website are showing the localhost path for example the javascript files are linking to the above path is linked to src="http://localhost/curlbasic/js/dojotoolkit/dojo/dojo.js?12.01_144204"