swagger-api/swagger-codegen

[Swift] Getting 'CANCELLED' for incorrect credentials instead of 401

Open

#3.097 geöffnet am 9. Juni 2016

Auf GitHub ansehen
 (3 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)HTML (5.474 Forks)batch import
Client: SwiftIssue: Bughelp wanted

Repository-Metriken

Stars
 (12.701 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Description

I am building an app that has a sign in using http basic authentication. If the credentials are correct, it works fine. However for invalid credentials, I cannot access the status code (to test for 401) and the errors localizedDescription shows: cancelled

Swagger-codegen version

generated online

Swagger declaration file content or url
Command line used for generation
Steps to reproduce

Log in using HTTP Basic auth with incorrect credentials

Related issues
Suggest a Fix

pass the status code even if there is a failure.

Contributor Guide