12
I always do that, but I don’t know what the technical name of it is.
When I need to make a request, where I take information from an external content (for example facebook), I always use my server (through PHP) and capture this request, only to capture it via ajax.
Thus remaining:
Talking to some friends here at SOPT, they told me his name is Proxying, but still I was left with doubts (everything I found on the internet was in English.
The name of this type of procedure is actually Proxying?
Is there any other kind of name for this type of operation?
If anyone can help by fixing the tags, because I’m lost even there.
– Wallace Maxters
Maybe cross-Omain?
– Alexandre Peluchi
Cross-Domain refers to web applications that communicate outside your web domain/server. This can be in the form of network requests to other servers or data sharing with DOM components served from different compound domains on the same web page.
– Giancarlo Abel Giulian
I guess I had to put the little arrows! AJAX -> INTERNAL -> EXTERNAL
– Wallace Maxters