Picon
Picon
Favicon

Sage Research Methods Online

Is anyone else suddenly having issues with SRMO?

 

All the AJAX powered content on SRMO is failing to load.  It’s behaving as if JavaScript was turned off.  Here’s our current stanza:

 

T SAGE Research Methods Online

U http://srmo.sagepub.com

DJ srmo.sagepub.com

DJ widgets.twimg.com

Find url =  "http://

Replace url =  "http://^A

HJ srmo.sagepub.com

HJ widgets.twimg.com

Find "google-analytics.com

Replace "^pgoogle-analytics.com^

 

DJ and HJ entries for all the relevant hosts and domains are present, the HTTPHeader X-Requested-With option is active, and no other AJAX powered platforms are experiencing any problems.  I used LiveHTTP Headers to view the HTTP activity and all the .js files are proxying, so for now I’m at a loss as to what’s wrong.

 

Any help appreciated at this point.


Thanks,

 

Jai Parker

 

 

Jai Parker | Information Access Librarian | Library eServices | Queensland University of Technology | Level 3, D Block,

Kelvin Grove Campus ph +61 7 3138 3381 | fax + 61 7 3138 5890 | libeis <at> qut.edu.au | http://www.library.qut.edu.au  |  CRICOS No 00213J

 

You are currently subscribed to ezproxy as: gee-ezproxy2 <at> m.gmane.org.
To unsubscribe, send request to scacad <at> itec.suny.edu

Renison, Neil | 1 Mar 2012 07:21
Picon
Picon
Favicon

RE: Sage Research Methods Online

Hello Jai,

 

We have the same problem and I am equally as bemused.  If someone has a solution we would all welcome this advice.

 

Neil

 

Neil Renison| Librarian, Acquisitions Services

Information Resources

Library & Information Services

Eddie Koiki Mabo Library

James Cook University, Angus Smith Drive, Douglas, QLD 4811

E: neil.renison <at> jcu.edu.au

W: http://www.jcu.edu.au/libcomp/

P: +61 7 4781 5073

F: +61 7 4781 6099

 

JCU CRICOS Provider Code: 00117J

Note: The contents of this email transmission, including any attachments, are intended solely for the named addressee and are confidential; any unauthorised use, reproduction or storage of the contents and any attachments is expressly prohibited. If you have received this transmission in error please delete it and any attachments from your system immediately and advise the sender by return email or telephone. James Cook University does not warrant that this email and any attachments are error or virus free.

 

From: Library Information Access Team [mailto:libeis <at> qut.edu.au]
Sent: Thursday, 1 March 2012 3:36 PM
To: EZProxy discussion list
Subject: [ezproxy] Sage Research Methods Online

 

Is anyone else suddenly having issues with SRMO?

 

All the AJAX powered content on SRMO is failing to load.  It’s behaving as if JavaScript was turned off.  Here’s our current stanza:

 

T SAGE Research Methods Online

U http://srmo.sagepub.com

DJ srmo.sagepub.com

DJ widgets.twimg.com

Find url =  "http://

Replace url =  "http://^A

HJ srmo.sagepub.com

HJ widgets.twimg.com

Find "google-analytics.com

Replace "^pgoogle-analytics.com^

 

DJ and HJ entries for all the relevant hosts and domains are present, the HTTPHeader X-Requested-With option is active, and no other AJAX powered platforms are experiencing any problems.  I used LiveHTTP Headers to view the HTTP activity and all the .js files are proxying, so for now I’m at a loss as to what’s wrong.

 

Any help appreciated at this point.


Thanks,

 

Jai Parker

 

 

Jai Parker | Information Access Librarian | Library eServices | Queensland University of Technology | Level 3, D Block,

Kelvin Grove Campus ph +61 7 3138 3381 | fax + 61 7 3138 5890 | libeis <at> qut.edu.au | http://www.library.qut.edu.au  |  CRICOS No 00213J

 

You are currently subscribed to ezproxy as: neil.renison <at> jcu.edu.au.
To unsubscribe, send request to scacad <at> itec.suny.edu

You are currently subscribed to ezproxy as: gee-ezproxy2 <at> m.gmane.org.
To unsubscribe, send request to scacad <at> itec.suny.edu

Teemu Nuutinen | 1 Mar 2012 11:19
Picon
Picon

Re: Sage Research Methods Online

On 01.03.2012 07:35, Library Information Access Team wrote:
> Is anyone else suddenly having issues with SRMO?
> 
> All the AJAX powered content on SRMO is failing to load.  It’s behaving
> as if JavaScript was turned off.  Here’s our current stanza:
> 
> T SAGE Research Methods Online
> U http://srmo.sagepub.com
> DJ srmo.sagepub.com
> DJ widgets.twimg.com
> Find url =  "http://
> Replace url =  "http://^A
> HJ srmo.sagepub.com
> HJ widgets.twimg.com
> Find "google-analytics.com
> Replace "^pgoogle-analytics.com^
> 
> DJ and HJ entries for all the relevant hosts and domains are present,
> the HTTPHeader X-Requested-With option is active, and no other AJAX
> powered platforms are experiencing any problems.  I used LiveHTTP
> Headers to view the HTTP activity and all the .js files are proxying, so
> for now I’m at a loss as to what’s wrong.
> 
> Any help appreciated at this point.
> 
> Thanks,
> 
> Jai Parker
> 
>  
> *Jai Parker*| Information Access Librarian | Library eServices |
> Queensland University of Technology | Level 3, D Block,
> 
> Kelvin Grove Campus ph +61 7 3138 3381 | fax + 61 7 3138 5890 |
> libeis <at> qut.edu.au <mailto:libeis <at> qut.edu.au> |
> http://www.library.qut.edu.au  |  CRICOS No 00213J

Hi,

We are having the issue as well. If you take a look at your browser's
JavaScript error console, you can see that almost all of the loaded
JavaScript libraries are broken and this is why SRMO is broken as well.

It turns out that srmo.sagepub.com tries to minify[1] the JavaScript
libraries if a client (EZproxy) does not support compression.
Unfortunately the minifier used by srmo.sagepub.com is incorrectly
configured or has bugs and the result is broken JS. If a client supports
compression (most browsers), srmo.sagepub.com sends the original
unmodified JavaScript libraries using gzip compression and everything
works OK.

I sent a message to SRMO technical support yesterday explaining the
issue and I am hoping they will fix the issue soon.

One could work around the issue by adding a simple EZproxy directive:
HTTPHeader Accept-Encoding. This way browser's "Accept-Encoding: gzip,
deflate" header gets through to srmo.sagepub.com and it sends the
original JavaScript. However, HTTPHeader is a global setting not just
for SRMO and it might break some rewriting if servers start sending
compressed content to EZproxy. Unless someone from OCLC can say enabling
this header is OK I will not recommend it.

[1] https://en.wikipedia.org/wiki/Minification_%28programming%29

Regards,
--
Teemu Nuutinen, Digital Services, Helsinki University Library

---
You are currently subscribed to ezproxy as: gee-ezproxy2 <at> m.gmane.org.
To unsubscribe, send request to scacad <at> itec.suny.edu

Kincaid Brown | 1 Mar 2012 14:43
Picon

IBFD

We are having a problem with accessing IBFD via EZProxy.  We appear to get through but then receive a "Unable to reach server.  Connecting ..." error on the IBFD site.

This is what we have configured (it used to work).  Does anyone have a working configuration?


Thank you.
Kincaid

--
Kincaid C. Brown
Head of Electronic & Systems Services
University of Michigan Law Library

You are currently subscribed to ezproxy as: gee-ezproxy2 <at> m.gmane.org.
To unsubscribe, send request to scacad <at> itec.suny.edu

Luz Stela Londoño | 1 Mar 2012 17:38
Picon
Favicon

ZINIO

Please I need accessing  a ZINIO via EZProxy AND not is possible, Help Me.

Me config.txt

Title Discover
URL -form=post discover https://mx.zinio.com/account/login.jsp
FormVariable _dyncharset=UTF-8
FormVariable _dynSessConf=5301990336810348474
FormVariable /atg/userprofiling/ProfileFormHandler.value.login=mylogin
FormVariable _D:/atg/userprofiling/ProfileFormHandler.value.login=
FormVariable /atg/userprofiling/ProfileFormHandler.value.password=mypassword
FormVariable _D:/atg/userprofiling/ProfileFormHandler.value.password=
FormVariable /atg/userprofiling/ProfileFormHandler.login=Iniciar sesi&#243;n
FormVariable _D:/atg/userprofiling/ProfileFormHandler.login=Iniciar
sesi&#243;n
Host mx.zinio.com
DJ mx.zinio.com

Thanks

 

 Luz Stela Londoño 
Profesional CIDBA
Técnico Referencista 
Biblioteca Jorge Roa Martínez
stelondo <at> utp.edu.co
stelondo <at> gmail.com
Tel 3137303
---
You are currently subscribed to ezproxy as: gee-ezproxy2 <at> m.gmane.org.
To unsubscribe, send request to scacad <at> itec.suny.edu

Please I need accessing  a ZINIO via EZProxy AND not is possible, Help Me.
 
Me config.txt
 
Title Discover
URL -form=post discover https://mx.zinio.com/account/login.jsp
FormVariable _dyncharset=UTF-8
FormVariable _dynSessConf=5301990336810348474
FormVariable /atg/userprofiling/ProfileFormHandler.value.login=mylogin
FormVariable _D:/atg/userprofiling/ProfileFormHandler.value.login=
FormVariable /atg/userprofiling/ProfileFormHandler.value.password=mypassword
FormVariable _D:/atg/userprofiling/ProfileFormHandler.value.password=
FormVariable /atg/userprofiling/ProfileFormHandler.login=Iniciar sesi&#243;n
FormVariable _D:/atg/userprofiling/ProfileFormHandler.login=Iniciar sesi&#243;n
Host mx.zinio.com
DJ mx.zinio.com
 
Thanks
 
 
 
 
 Luz Stela Londoño
Profesional CIDBA
Técnico Referencista
Biblioteca Jorge Roa Martínez
Tel 3137303

You are currently subscribed to ezproxy as: gee-ezproxy2 <at> m.gmane.org.
To unsubscribe, send request to scacad <at> itec.suny.edu

Chad Everett Hutchens | 1 Mar 2012 21:11
Picon
Favicon

Database stanza for Freading?

Does anyone have Freading working with their EZproxy server correctly?  We are authenticating successfully, but EZProxy isn’t sending individual credentials through to Freading so when we’re authenticating, everyone is being treated as a single user.  Since the use depends on a number of tokens per week per user, this is a problem. 

 

I don’t find any details at OCLC for this setup unfortunately.  I did adapt OCLC’s setup info for Freegal, which is offered by the same vendor here: http://www.oclc.org/support/documentation/ezproxy/db/freegal.htm

 

Chad Hutchens 

E-Resources Librarian

University of Wyoming Libraries

307-766-5560

 

You are currently subscribed to ezproxy as: gee-ezproxy2 <at> m.gmane.org.
To unsubscribe, send request to scacad <at> itec.suny.edu

Bob Pearson | 1 Mar 2012 22:41
Picon
Picon
Favicon

“Show Map” feature on GeoRef at Engineering Village

GeoRef at Engineering Village has a new “Show Map” feature that appears above a search result list, next to the RSS button. It works fine when accessed without EZproxy, but when proxied it gives, “The Engineering Village mapping tool does not support requests from your current domain (www.engineeringvillage.com.ezproxy.auckland.ac.nz).”

 

Before I spend time on this, has anyone else solved it already?

 

Bob Pearson
Digital Access Librarian
Digital Services
The University of Auckland Library
New Zealand
Ph 64 9 3737599 x87940

 

You are currently subscribed to ezproxy as: gee-ezproxy2 <at> m.gmane.org.
To unsubscribe, send request to scacad <at> itec.suny.edu

Chris Hancock | 1 Mar 2012 23:03
Favicon

RE:Database stanza for Freading?

Hi Chad,

 

We have it working at a couple of our sites. Here is what we are using as a stanza:

Title Freading e-Book Service

URL -redirect freadingmenu /sso/freading

SSO -Secret=secret -URL=http://www.freading.com/users/sso?libname=libname freading

 

 

Chris Hancock

Special Projects Technician

C / W MARS, Inc.

67 Millbrook Street, Suite 201

Worcester, MA 01606

Ph: (508)-755-3323 ext 16

 

From: Chad Everett Hutchens [mailto:chutchen <at> uwyo.edu]
Sent: Thursday, March 01, 2012 3:11 PM
To: EZProxy discussion list
Subject: [ezproxy] Database stanza for Freading?

 

Does anyone have Freading working with their EZproxy server correctly?  We are authenticating successfully, but EZProxy isn’t sending individual credentials through to Freading so when we’re authenticating, everyone is being treated as a single user.  Since the use depends on a number of tokens per week per user, this is a problem. 

 

I don’t find any details at OCLC for this setup unfortunately.  I did adapt OCLC’s setup info for Freegal, which is offered by the same vendor here: http://www.oclc.org/support/documentation/ezproxy/db/freegal.htm

 

Chad Hutchens 

E-Resources Librarian

University of Wyoming Libraries

307-766-5560

 

You are currently subscribed to ezproxy as: chancock <at> cwmars.org.
To unsubscribe, send request to scacad <at> itec.suny.edu

You are currently subscribed to ezproxy as: gee-ezproxy2 <at> m.gmane.org.
To unsubscribe, send request to scacad <at> itec.suny.edu

Chad Everett Hutchens | 1 Mar 2012 23:20
Picon
Favicon

RE:Database stanza for Freading?

That’s exactly how I have it configured as well, but it still seems to sign every user into one account.

 

What public access URL are you using?

 

Is it possible that SSO isn’t configured correctly within EZProxy?

 

Chad Hutchens 

E-Resources Librarian

University of Wyoming Libraries

307-766-5560

 

From: Chris Hancock [mailto:chancock <at> cwmars.org]
Sent: Thursday, March 01, 2012 3:04 PM
To: EZProxy discussion list
Subject: RE:[ezproxy] Database stanza for Freading?

 

Hi Chad,

 

We have it working at a couple of our sites. Here is what we are using as a stanza:

Title Freading e-Book Service

URL -redirect freadingmenu /sso/freading

SSO -Secret=secret -URL=http://www.freading.com/users/sso?libname=libname freading

 

 

Chris Hancock

Special Projects Technician

C / W MARS, Inc.

67 Millbrook Street, Suite 201

Worcester, MA 01606

Ph: (508)-755-3323 ext 16

 

From: Chad Everett Hutchens [mailto:chutchen <at> uwyo.edu]
Sent: Thursday, March 01, 2012 3:11 PM
To: EZProxy discussion list
Subject: [ezproxy] Database stanza for Freading?

 

Does anyone have Freading working with their EZproxy server correctly?  We are authenticating successfully, but EZProxy isn’t sending individual credentials through to Freading so when we’re authenticating, everyone is being treated as a single user.  Since the use depends on a number of tokens per week per user, this is a problem. 

 

I don’t find any details at OCLC for this setup unfortunately.  I did adapt OCLC’s setup info for Freegal, which is offered by the same vendor here: http://www.oclc.org/support/documentation/ezproxy/db/freegal.htm

 

Chad Hutchens 

E-Resources Librarian

University of Wyoming Libraries

307-766-5560

 

You are currently subscribed to ezproxy as: chancock <at> cwmars.org.
To unsubscribe, send request to scacad <at> itec.suny.edu

You are currently subscribed to ezproxy as: chutchen <at> uwyo.edu.
To unsubscribe, send request to scacad <at> itec.suny.edu

You are currently subscribed to ezproxy as: gee-ezproxy2 <at> m.gmane.org.
To unsubscribe, send request to scacad <at> itec.suny.edu

Curran Riley | 2 Mar 2012 15:04
Picon
Favicon

RE:IBFD

Kincaid,

We went through a problem recently with IBFD, and the solution provided by them was to add this to the IBFD entry:

> HTTPHeader X-GWT-*

That did the trick for us.

Curran

> ----------------------------------------------------------------------
> 
> Subject: IBFD
> From: Kincaid Brown <kcb <at> umich.edu>
> Date: Thu, 1 Mar 2012 08:43:56 -0500
> X-Message-Number: 4
> 
> We are having a problem with accessing IBFD via EZProxy.  We appear to get
> through but then receive a "Unable to reach server.  Connecting ..." error
> on the IBFD site.
> 
> This is what we have configured (it used to work).  Does anyone have a
> working configuration?
> 
> T IBFD
> U http://online.ibfd.org/kbase
> D ibfd.org
> H www.ibfd.org
> H ip-online2.ibfd.org
> H online.ibfd.org
> HJ online.ibfd.org
> 
> Thank you.
> Kincaid
> 
> -- 
> Kincaid C. Brown
> Head of Electronic & Systems Services
> University of Michigan Law Library
> 
Curran Riley
criley <at> library.wisc.edu
IM: curranatltg
(608) 265-4634

Library Systems Administrator
Library Technology Group
UW-Madison General Library System
Room 312F
728 State Street
Madison, WI 53706

Attachment (smime.p7s): application/pkcs7-signature, 7322 bytes

Gmane