Jump to content

ccbox

uniGUI Subscriber
  • Posts

    8
  • Joined

  • Last visited

Recent Profile Visitors

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

ccbox's Achievements

Newbie

Newbie (1/4)

0

Reputation

  1. UniReCAPATCHA in mobile uniGUImForm not available? Just with placing UniReCAPATCHA on the uniGUImForm after trying ShowModal generates the error "Ext.panel.HTML is not a constructor" and form not showed.
  2. Thank you for work. I tested it. 1) For Standalone UniGUI App: For request "AAuthData" from client browser, I need to send the headers to browser first . For this in "OnHTTPCommand" i'm send headers by "AResponseInfo.CustomHeaders.Add" if "ARequestInfo.AuthExists =false". (see ServerModule.pas in attach) If "ARequestInfo.AuthExists =true" then i need to run session with UniMainForm (or SecondForm). My first question: how i can to run UniMainForm from OnHTTPCommand() or from OnParseAuthentication() ? 2) For ISPAPI UniGUI App (extension for IIS) In start my topic i'm write about ISAPI + IIS. But event OnParseAuthentication() [uni-1.90.0.1530] not worked in ISAPI App (for Indy only). Also for ISAPI not need to send request for AuthData from browser - enough to setup "Windows Authentication - Enabled" and " Anonymous Authentication - Disabled" for WebApp in IIS. But if to make it - then the same error remains "Unsupported authorization scheme" . In ISAPI App from Delphi (WebBroker) i can recieve AuthData in "WebModule1DefaultHandlerAction" by "Request.Authorization" or "Request.GetFieldByName('Authorization')" and try to check it (through API). But "uniGUIISAPI.pas" not available in source (only hpp) and in help available only few property of TUniISAPI Class (ISAPI options for ServerModule). So, my second question: how i can self ParseAuthentication in ISAPI UniGUI App without error "Unsupported authorization scheme" ? ServerModule.pas
  3. Yes, of course, in the attachment test4.zip
  4. After update app on UniGUI from 1.90.0.1528 to 1.90.0.1529 the problem is the same. App start on site from Anonymous (IUSR) according manual http://www.unigui.com/doc/online_help/isapi_module.htm. Why UniGUI Server App still continues to generate same errors ("Unsupported authorization scheme") in an unpredictable order? UniGUI support, please, help me to solve the problem with this error.
  5. After update app on UniGUI from 1.90.0.1526 to 1.90.0.1528 the problem is the same ( after enter App address and enter credentials App run and show error, and user needs to refresh the page twice for run App without errors). Farshad, can help me with run UniGUI App with ReversProxy-scheme without errors? Or exist other true way for SSO-in-AD scheme implementing for UniGUI-based ISAPI-apps?
  6. Hi, Farshad! I'm need to implement Single Sign-On (SSO) for UniGUI App. For it i'm trying to implement the following scheme: The additional filter and module were successfully installed and configured for adding header and revers proxy to second Web Site 2. Test UniGUI-ISAPI App succecfully show logged in domain User. But there is a problem when starting the app: (1). after enter App address and enter credentials App run and show error: An Exception has occured in application: Unsupported authorization scheme. Restart application (2). After first press F5 / RefreshPage App show infinite: Loading... (text in Chrome and Icon in Edge) (3). After second press F5 / RefreshPage App succecfully start and show logged in domain User: In App log only few records "[HttpExtensionProc]:EIdHTTPUnsupportedAuthorisationScheme : Unsupported authorization scheme. " after (1) and (2). What i'need to doing for fix it and start App at first (3) without errors (and without necessities to refresh web-page)?
  7. Can the developers of UniGUI will comment on: how to avoid the error " [HttpExtensionProc[]]:EIdHTTPUnsupportedAuthorisationScheme : Unsupported authorization scheme. " when solving the windows-authentication problem in the UniGUI-app (ISAPI)?
  8. Hi! Was anyone able to configure the IIS + ISAPI UniGUI application without Anonymous Authentication (login only for windows-users) ? Is it possible to do this?
×
×
  • Create New...