0
How to check username availability during entering username with POST method ?
4 Antworten
+ 3
There is no need to use Post method. You can check by using Ajax or JSON Because you don't need to refresh the page.
Create a function in JavaScript where you can send the request to server side through Ajax or JSON.
Call that function onkeyup or onkeydown event on the textbox.
+ 2
Vedang Chavan Ajax and JSON use post method. Btw you are not sending data through URL then why get method will come here.
Go and check the working of Ajax and JSON. Then you can get that what I want to say.
+ 1
😁got now.
0
But get method is not considered safe ?