{{theTime}}

Search This Blog

Total Pageviews

Whitelabel Error Page

This application has no explicit mapping for /error, so you are seeing this as a fallback.

Sat Jan 09 08:03:40 EST 2021

There was an unexpected error (type=Not Found, status=404).

No message available

Reason: 

This error occurs when a user attempts to access an URL which doesn't exist on the server. Reach out to the URL provider for the availability of the URL

No comments:

Java Script GET request Sample Code

fetch(' https://api.public.com/api ')   .then(response => response.json())   .then(data => console.log(data))   .catch(error =...