answersLogoWhite

0

What else can I help you with?

Related Questions

What are the advantages and disadvantages of expost factor?

ex-post factor


What are the benefits of post office protocol?

POP (the email protocol) is very simple (advantage) but insecure (disadvanage)


What r some of the advantages and disadvantages of post industrial society?

Au sa sega ni kila


What are the advantages and disadvantages of in situ hybridization?

The advantages of hybridisation include: precise anatomical localisation is able to be acheived High sensitivity Disadvantages: Non-specific labelling may occur cannot provide inormation on translational and post-translational modification peace


What are the advantages and disadvantages between post tensioned slab and pre tensioned slab?

post tension: the forces considered as outer force since pre tension forces are internal forces.


Is it better to do post-graduate work in anesthesia or general medicine?

It depends on you !! Personally I voted for Anesthesia and I'm not sorry, but each has its advantages & disadvantages.


What are the advantages and disadvantages of a proclaimed eez?

Please provide more information/context/clarification to help us answer this question. You can post your response in this answer text by clicking "Edit."


What are the advantages of using post and beam construction in building a shed?

Post and beam construction in building a shed offers advantages such as durability, flexibility in design, and the ability to support heavy loads. This method allows for open, spacious interiors and can withstand harsh weather conditions.


Which is better to use while submitting a form GET method or POST method?

If your form has security items (like username, password) use POST method. Because post method is more secure. Otherwise you can use GET method. Also GET method is faster than POST method.


Is there any limitation in the length of the query string when using GET or POST method?

There is no limitation for the POST method but for the GET method it is 256 characters


Is http post method equal to https method?

No, they are not equal in any way. HTTPS is more secure than the post method.


Explain GET and POST method briefly?

When a client sends a request to the server, the clients can also additional information with the URL to describe what exactly is required as output from the server by using the GET method. The additional sequence of characters that are appended to URL is called a query string. However, the length of the query string is limited to 240 characters. Moreover, the query string is visible on the browser and can therefore be a security risk.to overcome these disadvantages, the POST method can be used. The POST method sends the data as packets through a separate socket connection. The complete transaction is invisible because to the client. The disadvantageof POST method is that it is slower compared to the GET method because data is sent to the server asseparate packets