Jump to content

svap

uniGUI Subscriber
  • Posts

    11
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

svap's Achievements

Newbie

Newbie (1/4)

0

Reputation

  1. Hi, super work on G-chart. Have you think abou add more functionality (eg. zoom ...)

    Or some cooperation is welcome :)-

            var options = {
              title: 'Company Performance',
              hAxis: {title: 'Year',  titleTextStyle: {color: '#333'},
                       slantedText:true, slantedTextAngle:80},
              vAxis: {minValue: 0},
              explorer: {             
                actions: ['dragToZoom', 'rightClickToReset'],           
            };

    Thanks Josef.

  2. HI thank all to reply, but still not found any way how do that. What purpose ? My domain for example www.test.com (ip 123.123.123.123) I have certificate for domain (*.test.com) So when user write www.test.com all is OK. But when enter IP address 123.123.123.123 I have no certificate so browser has certificate problem (I know, it's corret). But company which is dooing penetration test write incident about this. So this is my reason .. I think I have to look in Indy implementation / SSL response.
  3. Hi, in some occasion I need to close connection or send no reply back to client. Is there any function. I was trying aresponseInfo.close ... etc. but not workingnot found anything. Reason: when client is makeing request from disallowed area or is requesting IP adresess of server not DNS name. Thank you.
  4. 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.
  5. 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
  6. Please can you check source code ? Or is some workaround ? How to make corrent HTTP header ?
  7. 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
  8. 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
  9. Thank you, problem was in configuration and paths.
  10. HI, same problem .. only Loading ... displayed I update UrlReferer but only Restart Application URL is corrent. All links to ext , uni ... are wrong. Or is there any other solution ? link rel=stylesheet href="/uni-1.70.0.1486/css/uni-ext.css" /> <link rel=stylesheet href="/ext-6.6.0/build/classic/theme-classic/resources/theme-classic-all.css" /> <script src="/ext-6.6.0/build/ext-all.js"></script> <script src="/ext-6.6.0/build/classic/theme-classic/theme-classic.js"></script> <script src="/uni-1.70.0.1486/ext-unicommon-min.js"></script> <script src="/uni-1.70.0.1486/ext-sync-min.js"></script> <script src="/ext-6.6.0/build/classic/locale/locale-cs.js"></script> <script src="/uni-1.70.0.1486/jQuery/jquery-1.11.2.min.js"></script> <link rel=stylesheet href="/ext-6.6.0/build/packages/font-awesome/resources/font-awesome-all.css" /> <link rel=stylesheet href="/ext-6.6.0/build/packages/font-pictos/resources/font-pictos-all.css" /> <script src="/uni-1.70.0.1486/jQuery/MaskedInput/jquery.inputmask.min.js"></script> <script src="/uni-1.70.0.1486/jQuery/autoNumeric/autoNumeric-1.9.35.js"></script> <link rel=stylesheet href="/uni-1.70.0.1486/css/uni-xtheme-common.css" /> <link rel=stylesheet href="/uni-1.70.0.1486/css/uni-xtheme-classic.css" /> <script src="/uni-1.70.0.1486/ext-unigui-min.js"></script> Thank you.
×
×
  • Create New...