Hi,
I tested my HTTP Connection 3 and work ok, but when run validator show major alarm, I need send token parameter in header.
How can solve this or how can add token to header list.
Thanks
Hi Tom,
Thanks for quick replay, I tested that label work, but I tried using credentials label in session connection and work OK.
Thanks
Hi Jose,
Since 'Token' is not a standard HTTP request header, DIS gives you a warning as this is often the result of a mistake. Typically the 'Authorization' header is used to pass tokens to the device.
In your case however, this is a valid header to use. In such cases you have the possibility hide such validator errors by suppressing them. This can be done by right clicking on the error and choose "Suppress...".
The result is something like this:
<Request verb="GET" url="URL">
<Headers>
<!-- SuppressValidator 8.3.1 Valid header -->
<Header key="Token" pid="137" />
<!-- /SuppressValidator 8.3.1 -->
</Headers>
</Request>