0

After Number of hits on application, I m getting error "failed to execute 'send' on Xmlhttprequest" on chrome browser and "operation has timed out " in application log .

Thanks in advance

1

1 Answer 1

0

Sounds like a Cross Origin Resource Sharing (CORS) issue to me. You'll need to set your headers on your SERVER side code to accept your application requests:

"Access-Control-Allow-Origin:", "origin url of your site"; "Access-Control-Allow-Methods", "GET, POST,PUT"

Full docs about CORS headers here https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Origin

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.