I send a post-request to the server, in response, the server returns me data like "e72616a827", which I use in the following request: http: // website? Value = e72616a827 , but the fact is that when I send a request to this address, I don’t get what I need at all, but if I restart the program and specify the previous data in the second query: http: // website? value = e72616a827 , then everything goes fine and what I need, I don’t understand what the problem is, thanks.
Update : suspicion that the second request occurs too quickly and the data do not have time to process yet, is it possible to put a delay between requests?