Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use REST directly instead of scraping? #2

Open
dotansimha opened this issue Jul 14, 2020 · 0 comments
Open

Use REST directly instead of scraping? #2

dotansimha opened this issue Jul 14, 2020 · 0 comments

Comments

@dotansimha
Copy link
Collaborator

In all modern mobile apps for banking, they must use REST to fetch the data. In FIBI for example, it super simple because their website is shitty, but in mobile app they are using REST. Same with Pepper.

You can either use Charles for iOS (https://www.charlesproxy.com/documentation/ios/), or use Charles for Mac (with it's Custom SSL certificate, and install the profile on your mobile phone with a proxy. This way all requests are being decrypted and you can track the complete request on your Macbook, and log the requests and responses).

I did some experiments on the iOS app of Poalim, found the following for example (for getting information about the current account's transactions):

IMG_7073

I think this might simplify the implementation, no? We can even do JSON schema and GraphQL Mesh for that...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant