I always do this, but I do not know what the technical name is.
When I need to make a request, where I get information from an external content (for example facebook), I always use my server (via PHP) and I capture this request, only to capture it via ajax. >
Looking like this:
Talking to some friends here at SOPT, they told me its called Proxying , but I still had doubts (everything I found on the internet was in English.)
Is the name of this type of procedure really Proxying ?
Is there any other kind of name for this type of operation?