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. |
|
You have no need to add the headers for user agent or authorization yourself. |
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. |
|
I wonder what might cause this behavior? Because changing the request code makes it work. |
|
@seraphx2 So I guess you need a separate HttpClient with corrected settings to work with login.eveonline.com |
|
Nope. These two baddies also spoils corporation requests to API for me, hm. |
|
Can you join the Discord channel to talk about this further? It is easier than going back and forth here. |

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
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:
All reactions