yoshimo
yoshimo
Where would i find the dovecot side of this PR and its documentation?
@gorhill it is just an analogy to flash, not about flash itself.
So we have requests to > geomobileservices-pa.googleapis.com/google.internal.maps.geomobileservices.geocoding.v3mobile.geocodingservice/ReverseGeocode to get an adress. Then there is a request to > https//firestore.googleapis.com/google.firestore.v1.Firestore/Listen with a google-cloud-resource-prefix of `projects/com-ridedott-eu/databases/(default)` Which gives back a content type...
>https://europe-west1-com-ridedott-eu.cloudfunctions.net/acceptLegalAgreements well, rather obvios what they want here send the current version of the tos ` { "data": { "privacyPolicyVersion": 20191212, "termsAndConditionsVersion": 20191212 } } `
The request that contains this is strange but so far i haven't been able to convince gsutil to get me the real data. [Firestore_Listen.txt](https://github.com/ubahnverleih/WoBike/files/4024013/Firestore_Listen.txt)
[Sample_from_wire.txt](https://github.com/ubahnverleih/WoBike/files/4024023/Sample_from_wire.txt) This needs some converting so you can actual read something
Some more customers of the D2D Services can be found on https://www.door2door.io/index.html https://www.door2door.io/customers.html The apps initiate a request to `https://api.door2door.io/connect/v0/configuration ` on startup and receive infos about the service. The...
A valid response during active service hours with dynamic schedule and fixed locations for the stations: Hofer Landbus `https://api.door2door.io/connect/v0/routes?from=50.22623%2C12.11637&to=50.30854%2C12.08932&from_address=Sch%C3%B6nlind%207%2C%2095111%20Rehau%2C%20Deutschland&to_address=Prex%2015%2C%2095194%20Regnitzlosau%2C%20Deutschland&from_name=Sch%C3%B6nlind%207&to_name=Prex%2015&by=departure` [Hofer_Landbus_routes_activeservice_response.json.txt](https://github.com/ubahnverleih/WoBike/files/4176898/Hofer_Landbus_routes_activeservice_response.json.txt)
Sample from Duisburg, that has more ` "supported_route_types": ["public_transport", "rideshare", "shared_vehicle", "ridehailing"],` The other apps so far only use a route type of `rideshare` `https://api.door2door.io/connect/v0/routes?from=51.3625335%2C6.7111787&to=51.4343706%2C6.7713458&from_address=Duisburg%20Am%20R%C3%B6hrenwerk%2C%2047259%20Duisburg%2C%20Deutschland&to_address=Opernpl.%202%2C%2047051%20Duisburg%2C%20Deutschland&from_name=Duisburg%20Am%20R%C3%B6hrenwerk%2C%2047259%20Duisburg%2C%20Deutschland&to_name=Opernplatz%202&by=departure` [mydvg_routes_multipleoptions_response.json.txt](https://github.com/ubahnverleih/WoBike/files/4176960/mydvg_routes_multipleoptions_response.json.txt)
For analysing mobile apps i like HTTPCanary which runs as a local VPN that displays the webtraffic of all or specific apps. To get past pinning instead of FRIDA i...