1.2k questions

1.4k answers

361 comments

339 users

Categories

Sidebar
0 votes
268 views
by rich-c-2789 (17.6k points)
A listing of examples processing requests recieved by an HTTP Listener source node.

1 Answer

0 votes

The categories below list KB articles with examples processing requests received by an HTTP Listener source node:

Structure of a request in QIE:

Why does source "HTTP Receiver" force the format to XML?

 

Accessing Request URI:

How can I get the request URI from the request of an HTTP Listener?

 

Accessing Query String:

How can I get the query string parameters from a request to an HTTP Listener?

Accessing Query String value by name:

How to extract the Query Parameters from HTTP call?

Accessing Query String an array of key/values:

How to access all values for a query string parameter that is repeated?

 

Accessing Headers:

How can i get headers from the request of an HTTP Listener?

 

Processing Multipart/Form-Data Fields:

Extracting Form Fields from multipart/form-data requests

Extracting Base64 Encoded Text File from File Field in multipart/form-data requests

Extracting Base64 Encoded Binary File from File Field in multipart/form-data requests

 

See also:

Handling HTTP requests and responses

by rich-c-2789 (17.6k points)
edited by rich-c-2789
...