Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Authentication
    • URL to make auth request (GET|POST|PUT|...)
    • NTLM, Basic, Form
    • Session Timeout (allow re-auth after certain time idle or time since auth)
    • Extra fields for form
    • Which fields should the user be prompted for and if they are sensitive or not
    • Which prompted fields can be saved by user request or will be saved
    • EDIT mode allows modifying saved fields
  • URL Re-Writing
    • RegEx to define which URLs are proxied
    • RegEx to define which proxied URLs are binary and which are html (others are auto-determined)
    • RegEx to define which URLs are proxied with an fname link
  • Caching
    • Cache content from remote site (pre processing)
    • Cache post processed content
    • Use expired on remote content failure
    • How frequently a failed site should be retried
  • Session Management
    • Store cookies (follow cookie rules|store all cookies)
    • Allow for explicit cookies to be defined
    • Allow for explicit headers to be defined
  • Navigation Bar
    • Location (top|bottom)
    • Options; back,forward,home,refresh

Logic Flow