03-08-2011 05:06 PM
Hi guys,
I've started playing with WebWorks SDK, and I have a quick question.
One of the webservices that I plan on accessing requires a "Basic" authorization to be used.
Now, I know I can set this normally with the .setRequestHeader property of the XMLHttpRequest object, but it doesn't seem to be taking.
I've added the domain to the config.xml file allowing subdomains and specified the individual file that I'm trying to access.
Upon investigating the XmlHttp Request tab's Header value, I'm not seeing the header that I specified. Could it be that there's something getting in the way?
Any and all suggestions would be greatly appreciated!
/RN
03-09-2011 10:27 PM
**bump**
03-14-2011 11:39 AM
No one has come across this situation?
03-18-2011 04:05 PM
**bump**
04-21-2011 01:33 PM
Im new at this so ..........
But did you allow access to your website in the config.xml file?
08-17-2012 11:56 AM
Same thing happening to me too! But seems nobody has stumbled with it
08-17-2012 12:49 PM - edited 08-17-2012 12:51 PM
@alvarola
Can you post me a snippet of code for your xhr request?
-Chad