You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is not a security vulnerability or a crashing bug
This is not a question about how to use OpenBMC
This is not a bug in an OpenBMC fork or a bug in code still under code review.
This is not a request for a new feature.
Bug Description
EventService doesn't send a header of content-type of application/json. This has the potential to cause issues in receiver implementations that enforce content-type.
Is this the right place to submit this?
Bug Description
EventService doesn't send a header of content-type of application/json. This has the potential to cause issues in receiver implementations that enforce content-type.
To reproduce:
set up Redfish event listener: https://github.com/DMTF/Redfish-Event-Listener
Set verbose: true
Launch
Version
Additional Information
Issue appears to have been present since the original merge of EventService implementation.
The text was updated successfully, but these errors were encountered: