getURL() hangs on me for (what seems like) a valid URL...having trouble with APIKeys too
If, when logged in to Zoho Creator, I type:-
http://creator.zoho.com/liamzoho2/sfit-email-templates/rss/Employee_Detail_View/
into my browser address bar, I get a nicely laid out response which shows the records in that Form View...
But...when I use 'getURL()' within another form to try and replicate this...the system just hangs....here is a code snippet...suffice to say, if just hangs on the first line...
response = getUrl("http://creator.zoho.com/liamzoho2/sfit-email-templates/rss/Employee_Detail_View/");
info "After Response";
xmlString = response.executeXPath("/rss/channel/item");
etc....etc...irrelevant stuff removed...
Any thoughts...anyone?
I have also being trying to use postURL to add a record using the APIkey mechanism to login...I have already submitted 2 requests for some support assistance...but have not had any joy...
I get an impression, perhaps because I have a zoho creator account for quite some time - 3 years...that somehow my account is denied access via these 'pathways' to data.
I would appreciate any comment.
Thank you,
Liam.