Changes for page HTTP Headers
Last modified by Martijn Woudstra on 2023/04/13 15:33
From version 30.1
edited by Martijn Woudstra
on 2022/09/01 08:31
on 2022/09/01 08:31
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -13,7 +13,7 @@ 13 13 With HTTP Headers, we mean: HTTP headers are the name or value pairs displayed in the request and response messages of message headers for Hypertext Transfer Protocol (HTTP). 14 14 15 15 * Each HTTP Header has a name 16 -* There is a list of standard HTTP headers defined (https://en.wikipedia.org/wiki/List_of_HTTP_header_fields) 16 +* There is a list of standard HTTP headers defined ([[Default HTTP Headers>>https://en.wikipedia.org/wiki/List_of_HTTP_header_fields||target="blank"]]) 17 17 * HTTP Header is not the same as a parameter (path, query) 18 18 19 19 == 3. HTTP Headers == ... ... @@ -21,7 +21,7 @@ 21 21 This microlearning will look at how you can use HTTP Headers on incoming REST calls within your operational process of transporting (and transforming) information between systems. 22 22 23 23 * Each HTTP Header has a name 24 -* There is a list of standard HTTP headers defined (https://en.wikipedia.org/wiki/List_of_HTTP_header_fields) 24 +* There is a list of standard HTTP headers defined ([[Default HTTP Headers>>https://en.wikipedia.org/wiki/List_of_HTTP_header_fields||target="blank"]]) 25 25 * A HTTP Header is not the same as a parameter (path, query) 26 26 27 27 To use the HTTP header information in our operational process, we need to transform our (relevant) HTTP headers to message headers. When achieving that, the information becomes part of the message, and we can use this information for the transportation (and transformation) of data.