forked from rase-/node-XMLHttpRequest
-
Notifications
You must be signed in to change notification settings - Fork 26
Closed
Description
In the current code, some methods are not standard per W3C spec:
.getRequestHeader(header_name): Get any request header.setDisableHeaderCheck(): Allow all forbidden headers to pass through and set to the request header
I'm planning to clean them up on my next PR, along with some other changes discussed in recent issues, but seeing the amount of usage in test case files, now I wonder if we need to remove them because of a non-standard spec? Or can we keep it, but specify another flag to explicitly enable them?
I'm looking forward to your opinion.
Metadata
Metadata
Assignees
Labels
No labels