Search results

  1. K

    Stuck at loading message "just a moment please..."

    My php application on start is stuck at loading message “just a moment please…” The error log only shows the following: 11-Sep-23 7:42:20 AM Scheme Request URL start: https://heserver/admin/home.php Many thanks,
  2. K

    Difference between applicationcache disable local cache and localstorage?

    Hi I would like to know the difference between Difference between applicationcache disable local cache and localstorage ? My application uses and iframe to connect to php code on web server but sometimes javascript and css files are not loaded properly. whats the best way to reload fresh files...
  3. K

    Removing php from generated exe

    I am generating an exe which connects to a remote webserver using iframe. All the php and html processing is done on the web server so is there a way to trim php from the generated exe to reduce its size ? So the exe will only have one index.html file which is an iframe connecting to remote...
  4. K

    Iframe access to .htapasswd protected url

    Hello, I would like the exe to connect to a remote url via iframe but the url is password protected using htaccess an htpasswd, i have supplied the username password in the iframe as follows: https://username:[email protected]/folder/index.html When trying to access through the...
Back
Top