Printer FriendlyEmail Article Link

How do I configure HTTP PUT requests on Avalanche?

Answer

HTTP PUT options include sending both Avalanche created or real file uploaded payload data.

Basic HTTP PUT (no body data):
     1 PUT http://192.168.1.1/

HTTP PUT with an arbitrary-sized body length:
     1 PUT http://192.168.1.1/<PUT_BODY: URLENC KEY=anyvalue, LENGTH=512>
Note: The maximum LENGTH supported for PUT_BODY is 20 M.
 
HTTP PUT sending custom created or uploaded body data (requires creation of an HTTP Content File):
     1 PUT http://192.168.1.1/container/<PUT_FILE="httpcontentfile_name" CONTENT_TYPE="image/jpg">

Product : Avalanche,L4-7,App Testing,SSL,HTTP