or webrequest becouse i have problem with it !!?
I use selenium headless for such problems, but looks like it's not a good solution for your problem.
im now succeeded sign in by http web reques but the respose not loading the dashbord of wordpress
We going to say, another thing I noticed... You seem to be using a single client. You create a web request, send, get the response... Then it's gone. Use HttpClient, and use the same client across all of your requests. To simplify what I mean: What you are doing is using a fresh browser (cache / cookies cleared) each time you try to call the page. Rather than do that, use a single HttpClient (a single instance of your browser) to do all of your requests
but there are a problem with HttpClient ! how can i send cookies with request ?
same error with http client the dashboard not loading
Обсуждают сегодня