Hi Jesse -
Thanks for the reply. We use SSL on many of our production servers,
but our development servers - which contain cleaned data devoid of
e.g., client emails and passwords - simply use Basic Auth to protect
them during development. It is for the development server that I am
asking this question, as I don't want to test on the production server
for obvious reasons.
I have incorporated a secret key, but wonder why you don't accept
Basic Auth secured URLs as e.g. wget and curl both use them without
issue. This would not only help me, but could potentially help others
working on integration issues. Please consider updating your URL
format regex to allow a basic auth name:passwd, e.g. adding something
like this after 'Protocol://':
(?#Username:Password)(?:\w+:\w+@)?
By the way, I am working on CiviCRM <> Mailchimp integration which is
no small task and pushing the limits of what Democracy Now! - a non-
profit - can fund. In fact, Smart Groups integration - a very useful
feature - may have to be left out. Unfortunately, I have heard
nothing - not even an acknowledgment - back from the Mailchimp
Integration Fund for which I applied several weeks ago. One would
think that at least an acknowledgement could be expected. You can see
the current state of the work at
http://drupal.org/sandbox/fen/1233314
- my initial code has a Drupal-specific front-end, but the guts are
all CiviCRM and once complete I'd like to pull the Drupal code out
enabling it to work with any CiviCRM installation, whether based on
Drupal, Joomla or Wordpress. I would think this would be of great
interest to Mailchimp - please pass this on to the appropriate
parties.
Thanks,
=Fen
f...@civicactions.com