What is the reason of using HTTP POST request by AJAX requests?

Questions by RajivPrasad   answers by RajivPrasad

Showing Answers 1 - 3 of 3 Answers

vinpro

  • Jun 6th, 2008
 

Hi,

In case we want to check whether an email address abc@xyz.com  is already used or not with ajax, then we have to use HTTP POST, because url doesn't supports character "@" in email addresses directly. We can use HTTP GET in this case but for that we have make settings for url encoding.

Hopefully you might get my point,

Thanks
     

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions