This is an archived forum post. The information may be outdated. Contact us if you have any questions.

Possible Basic Authentication?

jemisp wrote on 2011-07-04:
Hi there

is there a way to use Basic Authentication? As i have a system that is password protected on IIS

Regards

Jeremy
support wrote on 2011-07-04:
Hi Jeremy,

Basic Authentication should work, you can use the following syntax:

http://username:password@yourdomain.com
jemisp wrote on 2011-07-04:
Thanks