I've been stuck for a week on the api call for the "Espo-Authorization"
When I run some tests pages that are on a server with the same IP address as a test EspoCRM instance I can call to the App/user and get WAY more data than is listed in the api documentation.
I then moved the application/module to another server and cannot get the App/user call to work at all. Constantly getting a 401 cross-domain error.
Has anyone else run into this issue? Is there better documentation on using the authentication api anywhere?
When I run some tests pages that are on a server with the same IP address as a test EspoCRM instance I can call to the App/user and get WAY more data than is listed in the api documentation.
I then moved the application/module to another server and cannot get the App/user call to work at all. Constantly getting a 401 cross-domain error.
Has anyone else run into this issue? Is there better documentation on using the authentication api anywhere?
Comment