I am trying to use a content script with the following mask:

http://*.foo.com/*

The pages from http://test.foo.com/whatever work fine, but when I have
something like the following:

Get on http://test.foo.com/hello
which does a redirect (HTTP 302) to http://check.foo.com/check
(returns HTTP 401),  then a get on http://check.foo.com/check, and
finally a redirect (return HTTP 302) back to http://test.foo.com/hello

The content script never executes.

Any thoughts here?  The above examples deals with a single sign on
product.







--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Chromium-extensions" group.
To post to this group, send email to chromium-extensions@googlegroups.com
To unsubscribe from this group, send email to 
chromium-extensions+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/chromium-extensions?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to