tiaguinho / gosoap

🦉SOAP package for Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

doRequest lost all response cookies

toby3d opened this issue · comments

doRequest method are lost all Response cookies. It doesn’t matter whether the http.DefaultClient is used or my own. I can't use your package because my client must supports authentication through cookies and if cookies are lost at this stage, then trying to inject a cookiejar does not make sense. 😕