+ 2
I don't know what is URLs and the get and post methods. Can u guys help me to find it?
2 Réponses
+ 2
URL is adress of your site in the internet. Get and post methods is needed for data exchanging with server. Get method send or receive data without body of request. Your query contains all your data. In the post method your data are sending in other part that called "body". It is more reliable for some cases.
+ 2
Thanks a lot