Authentication Error attempting to Transmit Rx

Situation
Attempting to transmit prescription electronically through Weno but get authorization error.

OpenEMR Version
I’m using OpenEMR version 5.0.2 (1).

Browser:
I’m using: Apache 2.4 / Php 7.2 on AWS
Chrome / Firefox access webserver

Operating System
I’m using: Mac Os Windows

Logs
Did you check the logs? Was there anything pertinent in them? Paste them here (surround with three backticks (```) for readability.

I did not check the logs yet.

@kevin_ytc,
Please check the below link to integrate with WENO.
https://forum.visolve.com/t/e-prescription-with-weno/68
Let us know if there is any clarification.

Thanks,
ViSolve - 122

I’ve done all that. Looks like for me it is a CSRF token error…

Hi @kevin_ytc,

On ajax call or any other events you need to pass the token for the authentication that token did not might get pass there that error is occurring. You just need to check the where ajax call is happening in the code on that place check token is get passed or not.

Thanks,
Nilesh