EZProxy notes

From Helpful

(Redirected from EZProxy)
These are primarily notes
This is probably not going to be complete in any real sense, and exists to contain bits of useful information.
This article/section is a stub — probably a pile of half-sorted notes and assertions some of which may well be wrong, and not verified as a whole. Feel free to add or refine.

See also:

D, Domain: domain
H, Host:   host
ending in J: HTML is rewritten for javascript support

U, URL


Passing URLs to ezproxy:

  • /login?url=http://example.com/?var=val
    • entirely unescaped, and must be the last option.
  • /login?qurl=http%3a%2f%2fwww.example.com%2f%3fvar%3dval
    • percent-escaped, to avoid URL parsing on your side, so may be fully escaped, and at least for &, =, and ?.