Mobile app version of vmapp.org
Login or Join
Debbie626

: Can a 403 error ever be client side? I've got a well-established web application. It's working for lots of people with a variety of browsers and platforms. But, there's this one guy... He's

@Debbie626

Posted in: #403Forbidden #Apache #Browsers

I've got a well-established web application. It's working for lots of people with a variety of browsers and platforms. But, there's this one guy...

He's getting a "403 Forbidden" on his side, I've even seen screen shots. But, I'm not logging anything in Apache or Tomcat that seems to indicate that he's actually been denied. I know he's authenticating because I see it explicitly. This, combined with the fact that he's the only broken user makes me wonder.

Can a browser (IE in this case) ever decide on its own to throw a 403 that's not actually generated by the server?

P.S.: I don't have rep to create '403' tag, but it's probably appropriate.

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Debbie626

2 Comments

Sorted by latest first Latest Oldest Best

 

@Heady270

A few suggestions are to:


clear the users DNS cache
disable any proxy settings
check their hosts file for any references to 127.0.0.1.


It's possible that the user has a web server enabled on the local machine and is hitting that instead.

10% popularity Vote Up Vote Down


 

@Mendez628

It could be generated by a proxy server between the client and your server. Check the error message.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme