koa-proxies icon indicating copy to clipboard operation
koa-proxies copied to clipboard

a [email protected]+ proxy middleware

Results 12 koa-proxies issues
Sort by recently updated
recently updated
newest added

Since the error event is not emitted by the underlying `http-proxy` when there is an error callback in place, add some code to manually call the error event handler if...

Hi, thanks a lot for this library. It makes my life easier. One thing though: when anything goes wrong in proxying, let's say because the domain cannot be found, any...

Shouldn't this line include `extends Server.ServerOptions` from the `http-proxy` package? https://github.com/vagusX/koa-proxies/blob/master/index.d.ts#L7 Considering the fact that it looks like the options object is being passed along wholesale to `http-proxy`, seems like...

I'm trying to use koa-proxies to proxy requests through to Amazon AWS, but the proxied file is returning with status 500. Investigating, I can see that the call to proxy.web()...

After defining a proxy target that includes a URL prefix (http://myproxy/some/path), the requests are proxied to the correct target URL, but the path component of the proxy target is left...

as title said, koa-proxies does not carry cookies, anyone helps?

help wanted

It seems like proxying methods like PATCH having some payload in the body doesn't arrive at server. Did I do something wrong or is it a bug? Works totally fine...

bug

I'm writing a proxy service that needs to inspect the body being proxied back to the client. Is it possible to add this on the `ctx.response.body`?

This pull request introduces improvements to the TypeScript type definitions for `koa-proxies`. These changes were developed by vendoring in our own mono repo at @CloudSoda. #### Key Changes 1. **Generic...