Oscar Perez
Oscar Perez
Thanks for the quick reply! @markdorison The code [here](https://github.com/thisandagain/fastly/blob/develop/lib/index.js#L19-L58) sends a `PURGE` request to `url: 'https://api.fastly.com' + url,` which is not what's specified in the documentation example `curl -X PURGE...
@milanvdm thanks for this workaround! Actually might be the best option unless this connector switches to a custom JsonConverter that encodes bytes as a hex string (most will encode bytes...
Also experiencing this issue :(