chromedp
chromedp copied to clipboard
Is it possible to use the net/http client in chromedp ?
"Apologies for possibly a silly question. Is it possible to use GET/POST requests with the "net/http client" directly or perhaps through chromedp, which would act as a proxy server? If not, could you please advise or point me to where I can find good code for sending GET/POST requests with headers, cookies, and receiving responses?"
+1
+1
why not? we can specify the http.Client with special cookies, export/save cookies, tls fingerprint, special dialer with difference IP
"Apologies for possibly a silly question. Is it possible to use GET/POST requests with the "net/http client" directly or perhaps through chromedp, which would act as a proxy server? If not, could you please advise or point me to where I can find good code for sending GET/POST requests with headers, cookies, and receiving responses?"