javascript - POST converting to GET during ajax call -


i have application there anywhere between 1 - 30 post ajax calls happening in parallel. these calls being made same method in controller.

but when there more number of ajax calls, of calls, status 307 internal redirect , gets converted get. , since method in controller not have type get, 405 method not allowed error.

i looking cause , unable find one. appreciated!

does happen browsers?

when http 307, caller should repeat request using same http verb. seems usual ie prefers thing.

note interesting find out why http 307 happening well.


Comments

Popular posts from this blog

1111. appearing after print sequence - php -

node.js - Express and Redis - If session exists for this user, don't allow access -

excel - I can't get the attachement of the email PHP -