Jump to content

HYPER_SEVER + IIS - Response header


svap

Recommended Posts

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

 

Link to comment
Share on other sites

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

Link to comment
Share on other sites

  • svap changed the title to HYPER_SEVER + IIS - Response header
  • 2 weeks later...

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

image.png.7284d2651536ecc5eafa9c4a13759dd8.png

Link to comment
Share on other sites

  • 4 weeks later...

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.

Link to comment
Share on other sites

  • 3 months later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...