i am getting this error (wodHttpDLX)
not supported by your browser
...i've tried changing my user-agent to IE's headers but it just gives me a different error i have teh protocol set to protALL
Re: i am getting this error
Hi,
Can you please try to add this header:
[code]Http1.Request.Headers.Add UserAgent , Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) [/code]
before you issue request from server.
Let us know how it goes.
Regards,
Drazen
Re: i am getting this error
i tried it and im still getting the same error
Re: i am getting this error
Hi,
In which browser this page is working and which version is browser?
Did you try to find out what information you need to send to your server? Maybe you are missing something.
You can try using IE watch. IE watch HTTP and HTTPS analyzing tool. You can find there all info and send it in wodHttpDLX.
If that doesn't help can you maybe show us your code snippet? You can send your private information to: techsupport@weonlydo.com
Let us know how it goes.
Drazen