-
Notifications
You must be signed in to change notification settings - Fork 447
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
Analytics: resolve redundant-hostnames warning #1012
Comments
This might be an old message. I've selected "recheck". |
Yep, this is still a problem, which can be confirmed by the fact that the www domain pages are served with status 200 not 301: $ curl -i https://www.grpc.io 2>/dev/null | head -25 | grep ^H
HTTP/2 200 Note: drop the |
Here's what I'm getting now that #1052 has been merged and deployed: $ curl -i https://www.grpc.io 2>/dev/null | grep '^[lH]'
HTTP/2 301
location: https://grpc.io/
$ curl -i https://grpc.io 2>/dev/null | grep '^[lH]'
HTTP/2 200 I've triggered a re-verification in GA:
|
Nope, that didn't solve the problem. GA still reports redundant hostnames:
The Tag Assistant link in that message is to the legacy version. Here are updated links: |
I've triggered a re-check again. Maybe I issued the re-check too earlier after the merge yesterday. |
This is the warning
For details about filters, see Search-and-replace filters.
The text was updated successfully, but these errors were encountered: