I'm trying to automate 2-step search request. There's no JS and no authentication the form is HTTP Post to ASP page followed by 302 GET redirect which supposed to return batch of search results. Subsequent GET requests can be issued to paginate through results. My problem is that when I execute the form it comes back with 200 and the same page that contains the initial POST form. I'm wondering if the redirect is not followed for some reason and if so - how can I force it? I'm using HttpClient 4
Thanks, Bo -- View this message in context: http://old.nabble.com/Redirect-is-not-followed-on-POST-tp28813921p28813921.html Sent from the HttpClient-User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
