OpenSourceHelpCommunity / OpenSourceHelpCommunity.github.io

Open source help community website
http://opensourcehelpcommunity.herokuapp.com/
MIT License
44 stars 57 forks source link

List of headers required for an api #239

Open Poojakalher opened 1 year ago

Poojakalher commented 1 year ago

How I can find list of headers required for an api . I'm hitting an api of flower: celery monitoring tool of format api/tasks . When ther sis no tasks/data in flower it runs fine but when tasks/data is available then it shows 500 internal server error. How I can resolve it.