Direct GET Request:GET http://jsonplaceholder.typicode.com/todos/1Try it
Proxy GET Request:GET
http://localhost:2000/proxy/jsonplaceholder.typicode.com/todos/1Try it
Note
Ensure that the target server allows requests from the URL-Proxy server
and that any necessary CORS (Cross-Origin Resource Sharing)
configurations are in place.