Hello,
I am currently trying to send a GET request to a service through REST API. The request in itself is working correctly. However, for this request to return data, I need to send a login token. The issue is that I cannot add request headers in a GET request.
Any suggestions/workaround for this issue?
Thank you in advance
I am currently trying to send a GET request to a service through REST API. The request in itself is working correctly. However, for this request to return data, I need to send a login token. The issue is that I cannot add request headers in a GET request.
Any suggestions/workaround for this issue?
Thank you in advance