Getting CSRF-Token from Header of a REST Call?

0
Hello, I am trying to access the Header of my REST CALL to the SAP OData which will send the x-csrf-token back in the header, but i am unable to find a way to access the Header from my REST Call or find a solution online that works. Anyone have an idea?  
asked
1 answers
1

If you save the response in a HTTPResponse, the headers can be retrieved over association.

 

afbeelding.png

answered