| Vingen300 2004-09-22, 9:56 pm |
| Hi.
i use http Request-Response port to send data to a web-server, but the
web-server redirects to a new url for the response. The problem then being
that the http port just reads the http header:
HTTP/1.1 303 See Other
Location: http://[host]/[path]
Content-Length: 0
Server: Allegro-Software-RomPager/3.12
but doesn't retrieve the response from the new location.
When i do exactly the same in a vb.net application and use HttpWebRequest
and HttpWebResponse objects it work's fine. The HttpWebResponse object gets
the response from the new location.
I've set the Max Redirect's attribute to 5 just to be sure, it doesn't seem
to help.
I Could parse out the new adress and performe a new Request-Response, how to
i set the adapter to use http get instead of http post?
Any Ideas??
Regards
JMy
|