corona-warn-app / cwa-quicktest-onboarding

This repository contains the informations about onboarding procedure for rapid antigen test partners of the Corona-Warn-App. Please use our Wiki page for further details (german language only).
22 stars 52 forks source link

always get empty body #39

Closed tschiela closed 3 years ago

tschiela commented 3 years ago

The searchPublicKeys endpoint always returns a HTTP 200 with an empty body. No matter how many requests we make. Have anybody an idea what we are doing wrong?

vschi commented 3 years ago

According to this description this is correct: https://github.com/corona-warn-app/cwa-quicktest-onboarding/blob/master/api/quicktest-openapi.json Row 48 is returning 200

If you sending 1 result only the answer will be 200 without any further text as result. If you are using the multi result way the return will be 204. Strange but this is how it seems to be implemented.

dh3wr commented 2 years ago

See #74