You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 21, 2022. It is now read-only.
I will need the "if-match" header value in my code, but I cann't get the this header. It has bothered me several days, could you please help me on it? thanks.
When I tried to use batch method to call several apis, and I used "if-match" headers in the several apis, then it will met issue: I cann't get the headers in the several apis. I think it is related to which is related to https://github.com/cloudfoundry-incubator/cf-abacus/blob/master/lib/utils/router/src/index.js#L129
For example:
POST http://localhost:11443/batchbody:
I will need the "if-match" header value in my code, but I cann't get the this header. It has bothered me several days, could you please help me on it? thanks.