Closed h2non closed 9 years ago
Sometimes we don't wanna forward the request
proxy .get('/users/admin') .reply(401, { 'Content-Type': 'application/json' }, { message: 'Forbidden' })
Done!
Sometimes we don't wanna forward the request