When you have action=get?

Showing Answers 1 - 2 of 2 Answers

javamatrix

  • Sep 30th, 2005
 

By default, every request sent is by GET. only when we explicitly mention that the method is post, is the request sent by post.click meOn clicking the above link, the data is send by get method.

Here, when we submit the form, the data is sent via the post method

  Was this answer useful?  Yes

Harish

  • Feb 16th, 2006
 

when we are sure that we are going to send certain amount of bytes or characters upto 400 bytes , we can use GET. If it exceeds that limit we can go for POST. Any number of bytes can be sent over the net as name and value pair and bundled with HTTP.

Regards

  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