Posted in:

Application Programming Interface using JSON

API Code

I was asked to develop an Application Programming Interface (API) that would allow a remote user to send a request to a remote server, which then performs some actions or lookups and returns an answer. The simplest way to do this was to use JavaScript Object Notation, or JSON. What the local site does is […]

This site uses cookies for functional, security and analytical reasons. To use this site cookies must be enabled. Please refer to our Privacy & Cookie Pages for further details.

Google Chrome:

  • Click on the three vertical dots in the top-right corner.
  • Go to "Settings."
  • Under "Privacy and security," click on "Cookies and other site data."
  • Turn off "Allow all cookies."

Mozilla Firefox:

  • Click on the three horizontal lines in the top-right corner.
  • Go to "Options."
  • Select "Privacy & Security" on the left.
  • Under "Cookies and Site Data," choose "Block cookies and site data."

Microsoft Edge:

  • Click on the three horizontal dots in the top-right corner.
  • Go to "Settings."
  • Under "Privacy, search, and services," go to "Cookies."
  • Choose "Block all cookies."

Safari:

  • Click on "Safari" in the top menu and select "Preferences."
  • Go to the "Privacy" tab.
  • Under "Cookies and website data," choose "Block all cookies."

Opera:

  • Click on the red "O" in the top-left corner.
  • Go to "Settings."
  • Select "Privacy & security."
  • Under "Cookies," choose "Block third-party cookies and site data."