Question

Explain how POST and GET differ in the way that a browser transmits user data to...

Explain how POST and GET differ in the way that a browser transmits user data to a server.

0 0
Add a comment Improve this question Transcribed image text
Answer #1

Answer:-

GET:-

  • GET requests can be cached,it can be use for the browser history purpose.It can also be bookmarked
  • GET requests should never be used when dealing with sensitive data
  • it have some length restrictions
  • It is not secured because data is exposed in URL bar.
  • GET may be used arbitrarily by robots or crawlers

POST :-

  • It can never be cached,it do not remain in the browser history and cannot be bookmarked,
  • there is no restrictions on data length.
  • It is more secure the GET method
Add a comment
Know the answer?
Add Answer to:
Explain how POST and GET differ in the way that a browser transmits user data to...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT