Questions tagged [url-interception]

7 questions
110
votes
3 answers

Intercepting links from the browser to open my Android app

I'd like to be able to prompt my app to open a link when user clicks on an URL of a given pattern instead of allowing the browser to open it. This could be when the user is on a web page in the browser or in an email client or within a WebView in a…
jamesh
  • 19,863
  • 14
  • 56
  • 96
18
votes
5 answers

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 and ROLE_ADMIN to be able to access all pages, I…
user223695
  • 245
  • 1
  • 2
  • 4
7
votes
1 answer

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 requests to this custom protocol. This means: GET…
2
votes
0 answers

How to intercept presetted links to open my android app?

I am developing an issue tracking application for android platform. So i need to open link to an issue in my application. I know how to intercept links with setted in AndroidManifest.xml schemas…
Pavel
  • 81
  • 6
1
vote
4 answers

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…
Rona
0
votes
1 answer

Redirect windows process to new URL

How do I redirect a program to connect to a different URL. I looked at this post: 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…
ChickenFur
  • 2,360
  • 3
  • 20
  • 26
0
votes
1 answer

IE intercept URL

I know BHOs are the way to listen to browser events, but the problem with BHOs is that it shows an opt-in bar and this requires user intervention. Are there any other ways of doing this without using BHOs ?
atVelu
  • 815
  • 1
  • 12
  • 24