-
-
Notifications
You must be signed in to change notification settings - Fork 17.7k
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
Multiple X-Robot-Tags response header #2845
Labels
Comments
Looks like it's a problem with underlying node implementation storing request headers in a map. Already reported nodejs/node#3591. |
PeterDaveHello
added a commit
to cdnjs/new-website
that referenced
this issue
May 18, 2016
Though we are using http/1.1 in express/nodejs, we are using CDN that supports http/2.0, this header will be sent to CDN server. This commit can not really benifit from that feature since nodejs doesn't support multiple headers with the same header name yet, see: - nodejs/node#3591 - expressjs/express#2845
PeterDaveHello
added a commit
to cdnjs/new-website
that referenced
this issue
May 18, 2016
Though we are using http/1.1 in express/nodejs, we are using CDN that supports http/2.0, this header will be sent to CDN server. This commit can not really benifit from that feature since nodejs doesn't support multiple headers with the same header name yet, see: - nodejs/node#3591 - expressjs/express#2845
PeterDaveHello
added a commit
to cdnjs/new-website
that referenced
this issue
May 18, 2016
Though we are using http/1.1 in express/nodejs, we are using CDN that supports http/2.0, this header will be sent to CDN server. This commit can not really benifit from that feature since nodejs doesn't support multiple headers with the same header name yet, see: - nodejs/node#3591 - expressjs/express#2845
9 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
According to Google's Robots meta tag and X-Robots-Tag HTTP header specifications I should be able to set an X-Robots-Tag per user agent, e.g.
However I've not been able to find how to do this with express. I've found various old issues reporting similar problems with cookies. Is it currently possible?
I tried
but no luck.
The text was updated successfully, but these errors were encountered: