Index: services.module
===================================================================
--- services.module	(revision 3478)
+++ services.module	(working copy)
@@ -350,6 +350,9 @@
     if (!services_validate_key($api_key, $timestamp, $domain,$hash)) {
       return services_error(t('Invalid API key.'));
     }
+	elseif(variable_get('services_domain_strict', false)){
+      $args[] = $api_key;
+    }
   }
   
   // add additonal processing for methods requiring authentication
