lutskboy

Results 8 issues of lutskboy

Hi I need get all request headers. Please write example code. Thanks

Hi. I can add many tag in video tag sitemap? ` ` https://skr.sh/sLop8ifAwvg

` https://www.example.com/english/page.html ` see https://developers.google.com/search/docs/specialty/international/localized-versions?hl=ru#sitemap

Please help me I need print all request headers access-token , Authorization, etc

Hi I generated cert but have a problem Software is preventing Firefox from safely connecting to this site www.youtube.com is probably a secure site, but a secure connection cannot be...

Make it possible to save client-token and Bearer token . They work for one hour.

enhancement

Hi my problem if req.URL.Host is no hostname req.URL.Host is ip adress `if req.URL.Host == "google.ru"` not work how to use hostname in this code?

Hi i use this code but in browser NET::ERR_CERT_AUTHORITY_INVALID . how to solve the problem? ` package main import ( "flag" "log" "net/http" "crypto/tls" "crypto/x509" "github.com/elazarl/goproxy" ) var caCert =...