Beapi-io / spring-boot-starter-beapi

Springboot 'convention over config' starter for API Automation
Other
1 stars 1 forks source link

BUG : ACCEPT mimetype '*/*' needs to default to content-type else JSON #25

Closed orubel closed 1 year ago

orubel commented 1 year ago

I spit on */* as an ACCEPT type!!! If you don't know WHAT THE HELL you are sending me, then I don't know if I'm accepting it! Standards need to lock this shit down and stop creating engineering docs for 'elbows that turn 360 degrees'!

DEFAULT THIS SHIT to the content-type (if thats what we are sending back, then thats what they should be sending in 90% of cases) else JSON. UGH!

orubel commented 1 year ago

fixed