We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The initial requested url has an extra / which the server returns a correcting redirect. This is one extra round trip that can be eliminated.
/
2019-08-04 18:50:46,511 https://api.weather.gov:443 "GET //points/36.302098,-119.499044 HTTP/1.1" 301 539 2019-08-04 18:50:46,517 https://api.weather.gov:443 "GET /points/36.3021,-119.499 HTTP/1.1" 200 811
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The initial requested url has an extra
/
which the server returns a correcting redirect. This is one extra round trip that can be eliminated.The text was updated successfully, but these errors were encountered: