Search results

  1. B

    WP Nonce is cached

    Hello! I use WP plugin TI Woocommerce Wishlist. It uses nonce. And after a while I start to get message with 'rest_cookie_invalid_nonce' code after AJAX request. How could I make WP nonce to be dynamic? How to avoid this problem?
  2. B

    Missed $_SERVER['HTTP_CONTENT_RANGE'] variable

    Ok! I've got it. I've fixed a script to use query strings and now it works. Thank you. Will use this solution in future too.
  3. B

    Missed $_SERVER['HTTP_CONTENT_RANGE'] variable

    Still the same issue after running update command. /usr/local/lsws/admin/misc/lsup.sh -b -e 1.7.4 But now I can see header via http: vagrant@homestead:~$ curl -k -i -H "content-range: 0-" http://lsws.art-gifts.com.ua/phpinfo.php | grep HTTP_CONTENT_RANGE % Total % Received % Xferd Average...
  4. B

    Missed $_SERVER['HTTP_CONTENT_RANGE'] variable

    I dont see any variable via curl nor via http nor via https. I use 1.6.15. I'll try upgrade to new version. vagrant@homestead:~$ curl -k -i -H "content-range: 0-" http://mydomain.com/phpinfo.php | grep HTTP_CONTENT_RANGE % Total % Received % Xferd Average Speed Time Time Time...
  5. B

    Missed $_SERVER['HTTP_CONTENT_RANGE'] variable

    As I've replied earlier in second thread it works well via http but not via https
  6. B

    Missed HTTP_CONTENT_RANGE server var

    I've noticed it works correctly via HTTP not via HTTPS :(
  7. B

    Missed $_SERVER['HTTP_CONTENT_RANGE'] variable

    Hello! I use https://github.com/blueimp/jQuery-File-Upload for chunk file uploads at my nginx-based website. And it works well. But when I use Openlite I cant upload a file by chunks. I did some debug and noticed $_SERVER['HTTP_CONTENT_RANGE] is null. It seems server didn't handle properly...
  8. B

    Missed HTTP_CONTENT_RANGE server var

    Hello! I use https://github.com/blueimp/jQuery-File-Upload for chunk fileuploads on my nginx-based website. And it works well. But when I use Openlite I cant upload file. I did some debug and noticed $_SERVER['HTTP_CONTENT_RANGE] is null. It seems server didn't handle properly `content-range`...
Top