You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 27, 2019. It is now read-only.
I found that current version creates content type line and also copy content type parameter from request.
GET
//getFile.php\?filename=.*$
200
application/zip;base64
Content-Type: application/zip
This produce problem in OHHTTPStubs because second Content-Type parameter overrides first one and ;base64 suffix does not work. I think you should remove second Content-Type parameter.
I found that current version creates content type line and also copy content type parameter from request.
This produce problem in
OHHTTPStubsbecause secondContent-Typeparameter overrides first one and;base64suffix does not work. I think you should remove secondContent-Typeparameter.