redirect error (General questions)
after doing...
[code]wod.Get http://aimprofiles.aol.fr/wax [/code]
it works but in the source i see a redirect and its not redirecting and getting the html i need as if i was doing it in a browser. any suggestions?
Re: redirect error
heres the actual header if this helps...
http://aimprofiles.aol.fr/wax
GET /wax HTTP/1.1
Host: aimprofiles.aol.fr
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.14) Gecko/20080404 Firefox/2.0.0.14
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Cookie: MC_UNAUTH=0
Re: redirect error
Hi Chris,
I think I was able to duplicate the issue.
I will now transfer this ticket to our developers to see if they can do the same in debug mode, and determine why this happens. You should get reply from them during the day.
Regards,
Drazen
Re: redirect error
Hi Chris,
I have just spoke with our programmers and they told me that you cannot execute Javascript in wodHttpDLX. This is reason why you aren't redirected to page you want.
You will receive same result in Internet Explorer if you disable Javascript.
Here is how:
------------------------------------------------------
1. Go to the Tools menu and select Internet Options...
2. In the Internet Options window, select the Security tab (at the top of the window).
3. Under the Security tab, select the Internet Web content zone.
4. Under Security Level for this zone:
5. Click on the Custom Level ... button at the bottom of the page to open the Security Settings window.
6. In the Security Settings window scroll down until you get to the section called Scripting (near the bottom).
7. Under Scripting there is a category Active scripting, select the option marked Disable for this category.
8. Click the OK button.
------------------------------------------------------
You can enable JavaScript in IE by selecting Enable again for Active scripting.
Drazen