'web service for "fake" cross domain requests? [closed]

does there exist a service that will let me fetch the contents of another page and return it in some ways i can console via javascript?

i need to make a cross domain request, and i am trying to find a way to do so without writing my own web service



Solution 1:[1]

I would agree with epascarello. Just whip up some a cURL class specific to the site you want to hit. I'd guess 20 lines, tops, including sanitizing a few parameters.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Alex Mcp