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

Custom HTTP redirects #214

Closed
krizhanovsky opened this issue Apr 14, 2022 · 1 comment · Fixed by #221
Closed

Custom HTTP redirects #214

krizhanovsky opened this issue Apr 14, 2022 · 1 comment · Fixed by #221
Assignees
Labels
enhancement New feature or request

Comments

@krizhanovsky
Copy link
Contributor

krizhanovsky commented Apr 14, 2022

Development issue tempesta-tech/tempesta#856 . Please test the variables, e.g.

  • https://$host$request_uri/$host$host
  • http://foo$request_urlbar$hostzoo
  • https://$request_url$host$request_url$request_url$request_url$host$request_url$host$request_url (more than 8 variables must be rejected on configuration process)
  • http://$urlfoo (non existent variables are just ignored, the redirect should be to ' http://$urlfoo')
@krizhanovsky
Copy link
Contributor Author

Also fix the disabled tests in #220 for the issue

nickzaev added a commit that referenced this issue Jun 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants