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

darren oh’s picture

Status: Active » Closed (duplicate)

Duplicate of issue 322530.

kenorb’s picture

Version: 6.x-2.3 » 6.x-2.4
Status: Closed (duplicate) » Active

#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.

kenorb’s picture

Something similar to: #354219: Add 'Only force authentication on the following restricted pages' setting, but to exclude authentication on the following pages.

kenorb’s picture

Status: Active » Closed (duplicate)

Ok, I've changed this in application to send Basic Auth.

User-Agent: Jakarta Commons-HttpClient/3.1
Authorization: Basic YWRtaW46YXNkZg==

Thanks.