I am in need to send some json log files to an AWS server.
But the proxy, ISP or something else I cannot get in touch with is blocking everything else besides browsers on 80 and 443. Even Curl and wget are failing.
Is there a way to pipe my data thru Chrome? I mean run my application and have it use Chrome to send the HTTP requests?
Thanks