Does webReader work behind login?

Yes, to enable this we have a few options. The four most common solutions are:

  1. You open up for our IP range so our servers are allowed to reach pages without password.
  2. If you use cookies, it is possible to setup a pseudo domain that points to our server, a DNS alias pointing to app.readspeaker.com. Then the cookies will be forwarded to us and we will forward the cookie when we retrieve the page.
  3. If you use HTTP authentication and the same password and username is always used, we can store them in our customer database and ReadSpeaker can send them along with the page request.
  4. Use POST instead of GET through an inline configuration.

If you want to use one of the methods above, please contact us according to the info found on our Support Page for more details.