Log In
Register
Upgrade Storage
Home
Groups
Documentation
Forums
Get Involved
Wiley Interscience - no automatic PDF
CB
April 6, 2009
Example URL (with proxy cut):
http://www3.interscience.wiley.com/journal/118000133/abstract
Zotero 1.5b2
noksagt
April 6, 2009
Works for me w/o a proxy; did you double-check that you have access to the PDF?
Might still be a proxy issue, I haven't looked at that page closely.
CB
April 7, 2009
I have access via my university's proxy (ezproxy), so can download the pdf manually, then attach it to the zotero item. But it doesn't attach automatically for me.
schwarzjr
April 12, 2009
the reason is a hardcoded pdf url in the translator code which ignores the proxy. just find line
var pdfurl = ''http://download.interscience.wiley.com/cgi-bin/fulltext?ID='' + id + ''&PLACEBO=IE.pdf&mode=pdf'';
and replace it with
var pdfurl = host + ''cgi-bin/fulltext?ID='' + id + ''&PLACEBO=IE.pdf&mode=pdf'';
mcburton
April 12, 2009
edited April 12, 2009
schwarzjr, thanks for the fix! I will add it to the repository.
CB
April 12, 2009
Thanks schwarzjr.
Sign In
or
Register
to comment.
Upload image file with the file dialog or by dragging and dropping images onto the dashed region
Select a file
Close
Ok
Might still be a proxy issue, I haven't looked at that page closely.
var pdfurl = ''http://download.interscience.wiley.com/cgi-bin/fulltext?ID='' + id + ''&PLACEBO=IE.pdf&mode=pdf'';
and replace it with
var pdfurl = host + ''cgi-bin/fulltext?ID='' + id + ''&PLACEBO=IE.pdf&mode=pdf'';