4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
    Type 1 or more characters for results.
    Links per page: 20 50 100
    page 1 / 1
    5 results tagged header x
    • mod_log_config - Apache HTTP Server Version 2.4

      %{VARNAME}o The contents of VARNAME: header line(s) in the reply.
      %{VARNAME}i The contents of VARNAME: header line(s) in the request sent to the server.

      December 22, 2017 at 2:37:08 PM GMT+1 - permalink - archive.org - http://httpd.apache.org/docs/current/mod/mod_log_config.html#logformat
      apache header log
    • thumbnail
      How to Configure Symfony to Work behind a Load Balancer or a Reverse Proxy (current)
      August 30, 2017 at 11:23:47 AM GMT+2 - permalink - archive.org - http://symfony.com/doc/current/request/load_balancer_reverse_proxy.html
      header lb proxy symfony
    • Mashing It Up: Parsing Accept-Language in Rails

      Really cool :)

      Good to know about accept language format :
      Example : fr,en-US;q=0.7,en;q=0.3
      q value is between 0 and 1 (default value is 1)
      the bigger it is the the higher is the priority to select a language

      Here client says :
      I prefer fr (q=1)
      Then en-US (q=0.7)
      Then..

      October 9, 2015 at 5:21:20 PM GMT+2 - permalink - archive.org - http://mashing-it-up.blogspot.com/2008/10/parsing-accept-language-in-rails.html
      accept header language parse ruby
    • Module ngx_http_core_module

      Petite chose à savoir côté conf nginx : chaque header appartenant à la requête est disponible sous la forme d'une variable portant le nom : $http_name

      avec "name" = le nom du header en remplaçant les "-" par des "_" et le tout en minuscule, ouf.

      Exemple : X-Header-De-la-mort devient : $http_x_header_de_la_mort

      Utile pour introduire de la logique conditionnelle sur ces headers :)

      June 19, 2014 at 11:13:08 AM GMT+2 - permalink - archive.org - http://nginx.org/en/docs/http/ngx_http_core_module.html
      header http nginx
    • java - How to prevent the result of Servlets from being cached? - Stack Overflow

      Comment empecher le browser de mettre en cache le contenu d'une response.

      August 20, 2013 at 3:30:23 PM GMT+2 - permalink - archive.org - http://stackoverflow.com/questions/5139785/how-to-prevent-the-result-of-servlets-from-being-cached
      cache header java servlet
    Links per page: 20 50 100
    page 1 / 1
    Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation