What is Payload?

VietMX Staff asked 3 years ago

The request data which is present in the body part of every HTTP message is referred as Payload.  In Restful web service, the payload can only be passed to the recipient through POST method.

There is no limit of sending data as payload through POST method but the only concern is that more data with consuming more time and bandwidth. This may consume much of user’s time also.