by Danscan » Wed May 03, 2023 4:28 pm
I built out the call and I am using the upload1 url from the authentication but I am receiving the following error:
I am calling the following url:
https://mydomain/cgi-myname/sb/dbupload.cgi?clientApp=1&dbname=Product&uniqueName=SKU&signature=-=&token=-=×tamp=1683156130&nonce=26236363
<html><body><h1><center>Error</center></h1><hr><p>
Your User Name could not be determined. You should have been prompted by your browser to authenticate by entering a username and password.<p>
Solution:<p>
ShopSite is designed to use your webserver's built-in authentication system via the Apache .htaccess file method. If you are seeing this error message, many times the solution is to edit your webserver's httpd.conf file (or other config file) and allow the use of .htaccess files in your cgi-bin by defining 'AllowOverride All' in a <Directory> directive for your particular cgi-bin path.<p>
If you are unfamiliar with how to configure your webserver to use .htaccess authentication, your hosting service provider should be able to help you. The following links provide general information on setting up the use of .htaccess authentication for Apache-based webservers:<p>
<a href="http://httpd.apache.org/docs/mod/core.html#allowoverride">
AllowOverride directive</a><br>
<a href="http://httpd.apache.org/docs/howto/htaccess.html#troubleshoot">
Troubleshooting</a><p>
The ShopSite CGI Directory (containing the admin cgis like start.cgi) must be password protected in order to use the ShopSite admin tools. Do not put a password on the Shopping Cart CGI Directory or your customers will be unable to use the shopping cart.<p>
<hr></body></html>