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

Fix x-forwarded-proto detection #578

Merged
merged 1 commit into from
Mar 26, 2018
Merged

Fix x-forwarded-proto detection #578

merged 1 commit into from
Mar 26, 2018

Conversation

AD7six
Copy link
Contributor

@AD7six AD7six commented Mar 26, 2018

Forwarded-proto detection is currently looking for headers that aren't set - because:

  • HTTP headers have the prefix HTTP_
  • php's env variables are underscored, not hyphenated

Related: #251

Copy link
Collaborator

@stayallive stayallive left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! 👍

@Jean85
Copy link
Collaborator

Jean85 commented Mar 26, 2018

Build failure is unrelated, it will be probably fixed in #576. Merging!

@Jean85 Jean85 merged commit 0988388 into getsentry:master Mar 26, 2018
@Jean85 Jean85 mentioned this pull request May 3, 2018
27 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants