url-interception

Intercepting URL before navigation

I would like to intercept any URL which the user enters in their browser and perform some tasks before allowing the navigation to continue (any way could be good - i.e. via plug in, via proxy or any other creative suggestion). To clarify - I am not referring to a specific application that needs to catch this, but rather - any navigation ...

Intercepting links from the browser to open my Android app.

I'd like to be able prompt my app to open link (instead of the browser) when the user clicks on a URL of a given pattern. This could be when the user is on a web page in the browser, or in an email client, or a WebView in a freshly minted app. For example, click on a YouTube link from anywhere in the phone and you'll be given the chance...

Spring Security 3 specify multiple intercept-url access roles

Hi All, I am trying to setup Spring 3 security using JDBC auth. Everything is working fine apart from when I try to specify multiple access roles to an intercept-url. Eg I want anyone with the roles ROLE_USER and ROLE_ADMIN to be able to access all pages, I use the follwoing line in my spring config file - <security:intercept-url patt...

Redirect windows process to new URL

How do I redirect a program to connect to a different URL. I looked at this post: http://stackoverflow.com/questions/989282/is-it-possible-to-redirect-a-url-to-another-using-a-webproxy-such-as-fiddler I installed fidller on the machine and put this code in the custom rules in the onBeforeResponse method oSession.utilDecod...