Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rewrite redirect for 303 status code #1129

Open
itaied246 opened this issue Jan 5, 2017 · 2 comments
Open

Rewrite redirect for 303 status code #1129

itaied246 opened this issue Jan 5, 2017 · 2 comments

Comments

@itaied246
Copy link

In the rewrite redirect there are these status codes to redirect by:

(line 5) var redirectRegex = /^201|30(1|2|7|8)$/;

I think you should also include the 303 (SEE OTHER) response status.
What do you think?

@themasch
Copy link

ran into the exact same problem.

@reflexator
Copy link

Yep there is pull request #1125

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants