P
plt
Hi guy's just a quick question
I have to redirect a request....ex.
A------>B------>C and the other way A------>B------>C
meaning that B have to control the communication between A and C.
(C is a secure server, that is only accepting request from B)
A normal Response.Redirect("xxxx.htm") does work here...
How do i do that in Vb.net
Please help me
Regards
Peter
I have to redirect a request....ex.
A------>B------>C and the other way A------>B------>C
meaning that B have to control the communication between A and C.
(C is a secure server, that is only accepting request from B)
A normal Response.Redirect("xxxx.htm") does work here...
How do i do that in Vb.net
Please help me
Regards
Peter