Issue
When making HTTP requests to *.truelayer.com
endpoints, you may encounter the following error if the requests are executed in the browser (front-end):
Solution
-
Backend Requests: Ensure all HTTP requests to
*.truelayer.com
are made from your backend. This prevents tokens from being intercepted and maintains the security of your application. - Browser Extensions: Check for any browser extensions that might be altering HTTP requests. Disable such extensions to avoid interference with your API calls, such as this one.
Comments
0 comments
Please sign in to leave a comment.