开发者

Debugging 403's?

开发者 https://www.devze.com 2023-01-09 23:24 出处:网络
whats the best way to investigate why a server is returning a 403 for a http web request?开发者_StackOverflow

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

开发者_StackOverflow

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


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

0

精彩评论

暂无评论...
验证码 换一张
取 消