Closed (duplicate)
Project:
Secure Site
Version:
6.x-2.4
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
21 May 2009 at 16:06 UTC
Updated:
26 May 2010 at 12:36 UTC
I am using Secure Site to lock my complete site for a beta test. This works great, but I also use the Services module that now can not receive any external requests anymore. The only solution I can think of is to exclude the services/* path from protection by the secure site module and use the normal drupal authentification.
Unfortunately I can not exclude any pages from protection in Version 6 of the Secure Site module...
Can anyone give me a hint how I can do that?
Thanks,
Florian
Comments
Comment #1
darren ohDuplicate of issue 322530.
Comment #2
kenorb commented#322530 is about XMLRPC and HTTP authentication and there is nothing that helps.
Is there any way to exclude *specified* paths from secure site?
I've got other services like SRU and SWORD services to exclude by path.
Comment #3
kenorb commentedSomething similar to: #354219: Add 'Only force authentication on the following restricted pages' setting, but to exclude authentication on the following pages.
Comment #4
kenorb commentedOk, I've changed this in application to send Basic Auth.
Thanks.