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?

Mikael Engver
  • 4,634
  • 4
  • 46
  • 53
Luke Mcneice
  • 3,012
  • 4
  • 38
  • 50

1 Answers1

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).

John Murowaniecki
  • 613
  • 1
  • 5
  • 9