Results 160 comments of typicode
trafficstars

Thanks for the example. Unfortunately, katon doesn't support that. But creating a simple proxy server could do the trick. I've not tested the code but it should give you the...

Hi @adadgio, `fetchival` doesn't come with `fetch` polyfill, but you can use the following command and you should have everything you need ;) ``` sh npm install es6-promise whatwg-fetch --save...

I've had reports on another project using `xip.io`, that sometimes on Windows, there was a: ``` This webpage is not available ERR_NAME_NOT_RESOLVED ``` But, I don't know what might cause...

Thanks (not on a mac right now). Basically, `katon install` does two things: - creates `/etc/resolver/ka` which makes `.ka` domain use katon local DNS server. - creates `/Library/LaunchDaemons/katon.firewall.plist` which sets...

Hi @iv597, Thank you for the PR. I'm curious why you wouldn't want to send a `Content-Type`? Actually, I've added these headers based on https://github.com/github/fetch#post-json

Yes, sorry. I'll try to take care of it today or tomorrow.

When I google `contentType: false`, it seems like it's mostly used for sending files. And for the moment, I prefer fetchival to stay a microlib focused only on JSON requests....

Hi @kpatel1989, I guess you want to add it dynamically using a URL and not by editing `db.json`. For this, you need to use the project as a module and...

Thanks for reporting the issue. I've checked [pow](https://github.com/basecamp/pow) repository and they don't seem to have found a solution to that yet. I'm saying that because katon is built on pow...