Debugging 403's?
Asked Answered
V

1

11

whats the best way to investigate why a server is returning a 403 for a http web request?

Can an iis server be configured to provide a more detailed internal log for 403's?

Viewpoint answered 1/8, 2010 at 12:11 Comment(0)
B
1

A nice way to start is to analyze returned headers (using curl -vvv, or inspecting the request using your favorite web browser development tool).

Burris answered 15/11, 2017 at 17:14 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.