Skip to content
This repository has been archived by the owner on Oct 14, 2022. It is now read-only.

Documentation Notes Kai

Kai W edited this page Nov 16, 2020 · 7 revisions

How we tried to get the APi:

Testing the page https://staging-nginz-https.zinfra.io/swagger-ui/

it didnt work it didnt know our acc

trying to figure out why and trying to catch data packages from our own wire client

pretty sure because i tested my phone number and is already taken

tried to reverse engineer the wire website code... not sucessful too much code

Cant send reset request on the test page

Chrome http request log -> Logged something were trying now https://prod-nginz-https.wire.com/login?persist=false

Cookie for long term login, token for short term stuff trying that out

Catching the coocie from the header in MenuWireLogin and getting the important value with a Parser

/access has always only the cookie as a body and gives the old token as a request parameter (in the request "link")

Header for data not body?!

Data is in the header zuid is part of the cookie

Bearer has to be written befor the token?