Skip to content

Instantly share code, notes, and snippets.

@kissarat
Created January 4, 2021 11:50
Show Gist options
  • Save kissarat/74e79988f7dc1811889c3a90e58495b1 to your computer and use it in GitHub Desktop.
Save kissarat/74e79988f7dc1811889c3a90e58495b1 to your computer and use it in GitHub Desktop.
const notJSONContentType = {
$and: [{
url: {
$ne: "/users/profile/orders/nearest"
},
'headers.content-type': {
$not: {
$regex: '.*application.json.*'
}
}
}, {
'headers.content-type': {
$exists: 1
}
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment