Forum Discussion

rwaanders's avatar
rwaanders
Frequent Visitor
5 years ago

POST and GET request via Web API. POST request is succesful, but can't perform the GET request

Dear all,   I'm trying to perform a GET request after a POST request. The POST request returns an ID which is needed for the GET request.   The POST request works and it returns the needed ID. ...