For many days I have been trying to understand 2 things:
- The fundamental difference is Json from Jsonp when querying? The fact that Jsonp is a Json shim is more or less clear, but when cross-domain queries, why can't Json be ordinary?
- Why use for example Java, for example with its class HttpRequest, etc. There are no problems with Post requests to Api or to server-side .php files, and if you write a client in javascript (jquery) you need to think through something, i.e. if I understand correctly, in languages such as Java there is no such thing as a crossdomain, is the whole inquiry procedure standard, and the response will come anyway?