Different POST request elapse time
Budget $10-30 USD
Job Description:
Hi
I have a website need to log in with the python requests library. After getting an Authenticity Token by sending GET requests, I use the POST method to post payloads and login to the website. The elapsed time of POST is around 1 sec.
After login there is a calendar to book an appointment. So we use the POST method again to send data to a server in order to book. The elapsed time POST method now is 4 times greater than login page.
I want to know if it is normal or if something goes wrong
I need the fastest method to send data through POST method.
Is there any other way ( other python libraries) that can login and book faster?
5 freelances font une offre moyenne de 44 $ pour ce travail
The elapsed time of a POST request depends on many factors, including the size of the payload, the complexity of the server-side processing, network latency, and the current traffic on the server. An increase in elapse Plus