cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2133
Views
0
Helpful
1
Replies

DGLux: More than one key value in header for a POST request

vkuruva
Cisco Employee
Cisco Employee

In DGLux:strLoader what is the format of Headers for POST methods.looks like its key=value; please confirm.
How to send more than one key=value in a header are they separated by & or ;?

1 Reply 1

nmanicka
Cisco Employee
Cisco Employee

Hi,

 

Please refer to the wiki for strLoader:

http://wiki.dglux.com/dglux5_wiki:dataflow:dataflow_blocks_reference:data_services:string_loader

 

Copy pasting from that wiki :

 

headers sets the headers for the HTTP request. Use the following syntax:

<header1>=<value1>&<header2>=<value2>