lemoynelibrary / lemoyne

Files used in setting up new web design in LibGuides v2 and elsewhere
5 stars 1 forks source link

EBSCOhost link to OpenURL server should not be proxied #42

Open tomkeays opened 6 years ago

tomkeays commented 6 years ago

In Sierra, under Web Options (liveconfig), I've added these patterns to webproxy2.patterns to remove the proxy server stuff from the URL domain for EBSCOhost and Serials Solutions (as well as Tipasa).

But it isn't taking effect. Note: both the SerSol and Tipasa replace rules are working, so I'm not sure what's going on.

#Unproxy EBSCO SmartLink
MATCH://0-web.a.ebscohost.com.library.lemoyne.edu/ehost/SmartLink
REPLACE://web.a.ebscohost.com/ehost/SmartLink
MATCH://0-web-a-ebscohost-com.library.lemoyne.edu/ehost/SmartLink
REPLACE://web.a.ebscohost.com/ehost/SmartLink
MATCH://0-web.b.ebscohost.com.library.lemoyne.edu/ehost/SmartLink
REPLACE://web.b.ebscohost.com/ehost/SmartLink
MATCH://0-web-b-ebscohost-com.library.lemoyne.edu/ehost/SmartLink
REPLACE://web.b.ebscohost.com/ehost/SmartLink
#Unproxy Serials Solutions URLs
MATCH://0-wp8kk7mz7x.search.serialssolutions.com.library.lemoyne.edu
REPLACE://wp8kk7mz7x.search.serialssolutions.com
MATCH://0-wp8kk7mz7x-search-serialssolutions-com.library.lemoyne.edu
REPLACE://wp8kk7mz7x.search.serialssolutions.com
#Unproxy Tipasa URLs
MATCH://0--account-worldcat-org.library.lemoyne.edu/profile
REPLACE://lemoynecollege.account.worldcat.org/profile
MATCH://0-1941-account-worldcat-org.library.lemoyne.edu/profile
REPLACE://lemoynecollege.account.worldcat.org/profile
MATCH://0-lemoynecollege-account-worldcat-org.library.lemoyne.edu/profile
REPLACE://lemoynecollege.account.worldcat.org/profile
tomkeays commented 6 years ago

III doc on webproxy2.patterns file is found at https://iii.rightanswers.com/portal/app/portlets/results/viewsolution.jsp?solutionid=170109110704433&page=1&position=4

tomkeays commented 6 years ago

Currently have the strings as

#
# Unproxy EBSCO SmartLink
MATCH:href="//0-web.a.ebscohost.com.library.lemoyne.edu/ehost/SmartLink
REPLACE:href="//web.a.ebscohost.com/ehost/SmartLink
MATCH:href="//0-web-a-ebscohost-com.library.lemoyne.edu/ehost/SmartLink
REPLACE:href="//web.a.ebscohost.com/ehost/SmartLink
MATCH:href="//0-web.b.ebscohost.com.library.lemoyne.edu/ehost/SmartLink
REPLACE:href="//web.b.ebscohost.com/ehost/SmartLink
MATCH:href="//0-web-b-ebscohost-com.library.lemoyne.edu/ehost/SmartLink
REPLACE:href="//web.b.ebscohost.com/ehost/SmartLink
#
# Unproxy Serials Solutions URLs
MATCH:href="//0-wp8kk7mz7x.search.serialssolutions.com.library.lemoyne.edu
REPLACE:href="//wp8kk7mz7x.search.serialssolutions.com
MATCH:href="//0-wp8kk7mz7x-search-serialssolutions-com.library.lemoyne.edu
REPLACE:href="//wp8kk7mz7x.search.serialssolutions.com
#
# Unproxy Tipasa URLs
MATCH://0--account-worldcat-org.library.lemoyne.edu/profile
REPLACE://lemoynecollege.account.worldcat.org/profile
MATCH://0-1941-account-worldcat-org.library.lemoyne.edu/profile
REPLACE://lemoynecollege.account.worldcat.org/profile
MATCH://0-lemoynecollege-account-worldcat-org.library.lemoyne.edu/profile
REPLACE://lemoynecollege.account.worldcat.org/profile