I'm trying to connect to an REST API either via "Web Document" or REST Connector. I make the request via the URL and the API immediatly returns a status message that the request is accepted and is processing with the HTTP Status Code 202.
Qlikview then tries to process this answer as it would be the expected data. I however want QlikView to wait till the API sends the processed data with HTTP Status Code 200. How can I make QlikView wait that long? Is that in any way possible?