Share via

Enable Session POST Request

Salvatore Rizzo 21 Reputation points
2023-06-22T13:41:04.5666667+00:00

I have a ASP.Net 4.5 based webform application, the requirement is in a certain page I need to submit the form to a url (external url) outside my application with some parameters, I need to submit a return url (it will be the 'current page url of my application), the application running on that (external url) will process the data coming from the form and redirect to the return url, now the problem is when it gets that post callback (from external url) in my session, my application redirects it to the login page although the session is still valid (if I recall the url in GET I display the page correctly). Can anyone help me why it redirects me to the login page?

Developer technologies | ASP.NET Core | Other

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.