API Post method in drupal doesnt require the accept header, and it doesnt have the _format in the path, i.e. in my case the path is: http://localhost/entity/node
Which means that the rate limiter wont kick in.
In my header I have:
Content-Type
Authorization
Would it be possible to also include these 2 on top of the "Accept header" so that the rate limiter kicks in when it sees any (Accept, or, Content-Type, or, Authorization) of these 3 indicators?
API Post method in drupal doesnt require the accept header, and it doesnt have the _format in the path, i.e. in my case the path is: http://localhost/entity/node
Which means that the rate limiter wont kick in.
In my header I have:
Would it be possible to also include these 2 on top of the "Accept header" so that the rate limiter kicks in when it sees any (Accept, or, Content-Type, or, Authorization) of these 3 indicators?