Handling Response Output of REST Client in grails

161 Views Asked by At

I am sending a buffer from my api and api is requested from the REST client in grails.and the Response is sending to the browser(AngularJs). I am getting different response from the hitting the api directly from the js file and hitting from the REST Client of grails. How could i pass the same content from the REST Client to the browser that i got from the REST API?

0

There are 0 best solutions below