We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hello, I made the following correction for it to operate using iis hosting. change the T of type to uppercase.
#97 line.startsWith("Content-type: ")
IIS response : Content-Type , T in upper case .
HTTP/1.1 200 OK Content-Length: 874080 Content-Type: application/octet-stream Last-Modified: Tue, 09 Jun 2020 15:13:54 GMT Accept-Ranges: bytes ETag: "065b996703ed61:0" Server: Microsoft-IIS/10.0 X-Powered-By: ASP.NET Date: Tue, 09 Jun 2020 15:40:00 GMT
very good job, works excellent !
best regards
The text was updated successfully, but these errors were encountered:
For Apache, I changed like you, too. Content-Type
Sorry, something went wrong.
Thx mate. I had to do it for Apache too. PS: Must Change line 97 and 99
Hi @wluque @IoTThinks @mcedrdiego, I already fix it #20 and merged to master branch #35 please try it and I welcome your feedback.
No branches or pull requests
hello, I made the following correction for it to operate using iis hosting. change the T of type to uppercase.
#97 line.startsWith("Content-type: ")
IIS response : Content-Type , T in upper case .
HTTP/1.1 200 OK
Content-Length: 874080
Content-Type: application/octet-stream
Last-Modified: Tue, 09 Jun 2020 15:13:54 GMT
Accept-Ranges: bytes
ETag: "065b996703ed61:0"
Server: Microsoft-IIS/10.0
X-Powered-By: ASP.NET
Date: Tue, 09 Jun 2020 15:40:00 GMT
very good job, works excellent !
best regards
The text was updated successfully, but these errors were encountered: