TAO 3.3 is released. Check out the announcement here - https://forum.taotesting.com/discussion/593/tao-community-edition-3-3-released#latest
cURL request does not work on virtual host
On my local network cUrl Api works perfect, but the same request when hosting on a virtual host gives a 401 error = "you are not authorized to use this functionality"
I am Using TAO r3.3 Rc02. Everything in the host environment in TAO works 100% except for cURL requests.
Comments
401 error usually means you are not properly authenticated or you don't target the correct service URL.
Solved the 401 error on virtual host and api's are OK now. It was not a TAO problem, but a network authentication setting.
Thanks for the follow-up.