Aminadav / node-run-middleware

NodeJS Express module to simulate URL requests, for internal executing REST API's
https://github.com/aminag/node-run-middleware
ISC License
65 stars 22 forks source link

Keep the headers and cookies from the current requests #8

Closed Aminadav closed 8 years ago

Aminadav commented 8 years ago

I want that the new middleware will get the same cookies & headers

Aminadav commented 8 years ago

It will be done when we use the req.runMiddleware instead of app.runMiddleware. If you need this please comment in this issue Duplicate of #5

Aminadav commented 8 years ago

Fixed in the new version.