vakas
vakas

Reputation: 1817

javascript prototype errors

i am sending ajax requests after 5 seconds and i have 3 types of requests to send but after few request it starts errrors 401 access denied 501

how to overcome dis

Upvotes: 0

Views: 59

Answers (1)

austin cheney
austin cheney

Reputation:

You are not receiving JavaScript errors. You are receiving HTTP errors. Ensure your address is correct and then verify you are not being denied by configurations on the server.

Upvotes: 1

Related Questions