Need help figuring out the SSO #58
Replies: 7 comments
-
Still have that problem. Seems like every SSO related request in the lib fails. Meanwhile if I replace request code in GetToken method with this - it works.
|
Beta Was this translation helpful? Give feedback.
-
You have no need to add the headers for user agent or authorization yourself. |
Beta Was this translation helpful? Give feedback.
-
I have it done ofcause. Still I have the same result. I had to clone the source code and change the request code for the one shown above to make it work. It is a code from my older project. Strangely your lib doesn't work for me out of the box. Btw it returns code 200 and I use all the data from your config. Hmmm except user agent maybe. |
Beta Was this translation helpful? Give feedback.
-
I wonder what might cause this behavior? Because changing the request code makes it work. |
Beta Was this translation helpful? Give feedback.
-
@seraphx2 So I guess you need a separate HttpClient with corrected settings to work with login.eveonline.com |
Beta Was this translation helpful? Give feedback.
-
Nope. These two baddies also spoils corporation requests to API for me, hm. |
Beta Was this translation helpful? Give feedback.
-
Can you join the Discord channel to talk about this further? It is easier than going back and forth here. |
Beta Was this translation helpful? Give feedback.
-
Hi, currently I'm getting this error. I suppose the request should return a JSON but looks like I'm getting some binary rubbish.
Here're the code scaps:
Beta Was this translation helpful? Give feedback.
All reactions