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 get an empty request, like an empty byte string (b'')
My headers are :
{
"Content-Type": "application/json",
"refreshToken": "*Refresh token*",
"accessToken": "*Access token gotten when we authenticate*",
"User-Agent": "How many contenders / howmanycontenders@gmail.com",
"Ubi-AppId": "86263886-327a-4328-ac69-527f0d20a237"/* The one gave in documentation */
}
I authenticate by :
Sending a POST request to public-ubiservices.ubi.com/v3/profiles/sessions to get a ticket.
Sending a POST request to prod.trackmania.core.nadeo.online/v2/authentication/token/ubiservices with NadeoLiveServices audience in it's body and ubi_v1 t={ticket} in my authorization header.
Storing the tokens received and sending them in my headers whenever I make a new request.
I certainly didn't understand some authentication things and that's why I get this empty response but I can't figure it out.
Note that the authentication works though.
The text was updated successfully, but these errors were encountered:
Whenever I send following request :
With the following body :
I get an empty request, like an empty byte string (
b''
)My headers are :
I authenticate by :
POST
request topublic-ubiservices.ubi.com/v3/profiles/sessions
to get a ticket.POST
request toprod.trackmania.core.nadeo.online/v2/authentication/token/ubiservices
with NadeoLiveServices audience in it's body andubi_v1 t={ticket}
in my authorization header.I certainly didn't understand some authentication things and that's why I get this empty response but I can't figure it out.
Note that the authentication works though.
The text was updated successfully, but these errors were encountered: