I have a bunch of requests in my application, I know that they return html. So, is there a way to redirect CURL output to my browser so that it displays its contents?
curl MY_URL -d "my data" | firefox
An example that may work, but does not actually work with the channel (as indicated above).
Do you know which way to do this?
source share