Skip to content
This repository was archived by the owner on Jul 27, 2019. It is now read-only.
This repository was archived by the owner on Jul 27, 2019. It is now read-only.

Content-Type duplicate in Mocktail #19

@ivan-ushakov

Description

@ivan-ushakov

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions