Hello, I’m new to JSON and have just come across this as i need to send data to URL and then read the response sent back.
If i click on the URL from my site it loads in a browser and displays the correct response. I have tried many different methods from the net and i can’t seem to get one to work.
I need to be able to read the response on my website.
The details of the url can be seen below;
Example Test URL Request
the response back is:
{“domain2.net”:{“classkey”:“dotnet”,“status”:“regthroughothers”},“domain1.net”:{“classkey”:“dotnet”,“status”:“regthroughothers”},“domain2.com”:{“classkey”:“domcno”,“status”:“regthroughothers”},“domain1.com”:{“classkey”:“domcno”,“status”:“regthroughothers”}}
This is what i need to be able to read on my webpage.
Thank you