How do I find out what the VALUE is for KEY: Host within a GET function?
Details (like screenshots):
I need to connect to a third party system to get data for reporting. I used Postman to test the connection to the third party. I successfully set up a GET function that outputs the data I need.
Now I need the URL to use in my system to connect to the third party system. What I have tried so far does not work. The only piece that I can think I am missing is the Header Key Hostβs value. It is set to . I was wondering how do I find what that value is?
I have tried the URL Copy function from another post and that does not work, it just gives me the same URL that I have entered in the GET area.