titanium-web-proxy icon indicating copy to clipboard operation
titanium-web-proxy copied to clipboard

Send URL to API - problem

Open Apertura1993 opened this issue 4 years ago • 2 comments

Hi! I've my API that verifies the content on the website. I want to use TitaniumWebProxy to block a website - first I want to send an address (I mean URL) to API, then if I get a reply - block it URL or not. If I use the AfterResponse method, I can send the url to my API, but the page opens during this time and I can't block it - It's too late. However, if I use the BeforeRequest or BeforeResponse method, the connection is suspended, nothing happens and I cannot connect to the API or enter the page. Huge delays. What's the best way to do this? Thank U so much.

Apertura1993 avatar Mar 16 '21 18:03 Apertura1993

@justcoding121 @honfika What do U think?

Apertura1993 avatar Mar 31 '21 17:03 Apertura1993

exclude your hostname API

zeltrax00 avatar Mar 13 '23 09:03 zeltrax00