I have tried getting a response from this link: https://squizler.herokuapp.com/verify-signin/54315681
I have used python requests library and https://reqbin.com/ online to fetch the json response and they worked fine.
However I need to fetch the json content from my Vue application. I have tried using Axios, request and XMLHttpRequest libraries but I kept receiving errors. I received "TypeError: Failed to fetch" from request library and "Network Error" from Axios and XMLHttpRequest libraries.
I have tried other URLs like https://api.coindesk.com/v1/bpi/currentprice.json and Axios/XMLHttpRequest/request fetched the json data fine, but still not working on my url.
I have been on this for hours, please assist me. Thanks in advance for your help.