Skip to content Skip to sidebar Skip to footer

When Accessing Webpage In Java, The Body Of My Php Page Becomes Error About Javascript

This is the webpage I am trying to access: http://ssbmapp.byethost18.com/demo.php But, regardless of how I attempt to access it in my android studio project, I get this for the bo

Solution 1:

It looks like the original PHP page does not produce the JSON object immediately. Instead, it produces a javascript code that eventually makes another HTTP request and gets the JSON. If you use a Web HTTP request/response sniffer such as http://web-sniffer.net/ you will see that the site response is exactly the same as the one your code is printing.


Post a Comment for "When Accessing Webpage In Java, The Body Of My Php Page Becomes Error About Javascript"