Jump to content

Ares

uniGUI Subscriber
  • Posts

    6
  • Joined

  • Last visited

Posts posted by Ares

  1. Hello,

    Embarcadero® RAD Studio 10.2 

    uniGUI_1.90.0.1545

     

    I create new Apache Module by uniGUI Application Wizard,

    When the following error occurs during compilation, How can I solve it?

     

    image.png.6e63b8a73119e3a9e4aebcac93dd8089.png

     

    [bcc32 Error] AAMP_ISAPI.cpp(87): E2015 Ambiguity between 'WebModuleClass' and 'Uniguiapache::WebModuleClass'
      Full parser context
        AAMP_ISAPI.cpp(80): parsing: int __stdcall DllEntryPoint(HINSTANCE__ *,unsigned long,void *)


     

     

     

  2. Hello,

    UniGUI develops the project and is deployed on the hyper-server. For intrusion detection, there are high-risk issues as follows, please ask how to deal with.

    //=====================================================================

    HTTP verb tampering

    WVS /ext-6.6.0/build/classic/theme-classic/resources/images/button/ HTTP/1.1
    Connection: keep-alive
    Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
    Accept-Encoding: gzip,deflate
    Host:
    User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.21 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.21

    //=====================================================================

    WVS /ext-6.6.0/ HTTP/1.1
    Connection: keep-alive
    Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
    Accept-Encoding: gzip,deflate
    Host: 220.130.39.24
    User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.21 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.21

    //=====================================================================

     

    thanks

×
×
  • Create New...