• Hello, I’ve been trying to solve a problem with my wordpress, we have a plugin and we need to use CRON JOBS with a specific URL given in the plugin docs for a reminders features via SMS and Email to work properly, but I’m getting a “NOT AUTHORIZED” error from the CRON JOBS because the URL need admin login but it supposed is not requiered in the plugin documentation, as I see the action part in the url is the one needing the login because if I deleted that part the URL doesn’t give the error, but for the CRON JOBS to work I need the action (action=latepoint_route_call) is there a way to solve this? Once I’m logged in the browser and enter the URL for the GET HTTP request it give me some info and not the error, but I need that to work with the cron jobs

    I appreciate your time, and thanks a lot.

    Sorry in advanced if this is not the correct forum for this problem.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Probably simply ( replace example.com with your domain )

    https://example.com/?action=latepoint_route_call&route_name=reminders__process_reminders

    As latepoint is a premium plugin and you have paid for support then it is better to ask for support there. Indeed support requests for commercial products is not actually allowed here.

Viewing 1 replies (of 1 total)
  • The topic ‘HTTP Request is requiring admin login, need to change that’ is closed to new replies.