redirect URI error

Issue #2 new
Former user created an issue

Hi Mike, running this on a Mac but getting the redirect URI error from FA. Can you clarify what it should be?

Comments (1)

  1. Mike Houston repo owner

    Hi, sorry for the slow reply.

    I don't have an account to test any more, can you post the error message text?

    If FA have started requiring that you use an https:// URI for the redirect, you may need to run a local https proxy for the download tool. I've used this one before: https://github.com/cameronhunter/local-ssl-proxy

    Once you have that set up, you'll need to tweak the code in export.php to use the port of the proxy (e.g. https://localhost:8081) as the redirect URI.

  2. Log in to comment