kalleguld

Results 3 comments of kalleguld

Do you have a good way of finding the endpoint? Decompilation? Wireshark?

GETting the `/reservation/charge` endpoint as @PierreLevres suggested works fine. But POSTing to that endpoint results in a `503 Service Unavailable` message. Anyone got a clue?

@AndiRudi You need to tell Swashbuckle which operations need security. `EnableApiKeySupport()` would use the api key for all calls, but Swagger UI 3 will only use auth for the calls...