Is it impossible to redirect back or to another route with POST method request? |
I got an error when I wanted to redirect back with a 404 error. So I created a route 1 url with 3 different HTTP requests. I want to redirect with the POST request method but the return one is always GET method request. Is it impossible to redirect back using the POST method?
|
Messages In This Thread |
Is it impossible to redirect back or to another route with POST method request? - by mrardiyansyah - 10-31-2020, 03:23 AM
RE: Is it impossible to redirect back or to another route with POST method request? - by includebeer - 11-02-2020, 03:04 PM
RE: Is it impossible to redirect back or to another route with POST method request? - by mrardiyansyah - 11-03-2020, 09:04 AM
|