How to wait for a post request from another server before responding to a get request
I have a server to wrap an API and do extra stuff the user needs from my frontend. Whenever my server receives a request, it does some processing it needs to and sends a POST request to a different server (out of my control). Now, this request takes a long time, so the request accepts … Read more