Jump to content

Darth Florus

uniGUI Subscriber
  • Posts

    231
  • Joined

  • Last visited

  • Days Won

    9

Everything posted by Darth Florus

  1. Hi!: My security deparment request to me to change the session ID (_S_ID value from ajax requests) after a successfull login. I find no way to do this on UniGUI. I realize that is possible to change the session id via the UniSession.SessionID property, but If I make the change, I loose my session an it broke in invalid session. There is a way to do that? Thanks Pals and Best Regards
  2. Hi Pals: I received a security audit, and one thing they demand to me was the use of the ReCaptcha component. That's because it needs a call to Google to make service work into a Login form, according to safety connections regulations a sensible input form can't depend of externals to allow access because a men-in-the-middle attack can happen. For this audit note I was forced to make my own Drag-N-Drop captcha. Here available for pals. Enjoy Best Regards ImNotARobot.7z
  3. Normally to solve this kind of problem I point to nil the TDataSource.DataSet property attached to the TUniDBLookupComboBox, refresh the dataset and then point the TDataSource to the actual TDataSet descendant that have the data. Best Regards
  4. Obrigado pelo seu vídeo. Mais ainda tenho uma dúvida. ¿O qué adianta façer rodar o Apache no Linux se o uniGUI nao pode façer apache modules no Linux e o ISAPI nao roda tambeim no Linux? Thanks for Your video. But I still have a doub. Whats is the purpose to run Apache on Linux if uniGUI can't make apache modules for Linux and the ISAPI also doesn't work on Linux?
  5. Thanks Farshad! Now finally we can grow up our applications.
  6. Hi: What are the correct method to implement a ssl certificate to a uniGUI application under linux? There are difference with the method used on Windows? Thanks and Best Regards
  7. Hi: Is possible to implement a linux unigGUI application using a Personal Edition of uniGUI? Thanks and Best Regards
  8. Hi: What are the best or recomended method for implemeting a real production environment uniGUI application? A service (daemon) application? A standalone application thats is redirected to null and start up on the rc.local scritp file? A apache module? Thanks and Best Regards
  9. Thank Your Very Much! I will implement this right now!
  10. Hi Pals: About ClickJacking Attack. The solution is to atttach a flag X-Frame-Options or Content-Security-Policy(frame-ancestors) into the HTTP response of the server. Anyone know how to attach this response to the HTTP Response on UniGUI? Thanks and Best Regards
  11. This is the xss attack, but luckily is fixed on the last version.
  12. Hi Pals: Anyone know how to avoid clickjacking attack and XSS attack with UniGUI?
  13. The error is SEC_ERROR_UNKNOWN_ISSUER. What minds that?
  14. Hi Pals: There is anyone who knows how to configure the UniGUI project to allow to debug from a Linux Server as StandAlone? I think there is a need to copy the folders ext-7.0.0 and uni-1.90.0.1534 on the root folder. I try this, but still don't work. Thanks to All and Best Regards
  15. I'm not mention that I'm using UniGUI Windows Service Server. I hope this is not a problem because of that.
  16. Hi Pals: I want to get rid of the secure message of the browers when my Customers use UniGui app inside a intranet. I use a self-signed certificate, but the browser complains because is not a know certificate authority. I use then the certificate of my Customer, but it not happy the browser. The certificate point to sebaotweb.sebaot.com. When use from internet works very fine. Internally are a transparent redirect on the dns to point sebaotweb.sebaot.com to the server using internal IP address. On the browser the url is the same if You are using from internet, but inside the net (intranet) the certificate is "insecure". Anybody knows how i can handle this problem? Thanks for all and Best Regards
  17. With the last version of UniGui it works!
  18. I'm upgrade to 1.90.0.1534 and configuring to sslvSSLv3 still don't work, but using sslvSSLv23 at least don't raise any error....keep testing....
  19. I'm using now the 1.90.0.1528...
  20. Hi Pals: I have a Version 3 certificate, and when I configure the SSLOptions from ServerModule to sslvSSLv3, a error raises: raised exception class EIdOSSLUnderlyingCryptoError with message 'Error connecting with SSL. error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number'. If I change version to sslvSSLv23, a error raises too: raised exception class EIdOSSLUnderlyingCryptoError with message 'Error connecting with SSL. error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol'. If I leave default values, I can load the site, but a message on the certificate padlock icon says "this site use a obsolet secure version..." Anyone could already raise a version 3 certificate? How You did it? Thanks, and Best Regards
  21. Darth Florus

    Bitly API

    Hi Pals: Anyone, used the Bitly API with UniGUI yet? I assume that is possible to use it to generate dynamic links and send them via email. How You made it? Thanks for the help! Best Regards
  22. Size of files is not problem of UniGUI itself, is a Indy limitation
  23. Based on this example....http://forums.unigui.com/index.php?/topic/2490-multiple-file-upload/
  24. Example of multiple upload files with some parameters. You must see the .js file or the html property of TUniHTMLFrame component. On the tmrUpdateFrameNameTimer event You can configure the javascript of the TUniHTMLFrame component Based on an old example from this forum years ago. Thanks Pal! Best Regards MultipleUpload.7z
  25. I'm interested, my email is oflor@yahoo.com, I have not UniGui License for Mobile only for "Desktop"
×
×
  • Create New...