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 has been 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.
The text was updated successfully, but these errors were encountered:
@ivan-ushakov sorry that I may not be able to handle any issue for this repo in the near future, in the process of archiving/retiring the project. Please find other tools that may work for similar purpose or feel free to find a solution and share with community if possible.
@JinlianWang In this section File format I see that there is no special line for content type. So starting from line 4 there must be only content headers.
I found that current version creates content type line and also copy content type parameter from request.
This produce problem in
OHHTTPStubs
because secondContent-Type
parameter overrides first one and;base64
suffix does not work. I think you should remove secondContent-Type
parameter.The text was updated successfully, but these errors were encountered: