Changes

121 bytes added ,  19:04, 29 January 2024
no edit summary
Line 1: Line 1:  +
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
 
This action can be used to make HTTP requests to a server end-point. This can be used for a variety of purposes but typically use cases are:
 
This action can be used to make HTTP requests to a server end-point. This can be used for a variety of purposes but typically use cases are:
   Line 11: Line 12:     
The HTTP response can be saved into a String variable or can be saved directly to a file.
 
The HTTP response can be saved into a String variable or can be saved directly to a file.
 
+
</pre>
 
==== Query Params ====
 
==== Query Params ====
   Line 19: Line 20:  
==== Content Body ====
 
==== Content Body ====
   −
Some HTTP Request types support sending content within the body of the HTTP Request. You can specify the type of context by selecting from the drop down list of common options (or choosing a custom value if your type is not supported).
+
Some HTTP Request types (such as POST and PUT) support sending content within the body of the HTTP Request. You can specify the type of context by selecting from the drop down list of common options (or choosing a custom value if your type is not supported).
   −
The actual content can be supplied as text, or direct from an existing file. The contents of a String variable can be used in the standard way using the magic text to replace the variable with it's content s at run time using the following [v=varName].
+
The actual content can be supplied as text, or direct from an existing file. The contents of a String variable can be used in the standard way using the magic text to replace the variable with it's contents at run time using the following [v=varName].
    
==== Header Params ====
 
==== Header Params ====
    
Header Parameters are similar to query parameters but they are sent in the HTTP header instead of being visible in the URL of the request. You can add a key, value pair for each header parameter you require.
 
Header Parameters are similar to query parameters but they are sent in the HTTP header instead of being visible in the URL of the request. You can add a key, value pair for each header parameter you require.
editors
1,599

edits