--
This message has been checked by Libra ESVA and is believed to be clean.
Dear Andrea,
I don't see any link headers or elements for the URLs in your message. Are you sure the plugin has been deployed?
Regards,
Ben
--
You received this message because you are subscribed to the Google Groups "signposting" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
signposting...@googlegroups.com.
To post to this group, send email to signp...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/signposting/D45808E859818D46A0CECF8057C7B7505409A85A%40ITW-EMAIL.itway.local.
For more options, visit https://groups.google.com/d/optout.
Hi Ben,
thanks for your prompt feedback.
You are right the headers are missing on the landing page for HEAD requests. They are only shown for GET requests.
curl -v "http://www.annalsofgeophysics.eu/index.php/annals/article/view/7520"
* Trying 34.252.50.82...
* Connected to www.annalsofgeophysics.eu (34.252.50.82) port 80 (#0)
> GET /index.php/annals/article/view/7520 HTTP/1.1
> Host: www.annalsofgeophysics.eu
> User-Agent: curl/7.47.0
> Accept: */*
>
< HTTP/1.1 200 OK
< Date: Tue, 13 Mar 2018 08:52:29 GMT
< Server: Apache
< Set-Cookie: OJSSID=ftha1uh97n828vo65ncfao45a5; path=/; domain=www.annalsofgeophysics.eu
< Link: <http://orcid.org/0000-0003-4859-6504>; rel="author",<http://www.annalsofgeophysics.eu/index.php/annals/sp-citation/bibtex/7520>; rel="describedby"; type="application/x-bibtex",<http://www.annalsofgeophysics.eu/index.php/annals/sp-citation/endNote/7520>; rel="describedby"; type="application/x-endnote-refer",<http://www.annalsofgeophysics.eu/index.php/annals/sp-citation/proCite/7520>; rel="describedby"; type="application/x-Research-Info-Systems",<http://www.annalsofgeophysics.eu/index.php/annals/sp-citation/refWorks/7520>; rel="describedby"; type="application/x-refworks",<http://www.annalsofgeophysics.eu/index.php/annals/sp-citation/refMan/7520>; rel="describedby"; type="application/x-Research-Info-Systems",<http://dx.doi.org/10.4401/ag-7520>; rel="cite-as",<http://www.annalsofgeophysics.eu/index.php/annals/article/download/7520/6833>; rel="item"; type="application/pdf"
< Cache-Control: max-age=0, no-cache, no-store
< Vary: Accept-Encoding
< X-Mod-Pagespeed: 1.12.34.2-0
< Content-Length: 31547
< Content-Type: text/html; charset=utf-8
the fulltext shows instead the proper headers in both cases
curl -I http://www.annalsofgeophysics.eu/index.php/annals/article/download/7520/6833
HTTP/1.1 200 OK
Date: Tue, 13 Mar 2018 08:58:08 GMT
Server: Apache
Set-Cookie: OJSSID=jqb6s1tbqtc06f6ph8aod0nhe0; path=/; domain=www.annalsofgeophysics.eu
Link: <http://www.annalsofgeophysics.eu/index.php/annals/article/view/7520>; rel="collection"
Content-Length: 1755357
Content-Disposition: attachment; filename="7520-18835-1-PB.pdf"
Cache-Control: private
Pragma: public
Content-Type: application/pdf
we will check!
Andrea
--
Questo messaggio e' stato analizzato con Libra ESVA ed e' risultato non infetto.
Clicca qui per segnalarlo come spam.
-- Andrea Bollini Chief Technology and Innovation Officer 4Science, www.4science.it office: Via Edoardo D'Onofrio 304, 00155 Roma, Italy mobile: +39 333 934 1808 skype: a.bollini linkedin: andreabollini orcid: 0000-0002-9029-1854 an Itway Group Company Italy, France, Spain, Portugal, Greece, Turkey, Lebanon, Qatar, U.A.Emirates
Hi Andrea,
Yes, with `curl -i` I indeed see the headers! I was trying with `curl -I`. Thanks for the quick response and clarification!
Ben
Hi,
my colleague Matteo has solved it. Now links are exposed also with HEAD request on the landing page.
Andrea
--
You received this message because you are subscribed to the Google Groups "signposting" group.
To unsubscribe from this group and stop receiving emails from it, send an email to signposting+unsubscribe@googlegroups.com.
To post to this group, send email to signp...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/signposting/D45808E859818D46A0CECF8057C7B7505409A85A%40ITW-EMAIL.itway.local.
For more options, visit https://groups.google.com/d/optout.
Hi Herbert,
all should be fixed now!
Andrea
--
Questo messaggio e' stato analizzato con Libra ESVA ed e' risultato non infetto.
Clicca qui per segnalarlo come spam.
-- Andrea Bollini Chief Technology and Innovation Officer 4Science, www.4science.it office: Via Edoardo D'Onofrio 304, 00155 Roma, Italy mobile: +39 333 934 1808 skype: a.bollini linkedin: andreabollini orcid: 0000-0002-9029-1854 an Itway Group Company Italy, France, Spain, Portugal, Greece, Turkey, Lebanon, Qatar, U.A.Emirates
--