Intercept the request send from an ios app to a service, from Python and Appium -


i working on mac , trying automate app on iphone , @ point required verify request app sends service (more json request). using appium connect phone , python write scripts.

i aware instruments has network functionality lets inspect network traffic of app, not sure if displays json request.

so, looking wait intercept json request , make assertions in python script. know methods ?

i had similar question few months , dumbs not remotely concerned automation gave down votes me well. anyways have 2 solutions problem. not sure instruments functionality not comment on it.

1) use idevicesyslog @ logs app in terminal , send them file , parse file ever looking for. more info here http://krypted.com/tag/idevicesyslog/

but app logs need turned on work.

2) need use proxy sniff http requsts app making. days of traffic being sent commercially https might run certificate issues secured traffic. secured requests work need stable proxy sniff traffic certificates , all. suggest @ charles proxy. more information here charles


Comments

Popular posts from this blog

gridview - Yii2 DataPorivider $totalSum for a column -

java - Suppress Jboss version details from HTTP error response -

Sass watch command compiles .scss files before full sftp upload -