Compare the URLs of the GET and POST requests by debugging in the browser during the call. The POST URL will be missing some parts that the GET URL contains. You can hardcode the missing part in your program for the POST call. This should resolve the...