ПРОЕКТЫ 


  АРХИВ 


Apache-Talk @lexa.ru 

Inet-Admins @info.east.ru 

Filmscanners @halftone.co.uk 

Security-alerts @yandex-team.ru 

nginx-ru @sysoev.ru 


  СТАТЬИ 


  ПЕРСОНАЛЬНОЕ 


  ПРОГРАММЫ 



ПИШИТЕ
ПИСЬМА












     АРХИВ :: nginx-ru
Nginx-ru mailing list archive (nginx-ru@sysoev.ru)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

HTTP expect/continue



Добрый день.

Имеется клиент и сервер (nginx)

На сервере сконфигурирован Location на котором стоит basic auth
location / {
   auth_basic      "Storage Area";
   auth_basic_user_file    /tmp/test.pswd;
   autoindex on;
   client_max_body_size    5200m;
dav_methods  PUT DELETE MKCOL COPY MOVE;
}

Далее лог( упрощенный обмена между клиентом и сервером)

CLIENT:
PUT /_testfile0968.jpg HTTP/1.1
Content-Type: application/octet-stream
Host: 10.17.16.94:81
Content-Length: 1168843
Expect: 100-continue
Connection: Keep-Alive

SERVER:
HTTP/1.1 100 Continue

CLIENT:
Начилась заливка данных, так как разрешили.

SERVER:
HTTP/1.1 401 Unauthorized
Server: nginx/0.7.6
Date: Tue, 12 Aug 2008 07:58:30 GMT
Content-Type: text/html
Content-Length: 194
Connection: keep-alive
WWW-Authenticate: Basic realm="Storage Area"

<html>
<head><title>401 Authorization Required</title></head> <body bgcolor="white"> <center><h1>401 Authorization Required</h1></center> <hr><center>nginx/0.7.6</center> </body> </html>

В конце такой сессии конечно nginx уверяет клиента в том, что он не прав, а клиент не понимает. Как workaround вставляем в хередер сразу Authorization не дожидаясь такого.


WBR,
Andrej Zverev




 




Copyright © Lexa Software, 1996-2009.