Closed augustine-p closed 1 year ago
POST requests aren't working in the sample kinesis-produce-consume
The Controller receives the request and the producer writes the data to kinesis stream
POST request aren't working and the producer isn't writing the data to the kinesis stream.
Disable CSRF protection
http://localhost:64398/ -H 'authorization: Basic YWRtaW46MmM3Njc4OGQtZTY2MS00OWZkLWJhYmEtNGI0MWU3YzFkZDQ3' -H 'cache-control: no-cache' -H 'content-type: application/json' -d '{"name":"pen"}'
POST requests aren't working in the sample kinesis-produce-consume
Expected Behavior
The Controller receives the request and the producer writes the data to kinesis stream
Current Behavior
POST request aren't working and the producer isn't writing the data to the kinesis stream.
Possible Solution
Disable CSRF protection
Steps to Reproduce