chromedp icon indicating copy to clipboard operation
chromedp copied to clipboard

Is it possible to use the net/http client in chromedp ?

Open GoHippo opened this issue 1 year ago • 3 comments

"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?"

GoHippo avatar Mar 28 '24 16:03 GoHippo

+1

arthas3014 avatar Apr 26 '24 07:04 arthas3014

+1

beaquant avatar Jun 19 '24 15:06 beaquant

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?"

beaquant avatar Jun 20 '24 02:06 beaquant