Послать post запрос через http клиент с твоими куками из браузера и с headers которые тебе решалка дала, потом после запроса смотришь на какую страницу был переход, берешь куки с хттп клиента и переходишь на следующий url.
3 Questions - reload renew periodically
-
Hi
I have created 2 scripts, 1st script is scraping data into file and 2nd script is reading data from that same file and deletes that line after using it.
I want to make sure that 2nd script gets the new data that is being added by 1st script into the same file.
So i am using both the options reload periodically and renew periodically with 60,000 milliseconds gap to solve this situation.Now I have 3 questions :
- Is this way correct that i mentioned above ?
- what is the difference between reload periodically and renew periodically, i read the tooltip help text when i hover over them but didn't understand it fully.
- The delay is in milliseconds for reload and renew periodically ?
Thanks