Hi all,
I’m trying to interact with an API that requires the Date
header to be in a specific format. However, it seems like UiPath quietly changes this header to a different format.
Headers I specified in UiPath:
Headers received by endpoint:
Note that the Date
header has been converted to RFC1123 format (or the “r” format specifier).
If I provide a value that doesn’t look like a date to the Date
header, it seems to be removed from the headers list entirely.
Is there a way to disable this behaviour? I’d prefer to specify exactly what values the headers should be, including Date
.
Thanks,
Max