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

Relaxes HTTP STATUS Header validation #47

Merged
merged 1 commit into from
Apr 13, 2015

Conversation

coquifrogs
Copy link

Checks if the response status contains "200 OK" where the previous code
only checked for "HTTP/1.1 200 OK". Newer browsers sometimes use
HTTP/2.0 resulting in a STATUS of "HTTP/2.0 200 OK".

Checks if the response status contains "200 OK" where the previous code
only checked for "HTTP/1.1 200 OK".  Newer browsers sometimes use
HTTP/2.0 resulting in a STATUS of "HTTP/2.0 200 OK".
@coquifrogs
Copy link
Author

Addresses issue #46

baldwin628 added a commit that referenced this pull request Apr 13, 2015
Relaxes HTTP STATUS Header validation
@baldwin628 baldwin628 merged commit 722e1e2 into googleanalytics:master Apr 13, 2015
@Synthetikaryote
Copy link

"Google Analytics hit request rejected with status code HTTP/1.0 200"

There's no "OK" at the end of "HTTP/1.0 200", so it's calling it rejected.

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

Successfully merging this pull request may close these issues.

None yet

3 participants