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 have one class where I use httpful as an HTTP client to get XML data. Because of different credentials I need to have two sessions so I load two variables with my class. I noticed the second variable overwrites the Httpfull client in my class, it doesn't make both httpful clients unique. Is there a way to accomplish this?
Regards,
Bastiaan
The text was updated successfully, but these errors were encountered:
Hi,
I have one class where I use httpful as an HTTP client to get XML data. Because of different credentials I need to have two sessions so I load two variables with my class. I noticed the second variable overwrites the Httpfull client in my class, it doesn't make both httpful clients unique. Is there a way to accomplish this?
Regards,
Bastiaan
The text was updated successfully, but these errors were encountered: