svap Posted June 8, 2020 Posted June 8, 2020 Hi, I'm using IIS 10, Hyper_Server 1.70.0.1486 with my application. When I run application in standalone mode, response looks like: most important: HTTP/1.1 200 OK But when I use IIS + hyper_server, response is WITHOUT "OK" ... HTTP/1.1 200 Embeded device is waiting for that OK also, response is not parsed. Can you please help me ? Thanks. HTTP/1.1 200 OK Connection: close Content-Type: text/plain; charset=us-ascii Content-Length: 4 Date: Mon, 08 Jun 2020 10:10:04 GMT Server: New Application OK|0 HTTP/1.1 200 Content-Type: text/plain; charset=us-ascii Server: Microsoft-IIS/10.0 Server: New Application Date: Mon, 08 Jun 2020 10:10:28 GMT Content-Length: 4 OK|0 Quote
svap Posted June 9, 2020 Author Posted June 9, 2020 Another issue, when I use hyper as service or standalone, i get this response header Copied from FireFox.. problem with duplicite: HTTP/1.1 200 HTTP/1.1 200 OK Please can you check response header ? HTTP/1.1 200 HTTP/1.1 200 OK Connection: keep-alive Content-Encoding: gzip Content-Type: text/html; charset=utf-8 Content-Length: 2297 Cache-control: max-age=0, no-cache, no-store, must-revalidate, proxy-revalidate Date: Tue, 09 Jun 2020 13:47:39 GMT Expires: Mon, 10 Jun 2019 13:47:39 GMT Pragma: no-cache Last-Modified: Tue, 09 Jun 2020 13:47:39 GMT Server: New Application Thank you very much Quote
svap Posted June 11, 2020 Author Posted June 11, 2020 Please can you check source code ? Or is some workaround ? How to make corrent HTTP header ? Quote
Administrators Farshad Mohajeri Posted June 12, 2020 Administrators Posted June 12, 2020 Hi, Sending OK is not mandatory. In standalone mode OK is sent by Indy while IIS sends a different response. Quote
svap Posted June 20, 2020 Author Posted June 20, 2020 Hi, yes OK is not mandatory, but all server (apache, iis) add this text message. Another problem is with hyper_server / hyper_service where header is twice - and this is not correct. When I use standa alone executable, all is OK, with hyper_server header is wrong. Please, can you check it ? With curl.exe is very easy to simulate it. curl.exe -i http://...... Thank you very much. HTTP/1.1 200 HTTP/1.1 200 OK Quote
svap Posted July 15, 2020 Author Posted July 15, 2020 HI, sorry for perpetual questioning, but when I use hyper server as service, response header should by managed by hyper server, and there is problem too. I showed above. Please can you check setting header in hyper server in service mode ... PLEASE. I know OK is mandatory, but in hyper server there is header TWICE. Browsers are OK with parsing, but some devices has problem. Thank you very much. Quote
Administrators Farshad Mohajeri Posted November 5, 2020 Administrators Posted November 5, 2020 Under investigation... Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.