Hi Guys, Listen, Here’s I have a little challenging ASP Question facing my Mobile Project.
When I submit User data from my Mobile app to my ASP server using POST method, my Server validates this data and passes it to another ASP Server(i.e. another site), which at the end sends the answer.
The Problem is that, After validation,
>>>HOW can my ASP Server Forward processed data to another ASP Server using POST method without Client interaction<<< the Client only receives the answer from the Second ASP Server.
I’ll be very thankfull for any ideas :cheesy: