Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Protocol identification problem #274

@OmegaMax

Description

@OmegaMax

@bain3 In the protocol that you gave us, we need to generate uuid to do the first post request. We also need a specific tpye of data, in this case the uuid and navigator id (null). It works on the first request then, for the second linked to the identification, we need the big json of data connection and it not works... We do some tests and by mistake, we send to times the big json instead of uuid json and then big json. And the identification works ! But we don't know how it works. We also don't know if it's linked to pronote but we can create a session without this request :
{
"nom": "FonctionParametres",
"session": "<session_id>", // int
"numeroOrdre": "<numero_ordre>",
"donneesSec": {
"donnees": {
"Uuid": "...",
"identifiantNav": "..."
}
}
}
and instead, send Identification two times, one with 3fa959b13967e0ef176069e01e23c8d7, and the other with the encrypted nOrdre with aes

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions