Cordova plugin to intercept HTTP(S) traffic -


i able intercept http requests made inside cordova app (eg: when navigating in iframe) , modify or amend response code.

is there cordova plugin allow that? @ least technically possible (android , ios @ least)?

the best option amend response or headers handle them on server side rather handling same in client side(in mobile app) far know.

the convincing reason approach avoid possible security vulnerabilities mitm attacks. it's more secured fiddle response in server side. request rethink approach unless have strong need handle on client side(in mobile app)


Comments