WWW and htaccess

so lets say

http://www.website.com/directory/ is protected by a standard .htaccess user/pass

is there a friendly way to allow the Unity WWW class to access this?

am I going to have to try to go the route of HttpWebRequest with credentials?

Any help is appreciated :slight_smile:

See this page Unity - Scripting API: WWWForm.headers - though I haven’t tried it myself.

How the heck did i miss that little gem…

Thank you.