Forum Discussion

AdamFry's avatar
AdamFry
Icon for Advocate I rankAdvocate I
2 years ago
Solved

Getting REST response headers

Hi there!  I have an API that I would like to use in a data pipeline but this API requires me to call a generic URL with the request that I'd like to make and in the response headers, it provides me ...
  • AdamFry's avatar
    AdamFry
    2 years ago

    I hate to tag the response to my own question as the solution but I was able to get a response on my support ticket that in fact.  This is all I was trying to do with getting the REST response headers was to get a handle on the redirect URL but it turns out it's much simpler than that and I don't even need to bother with it:

    ... the Fabric REST connection functionality does handle URL redirects automatically. When you configure a REST connection in Fabric, it should follow the redirection and retrieve the data from the final URL.