go - Cookie Code in golang similar to CURL. -


i trying achieve similar result in golang following curl request. sending request session cookie string along link redirection enabled. possible? new in golang, having no idea or resources that. tried google didn't much. please help.

curl -s -l -x "http://localhost:8080" --cookie "prov=93ccec61-8efa-5bcd-25af-7e0b5f6b9126; __qca=p0-582296955-1494357360227; __gads=id=b93b734578277eb4:t=1502208253:s=alni_man0-fz9gidzbmbigmkeqfmyt_pqg; _gat=1; _gat_pagedata=1; acct=t=udylx2q0hv7oom0ykwgbwntz3o0mr1%2f8&s=tartmqek6vmhcickddzjibdkj0v%2f68cz; _ga=ga1.2.848757776.1494357360; _gid=ga1.2.866148509.1503254989" 


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -