Open sleeyax opened 4 years ago
I have a very specific use case where I don't need the default Accept: */* header. Is there a way to remove it from the request?
Accept: */*
Perhaps an option like noDefaults: true or something can be added to give full control to the programmer.
noDefaults: true
I have a very specific use case where I don't need the default
Accept: */*
header. Is there a way to remove it from the request?Perhaps an option like
noDefaults: true
or something can be added to give full control to the programmer.