Hi everybody
I am using tyk cloud and setting up graphql UDG. In order to setup one data source (external rest) I need to send one header like:
-
–header ‘x-site-context: {“date”: “{{timestamp}}”, “channel”: {{channel}}, “account”:"{{accountId}}", “stage”:"{{stage}}"}’
-
The above header will have corresponding values
When i setup the data source with this header, the API gives internal server error
But when i call this rest by Postman, it works fine
All other normal headers work just fine.