-
Notifications
You must be signed in to change notification settings - Fork 804
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
different results with MacOS and Amazon Linux #758
Comments
The element It works as expected on MacOS because the element has been generated (
And on Linux, it doesn't (
You can request the URL on your Linux server directly, and you will see the 403 response: curl -i 'https://www.whatismybrowser.com/detect/what-is-my-user-agent'
HTTP/2 403
server: nginx
... |
@ZekeLu thanks, haven't noticed the 403 error |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What versions are you running?
MacOS
Amazon Linux
What did you do? Include clear steps.
run this code
What did you expect to see?
same results on darwin and linux
What did you see instead?
MacOS
works well
https://gist.github.com/AndriiOmelianenko/d4dcacf0902eb1e222c95535f2c5c8b1#file-macos-log
Linux
fails
https://gist.github.com/AndriiOmelianenko/d4dcacf0902eb1e222c95535f2c5c8b1#file-linux-log
The text was updated successfully, but these errors were encountered: