Dear all
I am submitting some values to the page(http://www.goair.in/) using
PostMethod and i am expecting to get the next
page(http://www.goair.in/Booking/BERP_Availability.aspx), but i am not
able to get the page
The action of the form in page http://www.goair.in/ was
http://www.goair.in/besr_availability.aspx,
So i use the following code to initialise postmethod
PostMethod method2 = new
PostMethod("http://www.goair.in/Besr_availability.aspx");
I am expecting a redirect response, so that i can proceed and get the
expected page (http://www.goair.in/Booking/BERP_Availability.aspx) ,
but i am not getting any redirect response,instead of that i am getting
a 200 OK response with content of length zero.
Please help to solve this problem.
regards
rajapandian
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]