Tagged Questions
The url-interception tag has no wiki summary.
14
votes
2answers
4k views
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 ...
1
vote
0answers
159 views
Android WebView Protocol Handler
I am trying to develop an Android browser application using WebView which enables users to access content from a custom protocol. The custom protocol could be foobar://
I want to intercept all ...
1
vote
3answers
10k views
Spring Security 3 specify multiple intercept-url access roles
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 ...
1
vote
4answers
953 views
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 ...
0
votes
1answer
69 views
Redirect windows process to new URL
How do I redirect a program to connect to a different URL.
I looked at this post: ...