The company unified login interface nginx does not accept POST requests for static files

the problem I want to solve now is:
now after jumping to the company unified login page, the company login page post will jump 405 when it returns to / xxxx page. On the Internet, it seems that nginx does not accept post requests for static files
what needs to be solved is
to jump back to the single page application whose project is Vue.
this post request has a token that needs to be written into the cookie of a single page.
I don"t know about Nginx and hope to help solve

.
Aug.10,2021

the relatively simple solution is to request with get, put the token in url, and then index.html to determine if there is any token, store it in cookie, and reload directly at the front end (and remove the token from the url at the same time).

Menu