You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I realised, that any consecutive request will fail, if curl is used. The reason I found was, that the headers returned by Apache are postfixed with "\r\n" therfore my suggestion is to trim the second part as well in parseCookies()
Hi,
I realised, that any consecutive request will fail, if curl is used. The reason I found was, that the headers returned by Apache are postfixed with "\r\n" therfore my suggestion is to trim the second part as well in
parseCookies()
https://github.com/matasarei/JsonRPC/blob/master/src/JsonRPC/HttpClient.php#L374
What are your thoughts?
The text was updated successfully, but these errors were encountered: