Hi,
How to implement improper 302 redirection vulnerability in asp.net.
Regards,
Pratik
Hi,
How to implement improper 302 redirection vulnerability in asp.net.
Regards,
Pratik
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Swesh SPosted Sep 22, 2023, 7:41 AM
context.Response.Redirect(url, true);
context.Response.End();
will provide the default status code as 302.
Mohammad HussainPosted Sep 22, 2023, 6:03 AM
https://blog.airbrake.io/blog/http-errors/302-found