Changes

no edit summary
Line 8: Line 8:  
You can optionally use basic authorization by supplying a username and password for services that support this.
 
You can optionally use basic authorization by supplying a username and password for services that support this.
   −
[https://en.wikipedia.org/wiki/List_of_HTTP_status_codes HTTP Return Code] can be saved into an integer variable which indicates if the call was successful or not.
+
The [https://en.wikipedia.org/wiki/List_of_HTTP_status_codes HTTP Return Code] can be saved into an integer variable which indicates if the call was successful or not.
    
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.
 +
 +
Query Parameters can be set for any given request. The query parameters are the ones you typically see within the url string after the ?
 +
 +
For example:
 +
https://www.someurl.com?''searchTerm=something''