Linked Questions

7 votes
8 answers
16k views

Possible Duplicates: How should I choose between GET and POST methods in HTML forms? When do you use POST and when do you use GET? Obviously, you should. But apart from doing so to fulfil the ...
cwap's user avatar
  • 11.4k
4 votes
2 answers
11k views

Possible Duplicate: When do you use POST and when do you use GET? I know the basic difference between GET and POST methods. That is we can see the URL parameters in case of GET and can't see the ...
Puru's user avatar
  • 9,143
1 vote
2 answers
7k views

Please let me know when to use GET method and when POST in REST API. As Post is supposed to be more secure, so can we use in case of getting the data from the database in REST API or it just can be ...
user2267023's user avatar
1 vote
3 answers
2k views

Possible Duplicate: When do you use POST and when do you use GET? If I use jQuery ajax call to communicate with server, in general, when should I use type get to call and when should I use post to ...
Leem.fin's user avatar
  • 42.9k
-2 votes
2 answers
1k views

4:$textik = $_POST['text']; and im getting notice: Undefined index: text in path/to/script on line 4. why? the url is http://somesite.domain/path/to/script?text=something Thanks for answers edit:...
Dan B.'s user avatar
  • 93
18 votes
0 answers
712 views

Possible Duplicate: When do you use POST and when do you use GET? I read from a book that POST is used to send data to the server that somehow causes a change in the state of the server, such as ...
yeeen's user avatar
  • 4,965
0 votes
1 answer
331 views

Possible Duplicates: GET vs. POST (form processing) When do you use POST and when do you use GET? I'm interested in POST and GET. Why do I exactly need them and what is the difference between ...
lomza's user avatar
  • 9,836
0 votes
2 answers
92 views

We can accomplish the same thing by doing: localhost:3000/endpoint?var1=val1&var2=val2 That we can do by using POST with a JSON body. So why should anyone use PUT/POST/PATCH if they can get the ...
Onedayanam's user avatar
0 votes
1 answer
80 views

A general question of mine who working on API endpoints as backend system. I wonder what if all endpoint methods are POST, and when it is better to use GET?
Nam G VU's user avatar
  • 35.8k
0 votes
0 answers
60 views

I made an application for taxi service with PHP and MySQL. And I use PDO for connecting. I setup an admin panel and I wrote a delete query for delete unwanted price records according to its priceid. ...
Kavi's user avatar
  • 1
1177 votes
19 answers
393k views

What is an idempotent operation?
Will's user avatar
  • 20.3k
289 votes
15 answers
223k views

What's the difference when using GET or POST method? Which one is more secure? What are (dis)advantages of each of them? (similar question)
Adriana's user avatar
  • 8,644
119 votes
9 answers
59k views

The URL I'm trying to let work is one in the style of: http://somedomain.com/api/people/staff.33311 (just like sites as LAST.FM allow all sort of signs in their RESTFul & WebPage urls, for example ...
Yves Schelpe's user avatar
  • 3,513
65 votes
3 answers
33k views

Applications send out emails to verify user accounts or reset a password. I believe the following is the way it should be and I am asking for references and implementations. If an application has to ...
Kariem's user avatar
  • 4,981
15 votes
10 answers
18k views

For my web application (PHP/MYSQL), I show a list of items and a link on each row to delete the item. Right now, the link is <a href='item.php?id=3&action=delete'>Delete Item</a> If ...
GeekJock's user avatar
  • 11.4k

15 30 50 per page
1
2 3 4 5
8