You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@vigneshshanmugam Thanks! That hopefully pointed me on the right path.
For some reason, I am unable to pass anonymous authorization with rum-js and Caddy. However, what works and seems to not share my token is the following Caddy directive:
Hi everybody,
I am trying to include this agent to collect RUM data on a service I manage.
The apm server is behind a reverse proxy (caddy) that adds ssl to it.
This is in my services index.php:
However, my browsers dev console reports:
With curl, from my services host, I can verify it working:
I am unable to supply my
secretToken
, as elastic-apm-rum.umd.min.js seems to ignore it.Am I missing something obvious?
Thanks for your assistance!
Best regards,
Tim
PS: The service is also hooked up to APM with the php agent, which works great. This elastic cluster is run locally via docker.
The text was updated successfully, but these errors were encountered: