ASP.NET - How do I 'follow' a redirect from a response to an http post generated by a server side process? -


i have scenario i'm not sure how handle in asp.net.

i setting automated payment system conversion previous manual, user driven payment system.

the system worked so:

1.the user fills in payment form, , submits form.

2.this causes http post remote page.

3.the remote page processes post data, , payment.

4.the remote page forwards web browser on call page on original website, along query string data allows recording of response.

the automated system checks due payments, , works so:

1.create server side http post , submit.

2.....

and here i've got to. i've got httpwebrequest, , httpwebresponse can read.

the problem request doesn't seem follow response. don't see evidence of code in callback page firing.

is though redirect in remote page isn't honoured unless browser used posting.

hope makes sense?

any pointers on how should handling type of scenario?

did set allowautoredirect property true?


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -