how to pass basic auth using getUrl() function
Is it still the case that zoho getUrl does not support basic authentication?
Someone suggested a workaround here, but I'm new to web programming so I'm not sure how to do it.
Does it involve setting up another server to run PHP and have my ZC app talk to that PHP for every single API call?
Any someone elaborate?