sandrop icon indicating copy to clipboard operation
sandrop copied to clipboard

ScriptIntercept does not work

Open jinxingtt opened this issue 6 years ago • 1 comments

I use the script try to intercept http request, and add header to it. however it does not work, here is the code

if (request != null){ result = false; intercept_response = false; request.addHeader ("TestHeader", "test"); }

Anyone know the reason? Does this feature need to be run on rooted phone? I checked the http request in chrome dev tool, no headers added to each http or https request

jinxingtt avatar Jul 03 '18 16:07 jinxingtt

No need to have rooted phone if android proxy settings points to SandroProxy port.

SuppSandroB avatar Sep 12 '18 13:09 SuppSandroB