Skip to content
  1. Aug 20, 2018
  2. Apr 19, 2018
  3. Mar 26, 2018
  4. Jan 16, 2018
  5. Dec 25, 2017
  6. Dec 22, 2017
  7. Dec 20, 2017
  8. Oct 25, 2017
  9. Sep 12, 2017
  10. May 17, 2017
  11. May 02, 2017
  12. May 01, 2017
  13. Nov 07, 2016
  14. Nov 03, 2016
    • Vladimir Homutov's avatar
      Merge pull request #13 from ArfyFR/patch-1 · b56c9ef6
      Vladimir Homutov authored
      Quoted-string Basic realm ctx according to rfc7235
      b56c9ef6
    • ArfyFR's avatar
      Quoted-string Basic realm ctx according to rfc7235 · 64bb271b
      ArfyFR authored
      Hi,
      
      I faced some problems with 401 message and an Android client.
      
      It yelded because in the WWW-Authenticate header the
      Basic ream=<ctx>
      wasn't surrouned by ""
      
      In the https://tools.ietf.org/html/rfc7235 it is written that 
       - Authentication parameters are name=value pairs
       - and "auth-param     = token BWS "=" BWS ( token / quoted-string )"
       - and "For historical reasons, a sender MUST only generate the quoted-string
         syntax.  Recipients might have to support both token and
         quoted-string syntax for maximum interoperability with existing
         clients that have been accepting both notations for a long time."
      
      After my modification, the Android worked again (and iOs and PC clients faicing the 401 still worked ;) )
      
      BR,
      Arfy
      64bb271b
    • Vladimir Homutov's avatar
      Merge pull request #12 from oxpa/master · 9f7537ef
      Vladimir Homutov authored
      cli options for the daemon and basic debian packaging
      9f7537ef
  15. Nov 02, 2016
  16. Oct 10, 2016
Loading