Forum Moderators: phranque
e.g. Joe is at work and visits his favourite widgets.com site. The workplace does not block this and Joe is able to open any public page. However, Joe tries to access the members area but the workplace prevents this.
What is being blocked, and what can webmasters do to allow members to login from work?
They may be blocking the authentication header sent by the browser with each request after login. If that's how they are doing it, then you could try allowing access if the auth header is present OR a cookie is present in the request. Of course, the employer could block cookies, too.
Jim