mooch
mooch copied to clipboard
CORS?
wondering if there were intentions of adding support for cross domain requests. i could work on a PR.
@moimikey Yes! I tried to add CORS support but i failed. PR or a patch file would be nice :P
@frdmn i'll find some time, but in the interim... you'll get a kick out of this, i've been using this as a proxy:
https://cors-anywhere.herokuapp.com/http://pure-journey-3492.herokuapp.com/1.1/statuses/user_timeline.json?screen_name=suminnovation
it's a couple of hops, but as a super duper quick means for a small project, it's something.
will work on a PR.
Ha! That'll do for now. Thanks a lot, Michael!
I'd be curious to see this as well :) The built in JSONP twitter offers has so far worked for me... but it sounds like it may not cater for everything. Things like this project are so clutch for leveraging Jekyll when building sites for clients.