403 Forbidden
The HTTP 403 Forbidden
client error status response code indicates that the server understood the request but refuses to authorize it.
This status is similar to 401
, but in this case, re-authenticating will make no difference. The access is permanently forbidden and tied to the application logic, such as insufficient rights to a resource.
Status
403 Forbidden
Example response
HTTP/1.1 403 Forbidden
Date: Wed, 28 May 2019 07:28:00 GMT
Reason
You code trials and the error trace log would have helped us to debug the issue in a better way. Possibly the WebDriver controlled Browser Client is getting detected and hence the subsequent requests are getting blocked.
Outro
You can find similar discussions in: