Answers for "payload"

3

what is payload

The “payload” is the data we are interested
in transporting. This is differentiated from
the things that wrap the data for transport 
like the HTTP/S Request/Response headers,
authentication, etc.
Posted by: Guest on January-19-2021
5

payload

vThe “payload” is the data we are interested
in transporting. This is differentiated from
the things that wrap the data for transport 
like the HTTP/S Request/Response headers,
authentication, etc.
Posted by: Guest on January-19-2021
0

what do you understand by payload

Payload is the secured input data
which is sent to API to process the
request. Payload is generally 
represented in JSON format in REST API'S.
Posted by: Guest on January-14-2021

Browse Popular Code Answers by Language