S
S
stasersmailov2021-08-25 16:15:35
Parsing
stasersmailov, 2021-08-25 16:15:35

How to send 2 requests from 1 site instance?

I have a site where every time the page is refreshed, the text that I need to send to the Post request changes. I receive this text via HttpWebRequest and everything is fine, but when I send a POST request using the same HttpWebRequest, it sends the text that I received from the previous request to the updated site with a different text. Is it possible to open the site and already perform these actions on it?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey Karbivnichy, 2021-08-25
@hottabxp

Can. Store cookies and then send them in a POST request.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question