blob: 15070012aa00c1cf2a0216a6d9cf0e5e3ec903d8 [file] [log] [blame]
Willy Tarreaubaaee002006-06-26 02:48:02 +02001/*
2 * HTTP protocol analyzer
3 *
Willy Tarreauf68a15a2011-01-06 16:53:21 +01004 * Copyright 2000-2011 Willy Tarreau <w@1wt.eu>
Willy Tarreaubaaee002006-06-26 02:48:02 +02005 *
6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License
8 * as published by the Free Software Foundation; either version
9 * 2 of the License, or (at your option) any later version.
10 *
11 */
12
13#include <ctype.h>
14#include <errno.h>
15#include <fcntl.h>
16#include <stdio.h>
17#include <stdlib.h>
18#include <string.h>
19#include <syslog.h>
Willy Tarreau42250582007-04-01 01:30:43 +020020#include <time.h>
Willy Tarreaubaaee002006-06-26 02:48:02 +020021
22#include <sys/socket.h>
23#include <sys/stat.h>
24#include <sys/types.h>
25
Willy Tarreaub05405a2012-01-23 15:35:52 +010026#include <netinet/tcp.h>
27
Krzysztof Piotr Oledzkif9423ae2010-01-29 19:26:18 +010028#include <common/base64.h>
Willy Tarreauc7e42382012-08-24 19:22:53 +020029#include <common/chunk.h>
Willy Tarreau2dd0d472006-06-29 17:53:05 +020030#include <common/compat.h>
31#include <common/config.h>
Willy Tarreaua4cd1f52006-12-16 19:57:26 +010032#include <common/debug.h>
Willy Tarreau2dd0d472006-06-29 17:53:05 +020033#include <common/memory.h>
34#include <common/mini-clist.h>
35#include <common/standard.h>
Willy Tarreau0c303ee2008-07-07 00:09:58 +020036#include <common/ticks.h>
Willy Tarreau2dd0d472006-06-29 17:53:05 +020037#include <common/time.h>
38#include <common/uri_auth.h>
39#include <common/version.h>
Willy Tarreaubaaee002006-06-26 02:48:02 +020040
41#include <types/capture.h>
Willy Tarreau12207b32016-11-22 19:48:51 +010042#include <types/cli.h>
Christopher Fauletd7c91962015-04-30 11:48:27 +020043#include <types/filters.h>
Willy Tarreaubaaee002006-06-26 02:48:02 +020044#include <types/global.h>
William Lallemand9ed62032016-11-21 17:49:11 +010045#include <types/stats.h>
Willy Tarreaubaaee002006-06-26 02:48:02 +020046
Willy Tarreau8797c062007-05-07 00:55:35 +020047#include <proto/acl.h>
Thierry FOURNIER322a1242015-08-19 09:07:47 +020048#include <proto/action.h>
Willy Tarreau61612d42012-04-19 18:42:05 +020049#include <proto/arg.h>
Krzysztof Piotr Oledzkif9423ae2010-01-29 19:26:18 +010050#include <proto/auth.h>
Willy Tarreaubaaee002006-06-26 02:48:02 +020051#include <proto/backend.h>
Willy Tarreauc7e42382012-08-24 19:22:53 +020052#include <proto/channel.h>
Krzysztof Piotr Oledzki97f07b82009-12-15 22:31:24 +010053#include <proto/checks.h>
Willy Tarreau12207b32016-11-22 19:48:51 +010054#include <proto/cli.h>
William Lallemand82fe75c2012-10-23 10:25:10 +020055#include <proto/compression.h>
William Lallemand9ed62032016-11-21 17:49:11 +010056#include <proto/stats.h>
Willy Tarreaubaaee002006-06-26 02:48:02 +020057#include <proto/fd.h>
Christopher Fauletd7c91962015-04-30 11:48:27 +020058#include <proto/filters.h>
Willy Tarreau03fa5df2010-05-24 21:02:37 +020059#include <proto/frontend.h>
Willy Tarreaubaaee002006-06-26 02:48:02 +020060#include <proto/log.h>
Willy Tarreau58f10d72006-12-04 02:26:12 +010061#include <proto/hdr_idx.h>
Thierry FOURNIERed66c292013-11-28 11:05:19 +010062#include <proto/pattern.h>
Willy Tarreaub6866442008-07-14 23:54:42 +020063#include <proto/proto_tcp.h>
Willy Tarreaubaaee002006-06-26 02:48:02 +020064#include <proto/proto_http.h>
Willy Tarreau7f062c42009-03-05 18:43:00 +010065#include <proto/proxy.h>
Willy Tarreaubaaee002006-06-26 02:48:02 +020066#include <proto/queue.h>
Willy Tarreaucd3b0942012-04-27 21:52:18 +020067#include <proto/sample.h>
Willy Tarreau7f062c42009-03-05 18:43:00 +010068#include <proto/server.h>
Willy Tarreau87b09662015-04-03 00:22:06 +020069#include <proto/stream.h>
Willy Tarreaucff64112008-11-03 06:26:53 +010070#include <proto/stream_interface.h>
Willy Tarreaubaaee002006-06-26 02:48:02 +020071#include <proto/task.h>
Baptiste Assmannfabcbe02014-04-24 22:16:59 +020072#include <proto/pattern.h>
Thierry FOURNIER4834bc72015-06-06 19:29:07 +020073#include <proto/vars.h>
Willy Tarreaubaaee002006-06-26 02:48:02 +020074
Willy Tarreau522d6c02009-12-06 18:49:18 +010075const char HTTP_100[] =
76 "HTTP/1.1 100 Continue\r\n\r\n";
77
78const struct chunk http_100_chunk = {
79 .str = (char *)&HTTP_100,
80 .len = sizeof(HTTP_100)-1
81};
82
Willy Tarreaua9679ac2010-01-03 17:32:57 +010083/* Warning: no "connection" header is provided with the 3xx messages below */
Willy Tarreaub463dfb2008-06-07 23:08:56 +020084const char *HTTP_301 =
Willy Tarreaubc5aa192010-01-03 15:09:36 +010085 "HTTP/1.1 301 Moved Permanently\r\n"
Willy Tarreaubc5aa192010-01-03 15:09:36 +010086 "Content-length: 0\r\n"
Willy Tarreaub463dfb2008-06-07 23:08:56 +020087 "Location: "; /* not terminated since it will be concatenated with the URL */
88
Willy Tarreau0f772532006-12-23 20:51:41 +010089const char *HTTP_302 =
Willy Tarreaubc5aa192010-01-03 15:09:36 +010090 "HTTP/1.1 302 Found\r\n"
Willy Tarreau0f772532006-12-23 20:51:41 +010091 "Cache-Control: no-cache\r\n"
Willy Tarreaubc5aa192010-01-03 15:09:36 +010092 "Content-length: 0\r\n"
Willy Tarreau0f772532006-12-23 20:51:41 +010093 "Location: "; /* not terminated since it will be concatenated with the URL */
94
95/* same as 302 except that the browser MUST retry with the GET method */
96const char *HTTP_303 =
Willy Tarreaubc5aa192010-01-03 15:09:36 +010097 "HTTP/1.1 303 See Other\r\n"
Willy Tarreau0f772532006-12-23 20:51:41 +010098 "Cache-Control: no-cache\r\n"
Willy Tarreaubc5aa192010-01-03 15:09:36 +010099 "Content-length: 0\r\n"
Willy Tarreau0f772532006-12-23 20:51:41 +0100100 "Location: "; /* not terminated since it will be concatenated with the URL */
101
Yves Lafon3e8d1ae2013-03-11 11:06:05 -0400102
103/* same as 302 except that the browser MUST retry with the same method */
104const char *HTTP_307 =
105 "HTTP/1.1 307 Temporary Redirect\r\n"
106 "Cache-Control: no-cache\r\n"
107 "Content-length: 0\r\n"
108 "Location: "; /* not terminated since it will be concatenated with the URL */
109
110/* same as 301 except that the browser MUST retry with the same method */
111const char *HTTP_308 =
112 "HTTP/1.1 308 Permanent Redirect\r\n"
113 "Content-length: 0\r\n"
114 "Location: "; /* not terminated since it will be concatenated with the URL */
115
Willy Tarreaubaaee002006-06-26 02:48:02 +0200116/* Warning: this one is an sprintf() fmt string, with <realm> as its only argument */
117const char *HTTP_401_fmt =
118 "HTTP/1.0 401 Unauthorized\r\n"
119 "Cache-Control: no-cache\r\n"
120 "Connection: close\r\n"
Willy Tarreau791d66d2006-07-08 16:53:38 +0200121 "Content-Type: text/html\r\n"
Willy Tarreaubaaee002006-06-26 02:48:02 +0200122 "WWW-Authenticate: Basic realm=\"%s\"\r\n"
123 "\r\n"
124 "<html><body><h1>401 Unauthorized</h1>\nYou need a valid user and password to access this content.\n</body></html>\n";
125
Willy Tarreau844a7e72010-01-31 21:46:18 +0100126const char *HTTP_407_fmt =
127 "HTTP/1.0 407 Unauthorized\r\n"
128 "Cache-Control: no-cache\r\n"
129 "Connection: close\r\n"
130 "Content-Type: text/html\r\n"
131 "Proxy-Authenticate: Basic realm=\"%s\"\r\n"
132 "\r\n"
Godbach1f1fae62014-12-17 16:32:05 +0800133 "<html><body><h1>407 Unauthorized</h1>\nYou need a valid user and password to access this content.\n</body></html>\n";
Willy Tarreau844a7e72010-01-31 21:46:18 +0100134
Willy Tarreau0f772532006-12-23 20:51:41 +0100135
136const int http_err_codes[HTTP_ERR_SIZE] = {
Willy Tarreauae94d4d2011-05-11 16:28:49 +0200137 [HTTP_ERR_200] = 200, /* used by "monitor-uri" */
Willy Tarreau0f772532006-12-23 20:51:41 +0100138 [HTTP_ERR_400] = 400,
139 [HTTP_ERR_403] = 403,
CJ Ess108b1dd2015-04-07 12:03:37 -0400140 [HTTP_ERR_405] = 405,
Willy Tarreau0f772532006-12-23 20:51:41 +0100141 [HTTP_ERR_408] = 408,
CJ Ess108b1dd2015-04-07 12:03:37 -0400142 [HTTP_ERR_429] = 429,
Willy Tarreau0f772532006-12-23 20:51:41 +0100143 [HTTP_ERR_500] = 500,
144 [HTTP_ERR_502] = 502,
145 [HTTP_ERR_503] = 503,
146 [HTTP_ERR_504] = 504,
147};
148
Willy Tarreau80587432006-12-24 17:47:20 +0100149static const char *http_err_msgs[HTTP_ERR_SIZE] = {
Willy Tarreauae94d4d2011-05-11 16:28:49 +0200150 [HTTP_ERR_200] =
151 "HTTP/1.0 200 OK\r\n"
152 "Cache-Control: no-cache\r\n"
153 "Connection: close\r\n"
154 "Content-Type: text/html\r\n"
155 "\r\n"
156 "<html><body><h1>200 OK</h1>\nService ready.\n</body></html>\n",
157
Willy Tarreau0f772532006-12-23 20:51:41 +0100158 [HTTP_ERR_400] =
Willy Tarreau80587432006-12-24 17:47:20 +0100159 "HTTP/1.0 400 Bad request\r\n"
Willy Tarreau0f772532006-12-23 20:51:41 +0100160 "Cache-Control: no-cache\r\n"
161 "Connection: close\r\n"
162 "Content-Type: text/html\r\n"
163 "\r\n"
164 "<html><body><h1>400 Bad request</h1>\nYour browser sent an invalid request.\n</body></html>\n",
165
166 [HTTP_ERR_403] =
167 "HTTP/1.0 403 Forbidden\r\n"
168 "Cache-Control: no-cache\r\n"
169 "Connection: close\r\n"
170 "Content-Type: text/html\r\n"
171 "\r\n"
172 "<html><body><h1>403 Forbidden</h1>\nRequest forbidden by administrative rules.\n</body></html>\n",
173
CJ Ess108b1dd2015-04-07 12:03:37 -0400174 [HTTP_ERR_405] =
175 "HTTP/1.0 405 Method Not Allowed\r\n"
176 "Cache-Control: no-cache\r\n"
177 "Connection: close\r\n"
178 "Content-Type: text/html\r\n"
179 "\r\n"
180 "<html><body><h1>405 Method Not Allowed</h1>\nA request was made of a resource using a request method not supported by that resource\n</body></html>\n",
181
Willy Tarreau0f772532006-12-23 20:51:41 +0100182 [HTTP_ERR_408] =
183 "HTTP/1.0 408 Request Time-out\r\n"
184 "Cache-Control: no-cache\r\n"
185 "Connection: close\r\n"
186 "Content-Type: text/html\r\n"
187 "\r\n"
188 "<html><body><h1>408 Request Time-out</h1>\nYour browser didn't send a complete request in time.\n</body></html>\n",
189
CJ Ess108b1dd2015-04-07 12:03:37 -0400190 [HTTP_ERR_429] =
191 "HTTP/1.0 429 Too Many Requests\r\n"
192 "Cache-Control: no-cache\r\n"
193 "Connection: close\r\n"
194 "Content-Type: text/html\r\n"
195 "\r\n"
196 "<html><body><h1>429 Too Many Requests</h1>\nYou have sent too many requests in a given amount of time.\n</body></html>\n",
197
Willy Tarreau0f772532006-12-23 20:51:41 +0100198 [HTTP_ERR_500] =
199 "HTTP/1.0 500 Server Error\r\n"
200 "Cache-Control: no-cache\r\n"
201 "Connection: close\r\n"
202 "Content-Type: text/html\r\n"
203 "\r\n"
204 "<html><body><h1>500 Server Error</h1>\nAn internal server error occured.\n</body></html>\n",
205
206 [HTTP_ERR_502] =
207 "HTTP/1.0 502 Bad Gateway\r\n"
208 "Cache-Control: no-cache\r\n"
209 "Connection: close\r\n"
210 "Content-Type: text/html\r\n"
211 "\r\n"
212 "<html><body><h1>502 Bad Gateway</h1>\nThe server returned an invalid or incomplete response.\n</body></html>\n",
213
214 [HTTP_ERR_503] =
215 "HTTP/1.0 503 Service Unavailable\r\n"
216 "Cache-Control: no-cache\r\n"
217 "Connection: close\r\n"
218 "Content-Type: text/html\r\n"
219 "\r\n"
220 "<html><body><h1>503 Service Unavailable</h1>\nNo server is available to handle this request.\n</body></html>\n",
221
222 [HTTP_ERR_504] =
223 "HTTP/1.0 504 Gateway Time-out\r\n"
224 "Cache-Control: no-cache\r\n"
225 "Connection: close\r\n"
226 "Content-Type: text/html\r\n"
227 "\r\n"
228 "<html><body><h1>504 Gateway Time-out</h1>\nThe server didn't respond in time.\n</body></html>\n",
229
230};
231
Cyril Bonté19979e12012-04-04 12:57:21 +0200232/* status codes available for the stats admin page (strictly 4 chars length) */
233const char *stat_status_codes[STAT_STATUS_SIZE] = {
234 [STAT_STATUS_DENY] = "DENY",
235 [STAT_STATUS_DONE] = "DONE",
236 [STAT_STATUS_ERRP] = "ERRP",
237 [STAT_STATUS_EXCD] = "EXCD",
238 [STAT_STATUS_NONE] = "NONE",
239 [STAT_STATUS_PART] = "PART",
240 [STAT_STATUS_UNKN] = "UNKN",
241};
242
243
William Lallemand73025dd2014-04-24 14:38:37 +0200244/* List head of all known action keywords for "http-request" */
Thierry FOURNIER36481b82015-08-19 09:01:53 +0200245struct action_kw_list http_req_keywords = {
William Lallemand73025dd2014-04-24 14:38:37 +0200246 .list = LIST_HEAD_INIT(http_req_keywords.list)
247};
248
249/* List head of all known action keywords for "http-response" */
Thierry FOURNIER36481b82015-08-19 09:01:53 +0200250struct action_kw_list http_res_keywords = {
William Lallemand73025dd2014-04-24 14:38:37 +0200251 .list = LIST_HEAD_INIT(http_res_keywords.list)
252};
253
Willy Tarreau80587432006-12-24 17:47:20 +0100254/* We must put the messages here since GCC cannot initialize consts depending
255 * on strlen().
256 */
257struct chunk http_err_chunks[HTTP_ERR_SIZE];
258
Willy Tarreaua890d072013-04-02 12:01:06 +0200259/* this struct is used between calls to smp_fetch_hdr() or smp_fetch_cookie() */
260static struct hdr_ctx static_hdr_ctx;
261
Willy Tarreau42250582007-04-01 01:30:43 +0200262#define FD_SETS_ARE_BITFIELDS
263#ifdef FD_SETS_ARE_BITFIELDS
264/*
265 * This map is used with all the FD_* macros to check whether a particular bit
266 * is set or not. Each bit represents an ACSII code. FD_SET() sets those bytes
267 * which should be encoded. When FD_ISSET() returns non-zero, it means that the
268 * byte should be encoded. Be careful to always pass bytes from 0 to 255
269 * exclusively to the macros.
270 */
271fd_set hdr_encode_map[(sizeof(fd_set) > (256/8)) ? 1 : ((256/8) / sizeof(fd_set))];
272fd_set url_encode_map[(sizeof(fd_set) > (256/8)) ? 1 : ((256/8) / sizeof(fd_set))];
Thierry FOURNIERd048d8b2014-03-13 16:46:18 +0100273fd_set http_encode_map[(sizeof(fd_set) > (256/8)) ? 1 : ((256/8) / sizeof(fd_set))];
Willy Tarreau42250582007-04-01 01:30:43 +0200274
275#else
276#error "Check if your OS uses bitfields for fd_sets"
277#endif
278
Willy Tarreau87b09662015-04-03 00:22:06 +0200279static int http_apply_redirect_rule(struct redirect_rule *rule, struct stream *s, struct http_txn *txn);
Willy Tarreau0b748332014-04-29 00:13:29 +0200280
David Carlier7365f7d2016-04-04 11:54:42 +0100281static inline int http_msg_forward_body(struct stream *s, struct http_msg *msg);
282static inline int http_msg_forward_chunked_body(struct stream *s, struct http_msg *msg);
Christopher Fauletdbe34eb2015-12-02 10:01:17 +0100283
Thierry FOURNIER35d70ef2015-08-26 16:21:56 +0200284/* This function returns a reason associated with the HTTP status.
285 * This function never fails, a message is always returned.
286 */
287const char *get_reason(unsigned int status)
288{
289 switch (status) {
290 case 100: return "Continue";
291 case 101: return "Switching Protocols";
292 case 102: return "Processing";
293 case 200: return "OK";
294 case 201: return "Created";
295 case 202: return "Accepted";
296 case 203: return "Non-Authoritative Information";
297 case 204: return "No Content";
298 case 205: return "Reset Content";
299 case 206: return "Partial Content";
300 case 207: return "Multi-Status";
301 case 210: return "Content Different";
302 case 226: return "IM Used";
303 case 300: return "Multiple Choices";
304 case 301: return "Moved Permanently";
305 case 302: return "Moved Temporarily";
306 case 303: return "See Other";
307 case 304: return "Not Modified";
308 case 305: return "Use Proxy";
309 case 307: return "Temporary Redirect";
310 case 308: return "Permanent Redirect";
311 case 310: return "Too many Redirects";
312 case 400: return "Bad Request";
313 case 401: return "Unauthorized";
314 case 402: return "Payment Required";
315 case 403: return "Forbidden";
316 case 404: return "Not Found";
317 case 405: return "Method Not Allowed";
318 case 406: return "Not Acceptable";
319 case 407: return "Proxy Authentication Required";
320 case 408: return "Request Time-out";
321 case 409: return "Conflict";
322 case 410: return "Gone";
323 case 411: return "Length Required";
324 case 412: return "Precondition Failed";
325 case 413: return "Request Entity Too Large";
326 case 414: return "Request-URI Too Long";
327 case 415: return "Unsupported Media Type";
328 case 416: return "Requested range unsatisfiable";
329 case 417: return "Expectation failed";
330 case 418: return "I'm a teapot";
331 case 422: return "Unprocessable entity";
332 case 423: return "Locked";
333 case 424: return "Method failure";
334 case 425: return "Unordered Collection";
335 case 426: return "Upgrade Required";
336 case 428: return "Precondition Required";
337 case 429: return "Too Many Requests";
338 case 431: return "Request Header Fields Too Large";
339 case 449: return "Retry With";
340 case 450: return "Blocked by Windows Parental Controls";
341 case 451: return "Unavailable For Legal Reasons";
342 case 456: return "Unrecoverable Error";
343 case 499: return "client has closed connection";
344 case 500: return "Internal Server Error";
345 case 501: return "Not Implemented";
346 case 502: return "Bad Gateway ou Proxy Error";
347 case 503: return "Service Unavailable";
348 case 504: return "Gateway Time-out";
349 case 505: return "HTTP Version not supported";
350 case 506: return "Variant also negociate";
351 case 507: return "Insufficient storage";
352 case 508: return "Loop detected";
353 case 509: return "Bandwidth Limit Exceeded";
354 case 510: return "Not extended";
355 case 511: return "Network authentication required";
356 case 520: return "Web server is returning an unknown error";
357 default:
358 switch (status) {
359 case 100 ... 199: return "Informational";
360 case 200 ... 299: return "Success";
361 case 300 ... 399: return "Redirection";
362 case 400 ... 499: return "Client Error";
363 case 500 ... 599: return "Server Error";
364 default: return "Other";
365 }
366 }
367}
368
Willy Tarreau80587432006-12-24 17:47:20 +0100369void init_proto_http()
370{
Willy Tarreau42250582007-04-01 01:30:43 +0200371 int i;
372 char *tmp;
Willy Tarreau80587432006-12-24 17:47:20 +0100373 int msg;
Willy Tarreau42250582007-04-01 01:30:43 +0200374
Willy Tarreau80587432006-12-24 17:47:20 +0100375 for (msg = 0; msg < HTTP_ERR_SIZE; msg++) {
376 if (!http_err_msgs[msg]) {
377 Alert("Internal error: no message defined for HTTP return code %d. Aborting.\n", msg);
378 abort();
379 }
380
381 http_err_chunks[msg].str = (char *)http_err_msgs[msg];
382 http_err_chunks[msg].len = strlen(http_err_msgs[msg]);
383 }
Willy Tarreau42250582007-04-01 01:30:43 +0200384
385 /* initialize the log header encoding map : '{|}"#' should be encoded with
386 * '#' as prefix, as well as non-printable characters ( <32 or >= 127 ).
387 * URL encoding only requires '"', '#' to be encoded as well as non-
388 * printable characters above.
389 */
390 memset(hdr_encode_map, 0, sizeof(hdr_encode_map));
391 memset(url_encode_map, 0, sizeof(url_encode_map));
Thierry FOURNIERd048d8b2014-03-13 16:46:18 +0100392 memset(http_encode_map, 0, sizeof(url_encode_map));
Willy Tarreau42250582007-04-01 01:30:43 +0200393 for (i = 0; i < 32; i++) {
394 FD_SET(i, hdr_encode_map);
395 FD_SET(i, url_encode_map);
396 }
397 for (i = 127; i < 256; i++) {
398 FD_SET(i, hdr_encode_map);
399 FD_SET(i, url_encode_map);
400 }
401
402 tmp = "\"#{|}";
403 while (*tmp) {
404 FD_SET(*tmp, hdr_encode_map);
405 tmp++;
406 }
407
408 tmp = "\"#";
409 while (*tmp) {
410 FD_SET(*tmp, url_encode_map);
411 tmp++;
412 }
Willy Tarreau332f8bf2007-05-13 21:36:56 +0200413
Thierry FOURNIERd048d8b2014-03-13 16:46:18 +0100414 /* initialize the http header encoding map. The draft httpbis define the
415 * header content as:
416 *
417 * HTTP-message = start-line
418 * *( header-field CRLF )
419 * CRLF
420 * [ message-body ]
421 * header-field = field-name ":" OWS field-value OWS
422 * field-value = *( field-content / obs-fold )
423 * field-content = field-vchar [ 1*( SP / HTAB ) field-vchar ]
424 * obs-fold = CRLF 1*( SP / HTAB )
425 * field-vchar = VCHAR / obs-text
426 * VCHAR = %x21-7E
427 * obs-text = %x80-FF
428 *
429 * All the chars are encoded except "VCHAR", "obs-text", SP and HTAB.
430 * The encoded chars are form 0x00 to 0x08, 0x0a to 0x1f and 0x7f. The
431 * "obs-fold" is volontary forgotten because haproxy remove this.
432 */
433 memset(http_encode_map, 0, sizeof(http_encode_map));
434 for (i = 0x00; i <= 0x08; i++)
435 FD_SET(i, http_encode_map);
436 for (i = 0x0a; i <= 0x1f; i++)
437 FD_SET(i, http_encode_map);
438 FD_SET(0x7f, http_encode_map);
439
Willy Tarreau332f8bf2007-05-13 21:36:56 +0200440 /* memory allocations */
Willy Tarreau63986c72015-04-03 22:55:33 +0200441 pool2_http_txn = create_pool("http_txn", sizeof(struct http_txn), MEM_F_SHARED);
Willy Tarreau332f8bf2007-05-13 21:36:56 +0200442 pool2_requri = create_pool("requri", REQURI_LEN, MEM_F_SHARED);
William Lallemanda73203e2012-03-12 12:48:57 +0100443 pool2_uniqueid = create_pool("uniqueid", UNIQUEID_LEN, MEM_F_SHARED);
Willy Tarreau80587432006-12-24 17:47:20 +0100444}
Willy Tarreaubaaee002006-06-26 02:48:02 +0200445
Willy Tarreau53b6c742006-12-17 13:37:46 +0100446/*
447 * We have 26 list of methods (1 per first letter), each of which can have
448 * up to 3 entries (2 valid, 1 null).
449 */
450struct http_method_desc {
Willy Tarreauc8987b32013-12-06 23:43:17 +0100451 enum http_meth_t meth;
Willy Tarreau53b6c742006-12-17 13:37:46 +0100452 int len;
453 const char text[8];
454};
455
Willy Tarreau8d5d7f22007-01-21 19:16:41 +0100456const struct http_method_desc http_methods[26][3] = {
Willy Tarreau53b6c742006-12-17 13:37:46 +0100457 ['C' - 'A'] = {
458 [0] = { .meth = HTTP_METH_CONNECT , .len=7, .text="CONNECT" },
459 },
460 ['D' - 'A'] = {
461 [0] = { .meth = HTTP_METH_DELETE , .len=6, .text="DELETE" },
462 },
463 ['G' - 'A'] = {
464 [0] = { .meth = HTTP_METH_GET , .len=3, .text="GET" },
465 },
466 ['H' - 'A'] = {
467 [0] = { .meth = HTTP_METH_HEAD , .len=4, .text="HEAD" },
468 },
Christopher Fauletd57ad642015-07-31 14:26:57 +0200469 ['O' - 'A'] = {
470 [0] = { .meth = HTTP_METH_OPTIONS , .len=7, .text="OPTIONS" },
471 },
Willy Tarreau53b6c742006-12-17 13:37:46 +0100472 ['P' - 'A'] = {
473 [0] = { .meth = HTTP_METH_POST , .len=4, .text="POST" },
474 [1] = { .meth = HTTP_METH_PUT , .len=3, .text="PUT" },
475 },
476 ['T' - 'A'] = {
477 [0] = { .meth = HTTP_METH_TRACE , .len=5, .text="TRACE" },
478 },
479 /* rest is empty like this :
Willy Tarreaub7ce4242015-09-03 17:15:21 +0200480 * [0] = { .meth = HTTP_METH_OTHER , .len=0, .text="" },
Willy Tarreau53b6c742006-12-17 13:37:46 +0100481 */
482};
483
Thierry FOURNIERd4373142013-12-17 01:10:10 +0100484const struct http_method_name http_known_methods[HTTP_METH_OTHER] = {
Thierry FOURNIERd4373142013-12-17 01:10:10 +0100485 [HTTP_METH_OPTIONS] = { "OPTIONS", 7 },
486 [HTTP_METH_GET] = { "GET", 3 },
487 [HTTP_METH_HEAD] = { "HEAD", 4 },
488 [HTTP_METH_POST] = { "POST", 4 },
489 [HTTP_METH_PUT] = { "PUT", 3 },
490 [HTTP_METH_DELETE] = { "DELETE", 6 },
491 [HTTP_METH_TRACE] = { "TRACE", 5 },
492 [HTTP_METH_CONNECT] = { "CONNECT", 7 },
493};
494
Willy Tarreau8d5d7f22007-01-21 19:16:41 +0100495/* It is about twice as fast on recent architectures to lookup a byte in a
matt.farnsworth@nokia.com1c2ab962008-04-14 20:47:37 +0200496 * table than to perform a boolean AND or OR between two tests. Refer to
Willy Tarreau2235b262016-11-05 15:50:20 +0100497 * RFC2616/RFC5234/RFC7230 for those chars. A token is any ASCII char that is
498 * neither a separator nor a CTL char. An http ver_token is any ASCII which can
499 * be found in an HTTP version, which includes 'H', 'T', 'P', '/', '.' and any
500 * digit. Note: please do not overwrite values in assignment since gcc-2.95
501 * will not handle them correctly. It's worth noting that chars 128..255 are
502 * nothing, not even control chars.
Willy Tarreau8d5d7f22007-01-21 19:16:41 +0100503 */
Willy Tarreau2235b262016-11-05 15:50:20 +0100504const unsigned char http_char_classes[256] = {
505 [ 0] = HTTP_FLG_CTL,
506 [ 1] = HTTP_FLG_CTL,
507 [ 2] = HTTP_FLG_CTL,
508 [ 3] = HTTP_FLG_CTL,
509 [ 4] = HTTP_FLG_CTL,
510 [ 5] = HTTP_FLG_CTL,
511 [ 6] = HTTP_FLG_CTL,
512 [ 7] = HTTP_FLG_CTL,
513 [ 8] = HTTP_FLG_CTL,
514 [ 9] = HTTP_FLG_SPHT | HTTP_FLG_LWS | HTTP_FLG_SEP | HTTP_FLG_CTL,
515 [ 10] = HTTP_FLG_CRLF | HTTP_FLG_LWS | HTTP_FLG_CTL,
516 [ 11] = HTTP_FLG_CTL,
517 [ 12] = HTTP_FLG_CTL,
518 [ 13] = HTTP_FLG_CRLF | HTTP_FLG_LWS | HTTP_FLG_CTL,
519 [ 14] = HTTP_FLG_CTL,
520 [ 15] = HTTP_FLG_CTL,
521 [ 16] = HTTP_FLG_CTL,
522 [ 17] = HTTP_FLG_CTL,
523 [ 18] = HTTP_FLG_CTL,
524 [ 19] = HTTP_FLG_CTL,
525 [ 20] = HTTP_FLG_CTL,
526 [ 21] = HTTP_FLG_CTL,
527 [ 22] = HTTP_FLG_CTL,
528 [ 23] = HTTP_FLG_CTL,
529 [ 24] = HTTP_FLG_CTL,
530 [ 25] = HTTP_FLG_CTL,
531 [ 26] = HTTP_FLG_CTL,
532 [ 27] = HTTP_FLG_CTL,
533 [ 28] = HTTP_FLG_CTL,
534 [ 29] = HTTP_FLG_CTL,
535 [ 30] = HTTP_FLG_CTL,
536 [ 31] = HTTP_FLG_CTL,
537 [' '] = HTTP_FLG_SPHT | HTTP_FLG_LWS | HTTP_FLG_SEP,
538 ['!'] = HTTP_FLG_TOK,
539 ['"'] = HTTP_FLG_SEP,
540 ['#'] = HTTP_FLG_TOK,
541 ['$'] = HTTP_FLG_TOK,
542 ['%'] = HTTP_FLG_TOK,
543 ['&'] = HTTP_FLG_TOK,
544 [ 39] = HTTP_FLG_TOK,
545 ['('] = HTTP_FLG_SEP,
546 [')'] = HTTP_FLG_SEP,
547 ['*'] = HTTP_FLG_TOK,
548 ['+'] = HTTP_FLG_TOK,
549 [','] = HTTP_FLG_SEP,
550 ['-'] = HTTP_FLG_TOK,
551 ['.'] = HTTP_FLG_TOK | HTTP_FLG_VER,
552 ['/'] = HTTP_FLG_SEP | HTTP_FLG_VER,
553 ['0'] = HTTP_FLG_TOK | HTTP_FLG_VER,
554 ['1'] = HTTP_FLG_TOK | HTTP_FLG_VER,
555 ['2'] = HTTP_FLG_TOK | HTTP_FLG_VER,
556 ['3'] = HTTP_FLG_TOK | HTTP_FLG_VER,
557 ['4'] = HTTP_FLG_TOK | HTTP_FLG_VER,
558 ['5'] = HTTP_FLG_TOK | HTTP_FLG_VER,
559 ['6'] = HTTP_FLG_TOK | HTTP_FLG_VER,
560 ['7'] = HTTP_FLG_TOK | HTTP_FLG_VER,
561 ['8'] = HTTP_FLG_TOK | HTTP_FLG_VER,
562 ['9'] = HTTP_FLG_TOK | HTTP_FLG_VER,
563 [':'] = HTTP_FLG_SEP,
564 [';'] = HTTP_FLG_SEP,
565 ['<'] = HTTP_FLG_SEP,
566 ['='] = HTTP_FLG_SEP,
567 ['>'] = HTTP_FLG_SEP,
568 ['?'] = HTTP_FLG_SEP,
569 ['@'] = HTTP_FLG_SEP,
570 ['A'] = HTTP_FLG_TOK,
571 ['B'] = HTTP_FLG_TOK,
572 ['C'] = HTTP_FLG_TOK,
573 ['D'] = HTTP_FLG_TOK,
574 ['E'] = HTTP_FLG_TOK,
575 ['F'] = HTTP_FLG_TOK,
576 ['G'] = HTTP_FLG_TOK,
577 ['H'] = HTTP_FLG_TOK | HTTP_FLG_VER,
578 ['I'] = HTTP_FLG_TOK,
579 ['J'] = HTTP_FLG_TOK,
580 ['K'] = HTTP_FLG_TOK,
581 ['L'] = HTTP_FLG_TOK,
582 ['M'] = HTTP_FLG_TOK,
583 ['N'] = HTTP_FLG_TOK,
584 ['O'] = HTTP_FLG_TOK,
585 ['P'] = HTTP_FLG_TOK | HTTP_FLG_VER,
586 ['Q'] = HTTP_FLG_TOK,
587 ['R'] = HTTP_FLG_TOK | HTTP_FLG_VER,
588 ['S'] = HTTP_FLG_TOK | HTTP_FLG_VER,
589 ['T'] = HTTP_FLG_TOK | HTTP_FLG_VER,
590 ['U'] = HTTP_FLG_TOK,
591 ['V'] = HTTP_FLG_TOK,
592 ['W'] = HTTP_FLG_TOK,
593 ['X'] = HTTP_FLG_TOK,
594 ['Y'] = HTTP_FLG_TOK,
595 ['Z'] = HTTP_FLG_TOK,
596 ['['] = HTTP_FLG_SEP,
597 [ 92] = HTTP_FLG_SEP,
598 [']'] = HTTP_FLG_SEP,
599 ['^'] = HTTP_FLG_TOK,
600 ['_'] = HTTP_FLG_TOK,
601 ['`'] = HTTP_FLG_TOK,
602 ['a'] = HTTP_FLG_TOK,
603 ['b'] = HTTP_FLG_TOK,
604 ['c'] = HTTP_FLG_TOK,
605 ['d'] = HTTP_FLG_TOK,
606 ['e'] = HTTP_FLG_TOK,
607 ['f'] = HTTP_FLG_TOK,
608 ['g'] = HTTP_FLG_TOK,
609 ['h'] = HTTP_FLG_TOK,
610 ['i'] = HTTP_FLG_TOK,
611 ['j'] = HTTP_FLG_TOK,
612 ['k'] = HTTP_FLG_TOK,
613 ['l'] = HTTP_FLG_TOK,
614 ['m'] = HTTP_FLG_TOK,
615 ['n'] = HTTP_FLG_TOK,
616 ['o'] = HTTP_FLG_TOK,
617 ['p'] = HTTP_FLG_TOK,
618 ['q'] = HTTP_FLG_TOK,
619 ['r'] = HTTP_FLG_TOK,
620 ['s'] = HTTP_FLG_TOK,
621 ['t'] = HTTP_FLG_TOK,
622 ['u'] = HTTP_FLG_TOK,
623 ['v'] = HTTP_FLG_TOK,
624 ['w'] = HTTP_FLG_TOK,
625 ['x'] = HTTP_FLG_TOK,
626 ['y'] = HTTP_FLG_TOK,
627 ['z'] = HTTP_FLG_TOK,
628 ['{'] = HTTP_FLG_SEP,
629 ['|'] = HTTP_FLG_TOK,
630 ['}'] = HTTP_FLG_SEP,
631 ['~'] = HTTP_FLG_TOK,
632 [127] = HTTP_FLG_CTL,
Willy Tarreau8d5d7f22007-01-21 19:16:41 +0100633};
634
Willy Tarreau4af6f3a2007-03-18 22:36:26 +0100635/*
Willy Tarreau6acf7c92012-03-09 13:30:45 +0100636 * Adds a header and its CRLF at the tail of the message's buffer, just before
637 * the last CRLF. Text length is measured first, so it cannot be NULL.
Willy Tarreau4af6f3a2007-03-18 22:36:26 +0100638 * The header is also automatically added to the index <hdr_idx>, and the end
639 * of headers is automatically adjusted. The number of bytes added is returned
640 * on success, otherwise <0 is returned indicating an error.
641 */
Willy Tarreau6acf7c92012-03-09 13:30:45 +0100642int http_header_add_tail(struct http_msg *msg, struct hdr_idx *hdr_idx, const char *text)
Willy Tarreau4af6f3a2007-03-18 22:36:26 +0100643{
644 int bytes, len;
645
646 len = strlen(text);
Willy Tarreau9b28e032012-10-12 23:49:43 +0200647 bytes = buffer_insert_line2(msg->chn->buf, msg->chn->buf->p + msg->eoh, text, len);
Willy Tarreau4af6f3a2007-03-18 22:36:26 +0100648 if (!bytes)
649 return -1;
Willy Tarreaufa355d42009-11-29 18:12:29 +0100650 http_msg_move_end(msg, bytes);
Willy Tarreau4af6f3a2007-03-18 22:36:26 +0100651 return hdr_idx_add(len, 1, hdr_idx, hdr_idx->tail);
652}
653
654/*
Willy Tarreau6acf7c92012-03-09 13:30:45 +0100655 * Adds a header and its CRLF at the tail of the message's buffer, just before
656 * the last CRLF. <len> bytes are copied, not counting the CRLF. If <text> is NULL, then
Willy Tarreau4af6f3a2007-03-18 22:36:26 +0100657 * the buffer is only opened and the space reserved, but nothing is copied.
658 * The header is also automatically added to the index <hdr_idx>, and the end
659 * of headers is automatically adjusted. The number of bytes added is returned
660 * on success, otherwise <0 is returned indicating an error.
661 */
Willy Tarreau6acf7c92012-03-09 13:30:45 +0100662int http_header_add_tail2(struct http_msg *msg,
663 struct hdr_idx *hdr_idx, const char *text, int len)
Willy Tarreau4af6f3a2007-03-18 22:36:26 +0100664{
665 int bytes;
666
Willy Tarreau9b28e032012-10-12 23:49:43 +0200667 bytes = buffer_insert_line2(msg->chn->buf, msg->chn->buf->p + msg->eoh, text, len);
Willy Tarreau4af6f3a2007-03-18 22:36:26 +0100668 if (!bytes)
669 return -1;
Willy Tarreaufa355d42009-11-29 18:12:29 +0100670 http_msg_move_end(msg, bytes);
Willy Tarreau4af6f3a2007-03-18 22:36:26 +0100671 return hdr_idx_add(len, 1, hdr_idx, hdr_idx->tail);
672}
Willy Tarreaubaaee002006-06-26 02:48:02 +0200673
674/*
Willy Tarreauaa9dce32007-03-18 23:50:16 +0100675 * Checks if <hdr> is exactly <name> for <len> chars, and ends with a colon.
676 * If so, returns the position of the first non-space character relative to
677 * <hdr>, or <end>-<hdr> if not found before. If no value is found, it tries
678 * to return a pointer to the place after the first space. Returns 0 if the
679 * header name does not match. Checks are case-insensitive.
680 */
681int http_header_match2(const char *hdr, const char *end,
682 const char *name, int len)
683{
684 const char *val;
685
686 if (hdr + len >= end)
687 return 0;
688 if (hdr[len] != ':')
689 return 0;
690 if (strncasecmp(hdr, name, len) != 0)
691 return 0;
692 val = hdr + len + 1;
693 while (val < end && HTTP_IS_SPHT(*val))
694 val++;
695 if ((val >= end) && (len + 2 <= end - hdr))
696 return len + 2; /* we may replace starting from second space */
697 return val - hdr;
698}
699
Willy Tarreau04ff9f12013-06-10 18:39:42 +0200700/* Find the first or next occurrence of header <name> in message buffer <sol>
701 * using headers index <idx>, and return it in the <ctx> structure. This
702 * structure holds everything necessary to use the header and find next
703 * occurrence. If its <idx> member is 0, the header is searched from the
704 * beginning. Otherwise, the next occurrence is returned. The function returns
705 * 1 when it finds a value, and 0 when there is no more. It is very similar to
706 * http_find_header2() except that it is designed to work with full-line headers
707 * whose comma is not a delimiter but is part of the syntax. As a special case,
708 * if ctx->val is NULL when searching for a new values of a header, the current
709 * header is rescanned. This allows rescanning after a header deletion.
710 */
711int http_find_full_header2(const char *name, int len,
712 char *sol, struct hdr_idx *idx,
713 struct hdr_ctx *ctx)
714{
715 char *eol, *sov;
716 int cur_idx, old_idx;
717
718 cur_idx = ctx->idx;
719 if (cur_idx) {
720 /* We have previously returned a header, let's search another one */
721 sol = ctx->line;
722 eol = sol + idx->v[cur_idx].len;
723 goto next_hdr;
724 }
725
726 /* first request for this header */
727 sol += hdr_idx_first_pos(idx);
728 old_idx = 0;
729 cur_idx = hdr_idx_first_idx(idx);
730 while (cur_idx) {
731 eol = sol + idx->v[cur_idx].len;
732
733 if (len == 0) {
734 /* No argument was passed, we want any header.
735 * To achieve this, we simply build a fake request. */
736 while (sol + len < eol && sol[len] != ':')
737 len++;
738 name = sol;
739 }
740
741 if ((len < eol - sol) &&
742 (sol[len] == ':') &&
743 (strncasecmp(sol, name, len) == 0)) {
744 ctx->del = len;
745 sov = sol + len + 1;
Willy Tarreau2235b262016-11-05 15:50:20 +0100746 while (sov < eol && HTTP_IS_LWS(*sov))
Willy Tarreau04ff9f12013-06-10 18:39:42 +0200747 sov++;
748
749 ctx->line = sol;
750 ctx->prev = old_idx;
751 ctx->idx = cur_idx;
752 ctx->val = sov - sol;
753 ctx->tws = 0;
Willy Tarreau2235b262016-11-05 15:50:20 +0100754 while (eol > sov && HTTP_IS_LWS(*(eol - 1))) {
Willy Tarreau04ff9f12013-06-10 18:39:42 +0200755 eol--;
756 ctx->tws++;
757 }
758 ctx->vlen = eol - sov;
759 return 1;
760 }
761 next_hdr:
762 sol = eol + idx->v[cur_idx].cr + 1;
763 old_idx = cur_idx;
764 cur_idx = idx->v[cur_idx].next;
765 }
766 return 0;
767}
768
Willy Tarreauc90dc232015-02-20 13:51:36 +0100769/* Find the first or next header field in message buffer <sol> using headers
770 * index <idx>, and return it in the <ctx> structure. This structure holds
771 * everything necessary to use the header and find next occurrence. If its
772 * <idx> member is 0, the first header is retrieved. Otherwise, the next
773 * occurrence is returned. The function returns 1 when it finds a value, and
774 * 0 when there is no more. It is equivalent to http_find_full_header2() with
775 * no header name.
776 */
777int http_find_next_header(char *sol, struct hdr_idx *idx, struct hdr_ctx *ctx)
778{
779 char *eol, *sov;
780 int cur_idx, old_idx;
781 int len;
782
783 cur_idx = ctx->idx;
784 if (cur_idx) {
785 /* We have previously returned a header, let's search another one */
786 sol = ctx->line;
787 eol = sol + idx->v[cur_idx].len;
788 goto next_hdr;
789 }
790
791 /* first request for this header */
792 sol += hdr_idx_first_pos(idx);
793 old_idx = 0;
794 cur_idx = hdr_idx_first_idx(idx);
795 while (cur_idx) {
796 eol = sol + idx->v[cur_idx].len;
797
798 len = 0;
799 while (1) {
800 if (len >= eol - sol)
801 goto next_hdr;
802 if (sol[len] == ':')
803 break;
804 len++;
805 }
806
807 ctx->del = len;
808 sov = sol + len + 1;
Willy Tarreau2235b262016-11-05 15:50:20 +0100809 while (sov < eol && HTTP_IS_LWS(*sov))
Willy Tarreauc90dc232015-02-20 13:51:36 +0100810 sov++;
811
812 ctx->line = sol;
813 ctx->prev = old_idx;
814 ctx->idx = cur_idx;
815 ctx->val = sov - sol;
816 ctx->tws = 0;
817
Willy Tarreau2235b262016-11-05 15:50:20 +0100818 while (eol > sov && HTTP_IS_LWS(*(eol - 1))) {
Willy Tarreauc90dc232015-02-20 13:51:36 +0100819 eol--;
820 ctx->tws++;
821 }
822 ctx->vlen = eol - sov;
823 return 1;
824
825 next_hdr:
826 sol = eol + idx->v[cur_idx].cr + 1;
827 old_idx = cur_idx;
828 cur_idx = idx->v[cur_idx].next;
829 }
830 return 0;
831}
832
Willy Tarreau68085d82010-01-18 14:54:04 +0100833/* Find the end of the header value contained between <s> and <e>. See RFC2616,
834 * par 2.2 for more information. Note that it requires a valid header to return
835 * a valid result. This works for headers defined as comma-separated lists.
Willy Tarreau33a7e692007-06-10 19:45:56 +0200836 */
Willy Tarreau68085d82010-01-18 14:54:04 +0100837char *find_hdr_value_end(char *s, const char *e)
Willy Tarreau33a7e692007-06-10 19:45:56 +0200838{
839 int quoted, qdpair;
840
841 quoted = qdpair = 0;
Willy Tarreaue6d9c212016-11-05 18:23:38 +0100842
843#if defined(__x86_64__) || \
844 defined(__i386__) || defined(__i486__) || defined(__i586__) || defined(__i686__) || \
845 defined(__ARM_ARCH_7A__)
846 /* speedup: skip everything not a comma nor a double quote */
847 for (; s <= e - sizeof(int); s += sizeof(int)) {
848 unsigned int c = *(int *)s; // comma
849 unsigned int q = c; // quote
850
851 c ^= 0x2c2c2c2c; // contains one zero on a comma
852 q ^= 0x22222222; // contains one zero on a quote
853
854 c = (c - 0x01010101) & ~c; // contains 0x80 below a comma
855 q = (q - 0x01010101) & ~q; // contains 0x80 below a quote
856
857 if ((c | q) & 0x80808080)
858 break; // found a comma or a quote
859 }
860#endif
Willy Tarreau33a7e692007-06-10 19:45:56 +0200861 for (; s < e; s++) {
862 if (qdpair) qdpair = 0;
Willy Tarreau0f7f51f2010-08-30 11:06:34 +0200863 else if (quoted) {
864 if (*s == '\\') qdpair = 1;
865 else if (*s == '"') quoted = 0;
866 }
Willy Tarreau33a7e692007-06-10 19:45:56 +0200867 else if (*s == '"') quoted = 1;
868 else if (*s == ',') return s;
869 }
870 return s;
871}
872
873/* Find the first or next occurrence of header <name> in message buffer <sol>
874 * using headers index <idx>, and return it in the <ctx> structure. This
875 * structure holds everything necessary to use the header and find next
876 * occurrence. If its <idx> member is 0, the header is searched from the
877 * beginning. Otherwise, the next occurrence is returned. The function returns
Willy Tarreau68085d82010-01-18 14:54:04 +0100878 * 1 when it finds a value, and 0 when there is no more. It is designed to work
879 * with headers defined as comma-separated lists. As a special case, if ctx->val
880 * is NULL when searching for a new values of a header, the current header is
881 * rescanned. This allows rescanning after a header deletion.
Willy Tarreau33a7e692007-06-10 19:45:56 +0200882 */
883int http_find_header2(const char *name, int len,
Willy Tarreau68085d82010-01-18 14:54:04 +0100884 char *sol, struct hdr_idx *idx,
Willy Tarreau33a7e692007-06-10 19:45:56 +0200885 struct hdr_ctx *ctx)
886{
Willy Tarreau68085d82010-01-18 14:54:04 +0100887 char *eol, *sov;
888 int cur_idx, old_idx;
Willy Tarreau33a7e692007-06-10 19:45:56 +0200889
Willy Tarreau68085d82010-01-18 14:54:04 +0100890 cur_idx = ctx->idx;
891 if (cur_idx) {
Willy Tarreau33a7e692007-06-10 19:45:56 +0200892 /* We have previously returned a value, let's search
893 * another one on the same line.
894 */
Willy Tarreau33a7e692007-06-10 19:45:56 +0200895 sol = ctx->line;
Willy Tarreau588bd4f2011-09-01 22:22:28 +0200896 ctx->del = ctx->val + ctx->vlen + ctx->tws;
Willy Tarreau68085d82010-01-18 14:54:04 +0100897 sov = sol + ctx->del;
Willy Tarreau33a7e692007-06-10 19:45:56 +0200898 eol = sol + idx->v[cur_idx].len;
899
900 if (sov >= eol)
901 /* no more values in this header */
902 goto next_hdr;
903
Willy Tarreau68085d82010-01-18 14:54:04 +0100904 /* values remaining for this header, skip the comma but save it
905 * for later use (eg: for header deletion).
906 */
Willy Tarreau33a7e692007-06-10 19:45:56 +0200907 sov++;
Willy Tarreau2235b262016-11-05 15:50:20 +0100908 while (sov < eol && HTTP_IS_LWS((*sov)))
Willy Tarreau33a7e692007-06-10 19:45:56 +0200909 sov++;
910
911 goto return_hdr;
912 }
913
914 /* first request for this header */
915 sol += hdr_idx_first_pos(idx);
Willy Tarreau68085d82010-01-18 14:54:04 +0100916 old_idx = 0;
Willy Tarreau33a7e692007-06-10 19:45:56 +0200917 cur_idx = hdr_idx_first_idx(idx);
Willy Tarreau33a7e692007-06-10 19:45:56 +0200918 while (cur_idx) {
919 eol = sol + idx->v[cur_idx].len;
920
Willy Tarreau1ad7c6d2007-06-10 21:42:55 +0200921 if (len == 0) {
922 /* No argument was passed, we want any header.
923 * To achieve this, we simply build a fake request. */
924 while (sol + len < eol && sol[len] != ':')
925 len++;
926 name = sol;
927 }
928
Willy Tarreau33a7e692007-06-10 19:45:56 +0200929 if ((len < eol - sol) &&
930 (sol[len] == ':') &&
931 (strncasecmp(sol, name, len) == 0)) {
Willy Tarreau68085d82010-01-18 14:54:04 +0100932 ctx->del = len;
Willy Tarreau33a7e692007-06-10 19:45:56 +0200933 sov = sol + len + 1;
Willy Tarreau2235b262016-11-05 15:50:20 +0100934 while (sov < eol && HTTP_IS_LWS(*sov))
Willy Tarreau33a7e692007-06-10 19:45:56 +0200935 sov++;
Willy Tarreau68085d82010-01-18 14:54:04 +0100936
Willy Tarreau33a7e692007-06-10 19:45:56 +0200937 ctx->line = sol;
Willy Tarreau68085d82010-01-18 14:54:04 +0100938 ctx->prev = old_idx;
939 return_hdr:
Willy Tarreau33a7e692007-06-10 19:45:56 +0200940 ctx->idx = cur_idx;
941 ctx->val = sov - sol;
942
943 eol = find_hdr_value_end(sov, eol);
Willy Tarreau588bd4f2011-09-01 22:22:28 +0200944 ctx->tws = 0;
Willy Tarreau2235b262016-11-05 15:50:20 +0100945 while (eol > sov && HTTP_IS_LWS(*(eol - 1))) {
Willy Tarreau588bd4f2011-09-01 22:22:28 +0200946 eol--;
947 ctx->tws++;
948 }
Willy Tarreau33a7e692007-06-10 19:45:56 +0200949 ctx->vlen = eol - sov;
950 return 1;
951 }
952 next_hdr:
953 sol = eol + idx->v[cur_idx].cr + 1;
Willy Tarreau68085d82010-01-18 14:54:04 +0100954 old_idx = cur_idx;
Willy Tarreau33a7e692007-06-10 19:45:56 +0200955 cur_idx = idx->v[cur_idx].next;
956 }
957 return 0;
958}
959
960int http_find_header(const char *name,
Willy Tarreau68085d82010-01-18 14:54:04 +0100961 char *sol, struct hdr_idx *idx,
Willy Tarreau33a7e692007-06-10 19:45:56 +0200962 struct hdr_ctx *ctx)
963{
964 return http_find_header2(name, strlen(name), sol, idx, ctx);
965}
966
Willy Tarreau68085d82010-01-18 14:54:04 +0100967/* Remove one value of a header. This only works on a <ctx> returned by one of
968 * the http_find_header functions. The value is removed, as well as surrounding
969 * commas if any. If the removed value was alone, the whole header is removed.
Willy Tarreau6acf7c92012-03-09 13:30:45 +0100970 * The ctx is always updated accordingly, as well as the buffer and HTTP
Willy Tarreau68085d82010-01-18 14:54:04 +0100971 * message <msg>. The new index is returned. If it is zero, it means there is
972 * no more header, so any processing may stop. The ctx is always left in a form
973 * that can be handled by http_find_header2() to find next occurrence.
974 */
Willy Tarreau6acf7c92012-03-09 13:30:45 +0100975int http_remove_header2(struct http_msg *msg, struct hdr_idx *idx, struct hdr_ctx *ctx)
Willy Tarreau68085d82010-01-18 14:54:04 +0100976{
977 int cur_idx = ctx->idx;
978 char *sol = ctx->line;
979 struct hdr_idx_elem *hdr;
980 int delta, skip_comma;
981
982 if (!cur_idx)
983 return 0;
984
985 hdr = &idx->v[cur_idx];
Willy Tarreau588bd4f2011-09-01 22:22:28 +0200986 if (sol[ctx->del] == ':' && ctx->val + ctx->vlen + ctx->tws == hdr->len) {
Willy Tarreau68085d82010-01-18 14:54:04 +0100987 /* This was the only value of the header, we must now remove it entirely. */
Willy Tarreau9b28e032012-10-12 23:49:43 +0200988 delta = buffer_replace2(msg->chn->buf, sol, sol + hdr->len + hdr->cr + 1, NULL, 0);
Willy Tarreau68085d82010-01-18 14:54:04 +0100989 http_msg_move_end(msg, delta);
990 idx->used--;
991 hdr->len = 0; /* unused entry */
992 idx->v[ctx->prev].next = idx->v[ctx->idx].next;
Willy Tarreau5c4784f2011-02-12 13:07:35 +0100993 if (idx->tail == ctx->idx)
994 idx->tail = ctx->prev;
Willy Tarreau68085d82010-01-18 14:54:04 +0100995 ctx->idx = ctx->prev; /* walk back to the end of previous header */
Willy Tarreau7c1c2172015-01-07 17:23:50 +0100996 ctx->line -= idx->v[ctx->idx].len + idx->v[ctx->idx].cr + 1;
Willy Tarreau68085d82010-01-18 14:54:04 +0100997 ctx->val = idx->v[ctx->idx].len; /* point to end of previous header */
Willy Tarreau588bd4f2011-09-01 22:22:28 +0200998 ctx->tws = ctx->vlen = 0;
Willy Tarreau68085d82010-01-18 14:54:04 +0100999 return ctx->idx;
1000 }
1001
1002 /* This was not the only value of this header. We have to remove between
Willy Tarreau588bd4f2011-09-01 22:22:28 +02001003 * ctx->del+1 and ctx->val+ctx->vlen+ctx->tws+1 included. If it is the
1004 * last entry of the list, we remove the last separator.
Willy Tarreau68085d82010-01-18 14:54:04 +01001005 */
1006
Willy Tarreau588bd4f2011-09-01 22:22:28 +02001007 skip_comma = (ctx->val + ctx->vlen + ctx->tws == hdr->len) ? 0 : 1;
Willy Tarreau9b28e032012-10-12 23:49:43 +02001008 delta = buffer_replace2(msg->chn->buf, sol + ctx->del + skip_comma,
Willy Tarreau588bd4f2011-09-01 22:22:28 +02001009 sol + ctx->val + ctx->vlen + ctx->tws + skip_comma,
Willy Tarreau68085d82010-01-18 14:54:04 +01001010 NULL, 0);
1011 hdr->len += delta;
1012 http_msg_move_end(msg, delta);
1013 ctx->val = ctx->del;
Willy Tarreau588bd4f2011-09-01 22:22:28 +02001014 ctx->tws = ctx->vlen = 0;
Willy Tarreau68085d82010-01-18 14:54:04 +01001015 return ctx->idx;
1016}
1017
Willy Tarreau2d3d94c2008-11-30 20:20:08 +01001018/* This function handles a server error at the stream interface level. The
1019 * stream interface is assumed to be already in a closed state. An optional
1020 * message is copied into the input buffer, and an HTTP status code stored.
1021 * The error flags are set to the values in arguments. Any pending request
Willy Tarreau6f0aa472009-03-08 20:33:29 +01001022 * in this buffer will be lost.
Willy Tarreaubaaee002006-06-26 02:48:02 +02001023 */
Willy Tarreau87b09662015-04-03 00:22:06 +02001024static void http_server_error(struct stream *s, struct stream_interface *si,
Willy Tarreau2d3d94c2008-11-30 20:20:08 +01001025 int err, int finst, int status, const struct chunk *msg)
Willy Tarreaubaaee002006-06-26 02:48:02 +02001026{
Christopher Faulet3e344292015-11-24 16:24:13 +01001027 FLT_STRM_CB(s, flt_http_reply(s, status, msg));
Willy Tarreau2bb4a962014-11-28 11:11:05 +01001028 channel_auto_read(si_oc(si));
1029 channel_abort(si_oc(si));
1030 channel_auto_close(si_oc(si));
1031 channel_erase(si_oc(si));
1032 channel_auto_close(si_ic(si));
1033 channel_auto_read(si_ic(si));
Willy Tarreau0f772532006-12-23 20:51:41 +01001034 if (status > 0 && msg) {
Willy Tarreaueee5b512015-04-03 23:46:31 +02001035 s->txn->status = status;
Willy Tarreau2bb4a962014-11-28 11:11:05 +01001036 bo_inject(si_ic(si), msg->str, msg->len);
Willy Tarreaubaaee002006-06-26 02:48:02 +02001037 }
Willy Tarreaue7dff022015-04-03 01:14:29 +02001038 if (!(s->flags & SF_ERR_MASK))
Willy Tarreauf1fd9dc2014-04-24 20:47:57 +02001039 s->flags |= err;
Willy Tarreaue7dff022015-04-03 01:14:29 +02001040 if (!(s->flags & SF_FINST_MASK))
Willy Tarreauf1fd9dc2014-04-24 20:47:57 +02001041 s->flags |= finst;
Willy Tarreaubaaee002006-06-26 02:48:02 +02001042}
1043
Willy Tarreau87b09662015-04-03 00:22:06 +02001044/* This function returns the appropriate error location for the given stream
Willy Tarreau80587432006-12-24 17:47:20 +01001045 * and message.
1046 */
1047
Willy Tarreau87b09662015-04-03 00:22:06 +02001048struct chunk *http_error_message(struct stream *s, int msgnum)
Willy Tarreau80587432006-12-24 17:47:20 +01001049{
Willy Tarreaue2e27a52007-04-01 00:01:37 +02001050 if (s->be->errmsg[msgnum].str)
1051 return &s->be->errmsg[msgnum];
Willy Tarreaud0d8da92015-04-04 02:10:38 +02001052 else if (strm_fe(s)->errmsg[msgnum].str)
1053 return &strm_fe(s)->errmsg[msgnum];
Willy Tarreau80587432006-12-24 17:47:20 +01001054 else
1055 return &http_err_chunks[msgnum];
1056}
Willy Tarreaubaaee002006-06-26 02:48:02 +02001057
Christopher Fauleta94e5a52015-12-09 15:55:06 +01001058void
1059http_reply_and_close(struct stream *s, short status, struct chunk *msg)
1060{
Christopher Fauletd7c91962015-04-30 11:48:27 +02001061 s->txn->flags &= ~TX_WAIT_NEXT_RQ;
Christopher Faulet3e344292015-11-24 16:24:13 +01001062 FLT_STRM_CB(s, flt_http_reply(s, status, msg));
Christopher Fauleta94e5a52015-12-09 15:55:06 +01001063 stream_int_retnclose(&s->si[0], msg);
1064}
1065
Willy Tarreau53b6c742006-12-17 13:37:46 +01001066/*
Willy Tarreaub7ce4242015-09-03 17:15:21 +02001067 * returns a known method among HTTP_METH_* or HTTP_METH_OTHER for all unknown
1068 * ones.
Willy Tarreau53b6c742006-12-17 13:37:46 +01001069 */
Thierry FOURNIERd4373142013-12-17 01:10:10 +01001070enum http_meth_t find_http_meth(const char *str, const int len)
Willy Tarreau53b6c742006-12-17 13:37:46 +01001071{
1072 unsigned char m;
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01001073 const struct http_method_desc *h;
Willy Tarreau53b6c742006-12-17 13:37:46 +01001074
1075 m = ((unsigned)*str - 'A');
1076
1077 if (m < 26) {
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01001078 for (h = http_methods[m]; h->len > 0; h++) {
1079 if (unlikely(h->len != len))
Willy Tarreau53b6c742006-12-17 13:37:46 +01001080 continue;
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01001081 if (likely(memcmp(str, h->text, h->len) == 0))
Willy Tarreau53b6c742006-12-17 13:37:46 +01001082 return h->meth;
Willy Tarreau53b6c742006-12-17 13:37:46 +01001083 };
Willy Tarreau53b6c742006-12-17 13:37:46 +01001084 }
Willy Tarreaub7ce4242015-09-03 17:15:21 +02001085 return HTTP_METH_OTHER;
Willy Tarreau53b6c742006-12-17 13:37:46 +01001086}
1087
Willy Tarreau21d2af32008-02-14 20:25:24 +01001088/* Parse the URI from the given transaction (which is assumed to be in request
1089 * phase) and look for the "/" beginning the PATH. If not found, return NULL.
1090 * It is returned otherwise.
1091 */
Thierry FOURNIER3c331782015-09-17 19:33:35 +02001092char *http_get_path(struct http_txn *txn)
Willy Tarreau21d2af32008-02-14 20:25:24 +01001093{
1094 char *ptr, *end;
1095
Willy Tarreau9b28e032012-10-12 23:49:43 +02001096 ptr = txn->req.chn->buf->p + txn->req.sl.rq.u;
Willy Tarreau21d2af32008-02-14 20:25:24 +01001097 end = ptr + txn->req.sl.rq.u_l;
1098
1099 if (ptr >= end)
1100 return NULL;
1101
1102 /* RFC2616, par. 5.1.2 :
1103 * Request-URI = "*" | absuri | abspath | authority
1104 */
1105
1106 if (*ptr == '*')
1107 return NULL;
1108
1109 if (isalpha((unsigned char)*ptr)) {
1110 /* this is a scheme as described by RFC3986, par. 3.1 */
1111 ptr++;
1112 while (ptr < end &&
1113 (isalnum((unsigned char)*ptr) || *ptr == '+' || *ptr == '-' || *ptr == '.'))
1114 ptr++;
1115 /* skip '://' */
1116 if (ptr == end || *ptr++ != ':')
1117 return NULL;
1118 if (ptr == end || *ptr++ != '/')
1119 return NULL;
1120 if (ptr == end || *ptr++ != '/')
1121 return NULL;
1122 }
1123 /* skip [user[:passwd]@]host[:[port]] */
1124
1125 while (ptr < end && *ptr != '/')
1126 ptr++;
1127
1128 if (ptr == end)
1129 return NULL;
1130
1131 /* OK, we got the '/' ! */
1132 return ptr;
1133}
1134
William Lallemand65ad6e12014-01-31 15:08:02 +01001135/* Parse the URI from the given string and look for the "/" beginning the PATH.
1136 * If not found, return NULL. It is returned otherwise.
1137 */
1138static char *
1139http_get_path_from_string(char *str)
1140{
1141 char *ptr = str;
1142
1143 /* RFC2616, par. 5.1.2 :
1144 * Request-URI = "*" | absuri | abspath | authority
1145 */
1146
1147 if (*ptr == '*')
1148 return NULL;
1149
1150 if (isalpha((unsigned char)*ptr)) {
1151 /* this is a scheme as described by RFC3986, par. 3.1 */
1152 ptr++;
1153 while (isalnum((unsigned char)*ptr) || *ptr == '+' || *ptr == '-' || *ptr == '.')
1154 ptr++;
1155 /* skip '://' */
1156 if (*ptr == '\0' || *ptr++ != ':')
1157 return NULL;
1158 if (*ptr == '\0' || *ptr++ != '/')
1159 return NULL;
1160 if (*ptr == '\0' || *ptr++ != '/')
1161 return NULL;
1162 }
1163 /* skip [user[:passwd]@]host[:[port]] */
1164
1165 while (*ptr != '\0' && *ptr != ' ' && *ptr != '/')
1166 ptr++;
1167
1168 if (*ptr == '\0' || *ptr == ' ')
1169 return NULL;
1170
1171 /* OK, we got the '/' ! */
1172 return ptr;
1173}
1174
Willy Tarreau71241ab2012-12-27 11:30:54 +01001175/* Returns a 302 for a redirectable request that reaches a server working in
1176 * in redirect mode. This may only be called just after the stream interface
1177 * has moved to SI_ST_ASS. Unprocessable requests are left unchanged and will
1178 * follow normal proxy processing. NOTE: this function is designed to support
1179 * being called once data are scheduled for forwarding.
Willy Tarreauefb453c2008-10-26 20:49:47 +01001180 */
Willy Tarreau87b09662015-04-03 00:22:06 +02001181void http_perform_server_redirect(struct stream *s, struct stream_interface *si)
Willy Tarreauefb453c2008-10-26 20:49:47 +01001182{
1183 struct http_txn *txn;
Willy Tarreau827aee92011-03-10 16:55:02 +01001184 struct server *srv;
Willy Tarreauefb453c2008-10-26 20:49:47 +01001185 char *path;
Willy Tarreaucde18fc2012-05-30 07:59:54 +02001186 int len, rewind;
Willy Tarreauefb453c2008-10-26 20:49:47 +01001187
1188 /* 1: create the response header */
Willy Tarreau19d14ef2012-10-29 16:51:55 +01001189 trash.len = strlen(HTTP_302);
1190 memcpy(trash.str, HTTP_302, trash.len);
Willy Tarreauefb453c2008-10-26 20:49:47 +01001191
Willy Tarreau3fdb3662012-11-12 00:42:33 +01001192 srv = objt_server(s->target);
Willy Tarreau827aee92011-03-10 16:55:02 +01001193
Willy Tarreauefb453c2008-10-26 20:49:47 +01001194 /* 2: add the server's prefix */
Willy Tarreau19d14ef2012-10-29 16:51:55 +01001195 if (trash.len + srv->rdr_len > trash.size)
Willy Tarreauefb453c2008-10-26 20:49:47 +01001196 return;
1197
Willy Tarreaudcb75c42010-01-10 00:24:22 +01001198 /* special prefix "/" means don't change URL */
Willy Tarreau827aee92011-03-10 16:55:02 +01001199 if (srv->rdr_len != 1 || *srv->rdr_pfx != '/') {
Willy Tarreau19d14ef2012-10-29 16:51:55 +01001200 memcpy(trash.str + trash.len, srv->rdr_pfx, srv->rdr_len);
1201 trash.len += srv->rdr_len;
Willy Tarreaudcb75c42010-01-10 00:24:22 +01001202 }
Willy Tarreauefb453c2008-10-26 20:49:47 +01001203
Willy Tarreaucde18fc2012-05-30 07:59:54 +02001204 /* 3: add the request URI. Since it was already forwarded, we need
1205 * to temporarily rewind the buffer.
1206 */
Willy Tarreaueee5b512015-04-03 23:46:31 +02001207 txn = s->txn;
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01001208 b_rew(s->req.buf, rewind = http_hdr_rewind(&txn->req));
Willy Tarreaucde18fc2012-05-30 07:59:54 +02001209
Willy Tarreauefb453c2008-10-26 20:49:47 +01001210 path = http_get_path(txn);
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01001211 len = buffer_count(s->req.buf, path, b_ptr(s->req.buf, txn->req.sl.rq.u + txn->req.sl.rq.u_l));
Willy Tarreaucde18fc2012-05-30 07:59:54 +02001212
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01001213 b_adv(s->req.buf, rewind);
Willy Tarreaucde18fc2012-05-30 07:59:54 +02001214
Willy Tarreauefb453c2008-10-26 20:49:47 +01001215 if (!path)
1216 return;
1217
Willy Tarreau19d14ef2012-10-29 16:51:55 +01001218 if (trash.len + len > trash.size - 4) /* 4 for CRLF-CRLF */
Willy Tarreauefb453c2008-10-26 20:49:47 +01001219 return;
1220
Willy Tarreau19d14ef2012-10-29 16:51:55 +01001221 memcpy(trash.str + trash.len, path, len);
1222 trash.len += len;
Willy Tarreau88d349d2010-01-25 12:15:43 +01001223
1224 if (unlikely(txn->flags & TX_USE_PX_CONN)) {
Willy Tarreau19d14ef2012-10-29 16:51:55 +01001225 memcpy(trash.str + trash.len, "\r\nProxy-Connection: close\r\n\r\n", 29);
1226 trash.len += 29;
Willy Tarreau88d349d2010-01-25 12:15:43 +01001227 } else {
Willy Tarreau19d14ef2012-10-29 16:51:55 +01001228 memcpy(trash.str + trash.len, "\r\nConnection: close\r\n\r\n", 23);
1229 trash.len += 23;
Willy Tarreau88d349d2010-01-25 12:15:43 +01001230 }
Willy Tarreauefb453c2008-10-26 20:49:47 +01001231
1232 /* prepare to return without error. */
Willy Tarreau73b013b2012-05-21 16:31:45 +02001233 si_shutr(si);
1234 si_shutw(si);
Willy Tarreauefb453c2008-10-26 20:49:47 +01001235 si->err_type = SI_ET_NONE;
Willy Tarreauefb453c2008-10-26 20:49:47 +01001236 si->state = SI_ST_CLO;
1237
1238 /* send the message */
Willy Tarreaue7dff022015-04-03 01:14:29 +02001239 http_server_error(s, si, SF_ERR_LOCAL, SF_FINST_C, 302, &trash);
Willy Tarreauefb453c2008-10-26 20:49:47 +01001240
1241 /* FIXME: we should increase a counter of redirects per server and per backend. */
Willy Tarreau4521ba62013-01-24 01:25:25 +01001242 srv_inc_sess_ctr(srv);
Bhaskar Maddalaa20cb852014-02-03 16:26:46 -05001243 srv_set_sess_last(srv);
Willy Tarreauefb453c2008-10-26 20:49:47 +01001244}
1245
Willy Tarreau0cac36f2008-11-30 20:44:17 +01001246/* Return the error message corresponding to si->err_type. It is assumed
Willy Tarreauefb453c2008-10-26 20:49:47 +01001247 * that the server side is closed. Note that err_type is actually a
1248 * bitmask, where almost only aborts may be cumulated with other
1249 * values. We consider that aborted operations are more important
1250 * than timeouts or errors due to the fact that nobody else in the
1251 * logs might explain incomplete retries. All others should avoid
1252 * being cumulated. It should normally not be possible to have multiple
1253 * aborts at once, but just in case, the first one in sequence is reported.
Willy Tarreau6b726ad2013-12-15 19:31:37 +01001254 * Note that connection errors appearing on the second request of a keep-alive
1255 * connection are not reported since this allows the client to retry.
Willy Tarreauefb453c2008-10-26 20:49:47 +01001256 */
Willy Tarreau87b09662015-04-03 00:22:06 +02001257void http_return_srv_error(struct stream *s, struct stream_interface *si)
Willy Tarreauefb453c2008-10-26 20:49:47 +01001258{
Willy Tarreau0cac36f2008-11-30 20:44:17 +01001259 int err_type = si->err_type;
Willy Tarreauefb453c2008-10-26 20:49:47 +01001260
1261 if (err_type & SI_ET_QUEUE_ABRT)
Willy Tarreaue7dff022015-04-03 01:14:29 +02001262 http_server_error(s, si, SF_ERR_CLICL, SF_FINST_Q,
Willy Tarreau783f2582012-09-04 12:19:04 +02001263 503, http_error_message(s, HTTP_ERR_503));
Willy Tarreauefb453c2008-10-26 20:49:47 +01001264 else if (err_type & SI_ET_CONN_ABRT)
Willy Tarreaue7dff022015-04-03 01:14:29 +02001265 http_server_error(s, si, SF_ERR_CLICL, SF_FINST_C,
Willy Tarreaueee5b512015-04-03 23:46:31 +02001266 503, (s->txn->flags & TX_NOT_FIRST) ? NULL :
Willy Tarreau6b726ad2013-12-15 19:31:37 +01001267 http_error_message(s, HTTP_ERR_503));
Willy Tarreauefb453c2008-10-26 20:49:47 +01001268 else if (err_type & SI_ET_QUEUE_TO)
Willy Tarreaue7dff022015-04-03 01:14:29 +02001269 http_server_error(s, si, SF_ERR_SRVTO, SF_FINST_Q,
Willy Tarreau783f2582012-09-04 12:19:04 +02001270 503, http_error_message(s, HTTP_ERR_503));
Willy Tarreauefb453c2008-10-26 20:49:47 +01001271 else if (err_type & SI_ET_QUEUE_ERR)
Willy Tarreaue7dff022015-04-03 01:14:29 +02001272 http_server_error(s, si, SF_ERR_SRVCL, SF_FINST_Q,
Willy Tarreau783f2582012-09-04 12:19:04 +02001273 503, http_error_message(s, HTTP_ERR_503));
Willy Tarreauefb453c2008-10-26 20:49:47 +01001274 else if (err_type & SI_ET_CONN_TO)
Willy Tarreaue7dff022015-04-03 01:14:29 +02001275 http_server_error(s, si, SF_ERR_SRVTO, SF_FINST_C,
Willy Tarreaueee5b512015-04-03 23:46:31 +02001276 503, (s->txn->flags & TX_NOT_FIRST) ? NULL :
Willy Tarreau6b726ad2013-12-15 19:31:37 +01001277 http_error_message(s, HTTP_ERR_503));
Willy Tarreauefb453c2008-10-26 20:49:47 +01001278 else if (err_type & SI_ET_CONN_ERR)
Willy Tarreaue7dff022015-04-03 01:14:29 +02001279 http_server_error(s, si, SF_ERR_SRVCL, SF_FINST_C,
1280 503, (s->flags & SF_SRV_REUSED) ? NULL :
Willy Tarreau6b726ad2013-12-15 19:31:37 +01001281 http_error_message(s, HTTP_ERR_503));
Willy Tarreau2d400bb2012-05-14 12:11:47 +02001282 else if (err_type & SI_ET_CONN_RES)
Willy Tarreaue7dff022015-04-03 01:14:29 +02001283 http_server_error(s, si, SF_ERR_RESOURCE, SF_FINST_C,
Willy Tarreaueee5b512015-04-03 23:46:31 +02001284 503, (s->txn->flags & TX_NOT_FIRST) ? NULL :
Willy Tarreau6b726ad2013-12-15 19:31:37 +01001285 http_error_message(s, HTTP_ERR_503));
Willy Tarreauefb453c2008-10-26 20:49:47 +01001286 else /* SI_ET_CONN_OTHER and others */
Willy Tarreaue7dff022015-04-03 01:14:29 +02001287 http_server_error(s, si, SF_ERR_INTERNAL, SF_FINST_C,
Willy Tarreau783f2582012-09-04 12:19:04 +02001288 500, http_error_message(s, HTTP_ERR_500));
Willy Tarreauefb453c2008-10-26 20:49:47 +01001289}
1290
Willy Tarreau42250582007-04-01 01:30:43 +02001291extern const char sess_term_cond[8];
1292extern const char sess_fin_state[8];
1293extern const char *monthname[12];
Willy Tarreau63986c72015-04-03 22:55:33 +02001294struct pool_head *pool2_http_txn;
Willy Tarreau332f8bf2007-05-13 21:36:56 +02001295struct pool_head *pool2_requri;
Willy Tarreau193b8c62012-11-22 00:17:38 +01001296struct pool_head *pool2_capture = NULL;
William Lallemanda73203e2012-03-12 12:48:57 +01001297struct pool_head *pool2_uniqueid;
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01001298
Willy Tarreau117f59e2007-03-04 18:17:17 +01001299/*
1300 * Capture headers from message starting at <som> according to header list
Willy Tarreau54da8db2014-06-13 16:11:48 +02001301 * <cap_hdr>, and fill the <cap> pointers appropriately.
Willy Tarreau117f59e2007-03-04 18:17:17 +01001302 */
1303void capture_headers(char *som, struct hdr_idx *idx,
1304 char **cap, struct cap_hdr *cap_hdr)
1305{
1306 char *eol, *sol, *col, *sov;
1307 int cur_idx;
1308 struct cap_hdr *h;
1309 int len;
1310
1311 sol = som + hdr_idx_first_pos(idx);
1312 cur_idx = hdr_idx_first_idx(idx);
1313
1314 while (cur_idx) {
1315 eol = sol + idx->v[cur_idx].len;
1316
1317 col = sol;
1318 while (col < eol && *col != ':')
1319 col++;
1320
1321 sov = col + 1;
Willy Tarreau2235b262016-11-05 15:50:20 +01001322 while (sov < eol && HTTP_IS_LWS(*sov))
Willy Tarreau117f59e2007-03-04 18:17:17 +01001323 sov++;
1324
1325 for (h = cap_hdr; h; h = h->next) {
Willy Tarreau54da8db2014-06-13 16:11:48 +02001326 if (h->namelen && (h->namelen == col - sol) &&
Willy Tarreau117f59e2007-03-04 18:17:17 +01001327 (strncasecmp(sol, h->name, h->namelen) == 0)) {
1328 if (cap[h->index] == NULL)
1329 cap[h->index] =
Willy Tarreaucf7f3202007-05-13 22:46:04 +02001330 pool_alloc2(h->pool);
Willy Tarreau117f59e2007-03-04 18:17:17 +01001331
1332 if (cap[h->index] == NULL) {
1333 Alert("HTTP capture : out of memory.\n");
1334 continue;
1335 }
1336
1337 len = eol - sov;
1338 if (len > h->len)
1339 len = h->len;
1340
1341 memcpy(cap[h->index], sov, len);
1342 cap[h->index][len]=0;
1343 }
1344 }
1345 sol = eol + idx->v[cur_idx].cr + 1;
1346 cur_idx = idx->v[cur_idx].next;
1347 }
1348}
1349
1350
Willy Tarreau42250582007-04-01 01:30:43 +02001351/* either we find an LF at <ptr> or we jump to <bad>.
1352 */
Willy Tarreau10e61cb2017-01-04 14:51:22 +01001353#define EXPECT_LF_HERE(ptr, bad, st) do { if (unlikely(*(ptr) != '\n')) { state = st; goto bad;}; } while (0)
Willy Tarreau42250582007-04-01 01:30:43 +02001354
1355/* plays with variables <ptr>, <end> and <state>. Jumps to <good> if OK,
1356 * otherwise to <http_msg_ood> with <state> set to <st>.
1357 */
1358#define EAT_AND_JUMP_OR_RETURN(good, st) do { \
1359 ptr++; \
1360 if (likely(ptr < end)) \
1361 goto good; \
1362 else { \
1363 state = (st); \
1364 goto http_msg_ood; \
1365 } \
1366 } while (0)
1367
1368
Willy Tarreaubaaee002006-06-26 02:48:02 +02001369/*
Willy Tarreaua15645d2007-03-18 16:22:39 +01001370 * This function parses a status line between <ptr> and <end>, starting with
Willy Tarreau8973c702007-01-21 23:58:29 +01001371 * parser state <state>. Only states HTTP_MSG_RPVER, HTTP_MSG_RPVER_SP,
1372 * HTTP_MSG_RPCODE, HTTP_MSG_RPCODE_SP and HTTP_MSG_RPREASON are handled. Others
1373 * will give undefined results.
1374 * Note that it is upon the caller's responsibility to ensure that ptr < end,
1375 * and that msg->sol points to the beginning of the response.
1376 * If a complete line is found (which implies that at least one CR or LF is
1377 * found before <end>, the updated <ptr> is returned, otherwise NULL is
1378 * returned indicating an incomplete line (which does not mean that parts have
1379 * not been updated). In the incomplete case, if <ret_ptr> or <ret_state> are
1380 * non-NULL, they are fed with the new <ptr> and <state> values to be passed
1381 * upon next call.
1382 *
Willy Tarreau9cdde232007-05-02 20:58:19 +02001383 * This function was intentionally designed to be called from
Willy Tarreau8973c702007-01-21 23:58:29 +01001384 * http_msg_analyzer() with the lowest overhead. It should integrate perfectly
1385 * within its state machine and use the same macros, hence the need for same
Willy Tarreau9cdde232007-05-02 20:58:19 +02001386 * labels and variable names. Note that msg->sol is left unchanged.
Willy Tarreau8973c702007-01-21 23:58:29 +01001387 */
Willy Tarreau69d8c5d2012-05-08 09:44:41 +02001388const char *http_parse_stsline(struct http_msg *msg,
Willy Tarreau3770f232013-12-07 00:01:53 +01001389 enum ht_state state, const char *ptr, const char *end,
1390 unsigned int *ret_ptr, enum ht_state *ret_state)
Willy Tarreau8973c702007-01-21 23:58:29 +01001391{
Willy Tarreau9b28e032012-10-12 23:49:43 +02001392 const char *msg_start = msg->chn->buf->p;
Willy Tarreau62f791e2012-03-09 11:32:30 +01001393
Willy Tarreau8973c702007-01-21 23:58:29 +01001394 switch (state) {
Willy Tarreau8973c702007-01-21 23:58:29 +01001395 case HTTP_MSG_RPVER:
Willy Tarreaue3f284a2010-09-28 19:42:42 +02001396 http_msg_rpver:
Willy Tarreau4b89ad42007-03-04 18:13:58 +01001397 if (likely(HTTP_IS_VER_TOKEN(*ptr)))
Willy Tarreau8973c702007-01-21 23:58:29 +01001398 EAT_AND_JUMP_OR_RETURN(http_msg_rpver, HTTP_MSG_RPVER);
1399
1400 if (likely(HTTP_IS_SPHT(*ptr))) {
Willy Tarreauea1175a2012-03-05 15:52:30 +01001401 msg->sl.st.v_l = ptr - msg_start;
Willy Tarreau8973c702007-01-21 23:58:29 +01001402 EAT_AND_JUMP_OR_RETURN(http_msg_rpver_sp, HTTP_MSG_RPVER_SP);
1403 }
Willy Tarreau10e61cb2017-01-04 14:51:22 +01001404 msg->err_state = HTTP_MSG_RPVER;
Willy Tarreau7552c032009-03-01 11:10:40 +01001405 state = HTTP_MSG_ERROR;
1406 break;
1407
Willy Tarreau8973c702007-01-21 23:58:29 +01001408 case HTTP_MSG_RPVER_SP:
Willy Tarreaue3f284a2010-09-28 19:42:42 +02001409 http_msg_rpver_sp:
Willy Tarreau8973c702007-01-21 23:58:29 +01001410 if (likely(!HTTP_IS_LWS(*ptr))) {
Willy Tarreauea1175a2012-03-05 15:52:30 +01001411 msg->sl.st.c = ptr - msg_start;
Willy Tarreau8973c702007-01-21 23:58:29 +01001412 goto http_msg_rpcode;
1413 }
1414 if (likely(HTTP_IS_SPHT(*ptr)))
1415 EAT_AND_JUMP_OR_RETURN(http_msg_rpver_sp, HTTP_MSG_RPVER_SP);
1416 /* so it's a CR/LF, this is invalid */
Willy Tarreau10e61cb2017-01-04 14:51:22 +01001417 msg->err_state = HTTP_MSG_RPVER_SP;
Willy Tarreau7552c032009-03-01 11:10:40 +01001418 state = HTTP_MSG_ERROR;
1419 break;
Willy Tarreau8973c702007-01-21 23:58:29 +01001420
Willy Tarreau8973c702007-01-21 23:58:29 +01001421 case HTTP_MSG_RPCODE:
Willy Tarreaue3f284a2010-09-28 19:42:42 +02001422 http_msg_rpcode:
Willy Tarreau8973c702007-01-21 23:58:29 +01001423 if (likely(!HTTP_IS_LWS(*ptr)))
1424 EAT_AND_JUMP_OR_RETURN(http_msg_rpcode, HTTP_MSG_RPCODE);
1425
1426 if (likely(HTTP_IS_SPHT(*ptr))) {
Willy Tarreauea1175a2012-03-05 15:52:30 +01001427 msg->sl.st.c_l = ptr - msg_start - msg->sl.st.c;
Willy Tarreau8973c702007-01-21 23:58:29 +01001428 EAT_AND_JUMP_OR_RETURN(http_msg_rpcode_sp, HTTP_MSG_RPCODE_SP);
1429 }
1430
1431 /* so it's a CR/LF, so there is no reason phrase */
Willy Tarreauea1175a2012-03-05 15:52:30 +01001432 msg->sl.st.c_l = ptr - msg_start - msg->sl.st.c;
Willy Tarreau8973c702007-01-21 23:58:29 +01001433 http_msg_rsp_reason:
1434 /* FIXME: should we support HTTP responses without any reason phrase ? */
Willy Tarreauea1175a2012-03-05 15:52:30 +01001435 msg->sl.st.r = ptr - msg_start;
Willy Tarreau8973c702007-01-21 23:58:29 +01001436 msg->sl.st.r_l = 0;
1437 goto http_msg_rpline_eol;
1438
Willy Tarreau8973c702007-01-21 23:58:29 +01001439 case HTTP_MSG_RPCODE_SP:
Willy Tarreaue3f284a2010-09-28 19:42:42 +02001440 http_msg_rpcode_sp:
Willy Tarreau8973c702007-01-21 23:58:29 +01001441 if (likely(!HTTP_IS_LWS(*ptr))) {
Willy Tarreauea1175a2012-03-05 15:52:30 +01001442 msg->sl.st.r = ptr - msg_start;
Willy Tarreau8973c702007-01-21 23:58:29 +01001443 goto http_msg_rpreason;
1444 }
1445 if (likely(HTTP_IS_SPHT(*ptr)))
1446 EAT_AND_JUMP_OR_RETURN(http_msg_rpcode_sp, HTTP_MSG_RPCODE_SP);
1447 /* so it's a CR/LF, so there is no reason phrase */
1448 goto http_msg_rsp_reason;
1449
Willy Tarreau8973c702007-01-21 23:58:29 +01001450 case HTTP_MSG_RPREASON:
Willy Tarreaue3f284a2010-09-28 19:42:42 +02001451 http_msg_rpreason:
Willy Tarreau8973c702007-01-21 23:58:29 +01001452 if (likely(!HTTP_IS_CRLF(*ptr)))
1453 EAT_AND_JUMP_OR_RETURN(http_msg_rpreason, HTTP_MSG_RPREASON);
Willy Tarreauea1175a2012-03-05 15:52:30 +01001454 msg->sl.st.r_l = ptr - msg_start - msg->sl.st.r;
Willy Tarreau8973c702007-01-21 23:58:29 +01001455 http_msg_rpline_eol:
1456 /* We have seen the end of line. Note that we do not
1457 * necessarily have the \n yet, but at least we know that we
1458 * have EITHER \r OR \n, otherwise the response would not be
1459 * complete. We can then record the response length and return
1460 * to the caller which will be able to register it.
1461 */
Willy Tarreau3a215be2012-03-09 21:39:51 +01001462 msg->sl.st.l = ptr - msg_start - msg->sol;
Willy Tarreau8973c702007-01-21 23:58:29 +01001463 return ptr;
1464
Willy Tarreau8973c702007-01-21 23:58:29 +01001465 default:
Willy Tarreau3770f232013-12-07 00:01:53 +01001466#ifdef DEBUG_FULL
Willy Tarreau8973c702007-01-21 23:58:29 +01001467 fprintf(stderr, "FIXME !!!! impossible state at %s:%d = %d\n", __FILE__, __LINE__, state);
1468 exit(1);
1469#endif
Willy Tarreau3770f232013-12-07 00:01:53 +01001470 ;
Willy Tarreau8973c702007-01-21 23:58:29 +01001471 }
1472
1473 http_msg_ood:
Willy Tarreau7552c032009-03-01 11:10:40 +01001474 /* out of valid data */
Willy Tarreau8973c702007-01-21 23:58:29 +01001475 if (ret_state)
1476 *ret_state = state;
1477 if (ret_ptr)
Willy Tarreaua458b672012-03-05 11:17:50 +01001478 *ret_ptr = ptr - msg_start;
Willy Tarreau8973c702007-01-21 23:58:29 +01001479 return NULL;
Willy Tarreau8973c702007-01-21 23:58:29 +01001480}
1481
Willy Tarreau8973c702007-01-21 23:58:29 +01001482/*
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01001483 * This function parses a request line between <ptr> and <end>, starting with
1484 * parser state <state>. Only states HTTP_MSG_RQMETH, HTTP_MSG_RQMETH_SP,
1485 * HTTP_MSG_RQURI, HTTP_MSG_RQURI_SP and HTTP_MSG_RQVER are handled. Others
1486 * will give undefined results.
1487 * Note that it is upon the caller's responsibility to ensure that ptr < end,
1488 * and that msg->sol points to the beginning of the request.
1489 * If a complete line is found (which implies that at least one CR or LF is
1490 * found before <end>, the updated <ptr> is returned, otherwise NULL is
1491 * returned indicating an incomplete line (which does not mean that parts have
1492 * not been updated). In the incomplete case, if <ret_ptr> or <ret_state> are
1493 * non-NULL, they are fed with the new <ptr> and <state> values to be passed
1494 * upon next call.
1495 *
Willy Tarreau9cdde232007-05-02 20:58:19 +02001496 * This function was intentionally designed to be called from
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01001497 * http_msg_analyzer() with the lowest overhead. It should integrate perfectly
1498 * within its state machine and use the same macros, hence the need for same
Willy Tarreau9cdde232007-05-02 20:58:19 +02001499 * labels and variable names. Note that msg->sol is left unchanged.
Willy Tarreaubaaee002006-06-26 02:48:02 +02001500 */
Willy Tarreau69d8c5d2012-05-08 09:44:41 +02001501const char *http_parse_reqline(struct http_msg *msg,
Willy Tarreau3770f232013-12-07 00:01:53 +01001502 enum ht_state state, const char *ptr, const char *end,
1503 unsigned int *ret_ptr, enum ht_state *ret_state)
Willy Tarreaubaaee002006-06-26 02:48:02 +02001504{
Willy Tarreau9b28e032012-10-12 23:49:43 +02001505 const char *msg_start = msg->chn->buf->p;
Willy Tarreau62f791e2012-03-09 11:32:30 +01001506
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01001507 switch (state) {
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01001508 case HTTP_MSG_RQMETH:
Willy Tarreaue3f284a2010-09-28 19:42:42 +02001509 http_msg_rqmeth:
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01001510 if (likely(HTTP_IS_TOKEN(*ptr)))
1511 EAT_AND_JUMP_OR_RETURN(http_msg_rqmeth, HTTP_MSG_RQMETH);
Willy Tarreau58f10d72006-12-04 02:26:12 +01001512
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01001513 if (likely(HTTP_IS_SPHT(*ptr))) {
Willy Tarreauea1175a2012-03-05 15:52:30 +01001514 msg->sl.rq.m_l = ptr - msg_start;
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01001515 EAT_AND_JUMP_OR_RETURN(http_msg_rqmeth_sp, HTTP_MSG_RQMETH_SP);
1516 }
Willy Tarreau58f10d72006-12-04 02:26:12 +01001517
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01001518 if (likely(HTTP_IS_CRLF(*ptr))) {
1519 /* HTTP 0.9 request */
Willy Tarreauea1175a2012-03-05 15:52:30 +01001520 msg->sl.rq.m_l = ptr - msg_start;
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01001521 http_msg_req09_uri:
Willy Tarreauea1175a2012-03-05 15:52:30 +01001522 msg->sl.rq.u = ptr - msg_start;
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01001523 http_msg_req09_uri_e:
Willy Tarreauea1175a2012-03-05 15:52:30 +01001524 msg->sl.rq.u_l = ptr - msg_start - msg->sl.rq.u;
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01001525 http_msg_req09_ver:
Willy Tarreauea1175a2012-03-05 15:52:30 +01001526 msg->sl.rq.v = ptr - msg_start;
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01001527 msg->sl.rq.v_l = 0;
1528 goto http_msg_rqline_eol;
1529 }
Willy Tarreau10e61cb2017-01-04 14:51:22 +01001530 msg->err_state = HTTP_MSG_RQMETH;
Willy Tarreau7552c032009-03-01 11:10:40 +01001531 state = HTTP_MSG_ERROR;
1532 break;
1533
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01001534 case HTTP_MSG_RQMETH_SP:
Willy Tarreaue3f284a2010-09-28 19:42:42 +02001535 http_msg_rqmeth_sp:
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01001536 if (likely(!HTTP_IS_LWS(*ptr))) {
Willy Tarreauea1175a2012-03-05 15:52:30 +01001537 msg->sl.rq.u = ptr - msg_start;
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01001538 goto http_msg_rquri;
1539 }
1540 if (likely(HTTP_IS_SPHT(*ptr)))
1541 EAT_AND_JUMP_OR_RETURN(http_msg_rqmeth_sp, HTTP_MSG_RQMETH_SP);
1542 /* so it's a CR/LF, meaning an HTTP 0.9 request */
1543 goto http_msg_req09_uri;
Willy Tarreau58f10d72006-12-04 02:26:12 +01001544
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01001545 case HTTP_MSG_RQURI:
Willy Tarreaue3f284a2010-09-28 19:42:42 +02001546 http_msg_rquri:
Willy Tarreau5f10ea32016-11-05 17:52:06 +01001547#if defined(__x86_64__) || \
1548 defined(__i386__) || defined(__i486__) || defined(__i586__) || defined(__i686__) || \
1549 defined(__ARM_ARCH_7A__)
1550 /* speedup: skip bytes not between 0x21 and 0x7e inclusive */
1551 while (ptr <= end - sizeof(int)) {
1552 int x = *(int *)ptr - 0x21212121;
1553 if (x & 0x80808080)
1554 break;
1555
1556 x -= 0x5e5e5e5e;
1557 if (!(x & 0x80808080))
1558 break;
1559
1560 ptr += sizeof(int);
1561 }
1562#endif
Willy Tarreau2afff9c2017-01-04 14:44:46 +01001563 if (ptr >= end) {
1564 state = HTTP_MSG_RQURI;
1565 goto http_msg_ood;
1566 }
Willy Tarreau5f10ea32016-11-05 17:52:06 +01001567 http_msg_rquri2:
Willy Tarreau2e9506d2012-01-07 23:22:31 +01001568 if (likely((unsigned char)(*ptr - 33) <= 93)) /* 33 to 126 included */
Willy Tarreau5f10ea32016-11-05 17:52:06 +01001569 EAT_AND_JUMP_OR_RETURN(http_msg_rquri2, HTTP_MSG_RQURI);
Willy Tarreau58f10d72006-12-04 02:26:12 +01001570
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01001571 if (likely(HTTP_IS_SPHT(*ptr))) {
Willy Tarreauea1175a2012-03-05 15:52:30 +01001572 msg->sl.rq.u_l = ptr - msg_start - msg->sl.rq.u;
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01001573 EAT_AND_JUMP_OR_RETURN(http_msg_rquri_sp, HTTP_MSG_RQURI_SP);
1574 }
Willy Tarreau58f10d72006-12-04 02:26:12 +01001575
Willy Tarreau2e9506d2012-01-07 23:22:31 +01001576 if (likely((unsigned char)*ptr >= 128)) {
Willy Tarreau422246e2012-01-07 23:54:13 +01001577 /* non-ASCII chars are forbidden unless option
1578 * accept-invalid-http-request is enabled in the frontend.
1579 * In any case, we capture the faulty char.
Willy Tarreau2e9506d2012-01-07 23:22:31 +01001580 */
Willy Tarreau422246e2012-01-07 23:54:13 +01001581 if (msg->err_pos < -1)
1582 goto invalid_char;
1583 if (msg->err_pos == -1)
Willy Tarreau69d8c5d2012-05-08 09:44:41 +02001584 msg->err_pos = ptr - msg_start;
Willy Tarreau2e9506d2012-01-07 23:22:31 +01001585 EAT_AND_JUMP_OR_RETURN(http_msg_rquri, HTTP_MSG_RQURI);
1586 }
1587
1588 if (likely(HTTP_IS_CRLF(*ptr))) {
1589 /* so it's a CR/LF, meaning an HTTP 0.9 request */
1590 goto http_msg_req09_uri_e;
1591 }
1592
1593 /* OK forbidden chars, 0..31 or 127 */
Willy Tarreau422246e2012-01-07 23:54:13 +01001594 invalid_char:
Willy Tarreau69d8c5d2012-05-08 09:44:41 +02001595 msg->err_pos = ptr - msg_start;
Willy Tarreau10e61cb2017-01-04 14:51:22 +01001596 msg->err_state = HTTP_MSG_RQURI;
Willy Tarreau2e9506d2012-01-07 23:22:31 +01001597 state = HTTP_MSG_ERROR;
1598 break;
Willy Tarreau58f10d72006-12-04 02:26:12 +01001599
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01001600 case HTTP_MSG_RQURI_SP:
Willy Tarreaue3f284a2010-09-28 19:42:42 +02001601 http_msg_rquri_sp:
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01001602 if (likely(!HTTP_IS_LWS(*ptr))) {
Willy Tarreauea1175a2012-03-05 15:52:30 +01001603 msg->sl.rq.v = ptr - msg_start;
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01001604 goto http_msg_rqver;
1605 }
1606 if (likely(HTTP_IS_SPHT(*ptr)))
1607 EAT_AND_JUMP_OR_RETURN(http_msg_rquri_sp, HTTP_MSG_RQURI_SP);
1608 /* so it's a CR/LF, meaning an HTTP 0.9 request */
1609 goto http_msg_req09_ver;
Willy Tarreau58f10d72006-12-04 02:26:12 +01001610
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01001611 case HTTP_MSG_RQVER:
Willy Tarreaue3f284a2010-09-28 19:42:42 +02001612 http_msg_rqver:
Willy Tarreau4b89ad42007-03-04 18:13:58 +01001613 if (likely(HTTP_IS_VER_TOKEN(*ptr)))
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01001614 EAT_AND_JUMP_OR_RETURN(http_msg_rqver, HTTP_MSG_RQVER);
Willy Tarreau4b89ad42007-03-04 18:13:58 +01001615
1616 if (likely(HTTP_IS_CRLF(*ptr))) {
Willy Tarreauea1175a2012-03-05 15:52:30 +01001617 msg->sl.rq.v_l = ptr - msg_start - msg->sl.rq.v;
Willy Tarreau4b89ad42007-03-04 18:13:58 +01001618 http_msg_rqline_eol:
1619 /* We have seen the end of line. Note that we do not
1620 * necessarily have the \n yet, but at least we know that we
1621 * have EITHER \r OR \n, otherwise the request would not be
1622 * complete. We can then record the request length and return
1623 * to the caller which will be able to register it.
1624 */
Willy Tarreau3a215be2012-03-09 21:39:51 +01001625 msg->sl.rq.l = ptr - msg_start - msg->sol;
Willy Tarreau4b89ad42007-03-04 18:13:58 +01001626 return ptr;
1627 }
1628
1629 /* neither an HTTP_VER token nor a CRLF */
Willy Tarreau10e61cb2017-01-04 14:51:22 +01001630 msg->err_state = HTTP_MSG_RQVER;
Willy Tarreau7552c032009-03-01 11:10:40 +01001631 state = HTTP_MSG_ERROR;
1632 break;
Willy Tarreau58f10d72006-12-04 02:26:12 +01001633
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01001634 default:
Willy Tarreau3770f232013-12-07 00:01:53 +01001635#ifdef DEBUG_FULL
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01001636 fprintf(stderr, "FIXME !!!! impossible state at %s:%d = %d\n", __FILE__, __LINE__, state);
1637 exit(1);
1638#endif
Willy Tarreau3770f232013-12-07 00:01:53 +01001639 ;
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01001640 }
Willy Tarreau58f10d72006-12-04 02:26:12 +01001641
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01001642 http_msg_ood:
Willy Tarreau7552c032009-03-01 11:10:40 +01001643 /* out of valid data */
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01001644 if (ret_state)
1645 *ret_state = state;
1646 if (ret_ptr)
Willy Tarreaua458b672012-03-05 11:17:50 +01001647 *ret_ptr = ptr - msg_start;
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01001648 return NULL;
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01001649}
Willy Tarreau58f10d72006-12-04 02:26:12 +01001650
Krzysztof Piotr Oledzkif9423ae2010-01-29 19:26:18 +01001651/*
1652 * Returns the data from Authorization header. Function may be called more
1653 * than once so data is stored in txn->auth_data. When no header is found
1654 * or auth method is unknown auth_method is set to HTTP_AUTH_WRONG to avoid
Thierry FOURNIER98d96952014-01-23 12:13:02 +01001655 * searching again for something we are unable to find anyway. However, if
1656 * the result if valid, the cache is not reused because we would risk to
Willy Tarreau87b09662015-04-03 00:22:06 +02001657 * have the credentials overwritten by another stream in parallel.
Krzysztof Piotr Oledzkif9423ae2010-01-29 19:26:18 +01001658 */
1659
Thierry FOURNIER9eec0a62014-01-22 18:38:02 +01001660/* This bufffer is initialized in the file 'src/haproxy.c'. This length is
1661 * set according to global.tune.bufsize.
1662 */
Willy Tarreau7e2c6472012-10-29 20:44:36 +01001663char *get_http_auth_buff;
Krzysztof Piotr Oledzkif9423ae2010-01-29 19:26:18 +01001664
1665int
Willy Tarreau87b09662015-04-03 00:22:06 +02001666get_http_auth(struct stream *s)
Krzysztof Piotr Oledzkif9423ae2010-01-29 19:26:18 +01001667{
1668
Willy Tarreaueee5b512015-04-03 23:46:31 +02001669 struct http_txn *txn = s->txn;
Krzysztof Piotr Oledzkif9423ae2010-01-29 19:26:18 +01001670 struct chunk auth_method;
1671 struct hdr_ctx ctx;
1672 char *h, *p;
1673 int len;
1674
1675#ifdef DEBUG_AUTH
Willy Tarreau87b09662015-04-03 00:22:06 +02001676 printf("Auth for stream %p: %d\n", s, txn->auth.method);
Krzysztof Piotr Oledzkif9423ae2010-01-29 19:26:18 +01001677#endif
1678
1679 if (txn->auth.method == HTTP_AUTH_WRONG)
1680 return 0;
1681
Krzysztof Piotr Oledzkif9423ae2010-01-29 19:26:18 +01001682 txn->auth.method = HTTP_AUTH_WRONG;
1683
1684 ctx.idx = 0;
Willy Tarreau844a7e72010-01-31 21:46:18 +01001685
1686 if (txn->flags & TX_USE_PX_CONN) {
1687 h = "Proxy-Authorization";
1688 len = strlen(h);
1689 } else {
1690 h = "Authorization";
1691 len = strlen(h);
1692 }
1693
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01001694 if (!http_find_header2(h, len, s->req.buf->p, &txn->hdr_idx, &ctx))
Krzysztof Piotr Oledzkif9423ae2010-01-29 19:26:18 +01001695 return 0;
1696
1697 h = ctx.line + ctx.val;
1698
1699 p = memchr(h, ' ', ctx.vlen);
Willy Tarreau5c557d12016-03-13 08:17:02 +01001700 len = p - h;
1701 if (!p || len <= 0)
Krzysztof Piotr Oledzkif9423ae2010-01-29 19:26:18 +01001702 return 0;
1703
David Carlier7365f7d2016-04-04 11:54:42 +01001704 if (chunk_initlen(&auth_method, h, 0, len) != 1)
1705 return 0;
1706
Willy Tarreau5c557d12016-03-13 08:17:02 +01001707 chunk_initlen(&txn->auth.method_data, p + 1, 0, ctx.vlen - len - 1);
Krzysztof Piotr Oledzkif9423ae2010-01-29 19:26:18 +01001708
1709 if (!strncasecmp("Basic", auth_method.str, auth_method.len)) {
1710
1711 len = base64dec(txn->auth.method_data.str, txn->auth.method_data.len,
Willy Tarreau7e2c6472012-10-29 20:44:36 +01001712 get_http_auth_buff, global.tune.bufsize - 1);
Krzysztof Piotr Oledzkif9423ae2010-01-29 19:26:18 +01001713
1714 if (len < 0)
1715 return 0;
1716
1717
1718 get_http_auth_buff[len] = '\0';
1719
1720 p = strchr(get_http_auth_buff, ':');
1721
1722 if (!p)
1723 return 0;
1724
1725 txn->auth.user = get_http_auth_buff;
1726 *p = '\0';
1727 txn->auth.pass = p+1;
1728
1729 txn->auth.method = HTTP_AUTH_BASIC;
1730 return 1;
1731 }
1732
1733 return 0;
1734}
1735
Willy Tarreau58f10d72006-12-04 02:26:12 +01001736
Willy Tarreau8973c702007-01-21 23:58:29 +01001737/*
1738 * This function parses an HTTP message, either a request or a response,
Willy Tarreau8b1323e2012-03-09 14:46:19 +01001739 * depending on the initial msg->msg_state. The caller is responsible for
1740 * ensuring that the message does not wrap. The function can be preempted
1741 * everywhere when data are missing and recalled at the exact same location
1742 * with no information loss. The message may even be realigned between two
1743 * calls. The header index is re-initialized when switching from
Willy Tarreau9cdde232007-05-02 20:58:19 +02001744 * MSG_R[PQ]BEFORE to MSG_RPVER|MSG_RQMETH. It modifies msg->sol among other
Willy Tarreau26927362012-05-18 23:22:52 +02001745 * fields. Note that msg->sol will be initialized after completing the first
1746 * state, so that none of the msg pointers has to be initialized prior to the
1747 * first call.
Willy Tarreau8973c702007-01-21 23:58:29 +01001748 */
Willy Tarreaua560c212012-03-09 13:50:57 +01001749void http_msg_analyzer(struct http_msg *msg, struct hdr_idx *idx)
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01001750{
Willy Tarreau3770f232013-12-07 00:01:53 +01001751 enum ht_state state; /* updated only when leaving the FSM */
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01001752 register char *ptr, *end; /* request pointers, to avoid dereferences */
Willy Tarreaucdbdd522012-10-12 22:51:15 +02001753 struct buffer *buf;
Willy Tarreau58f10d72006-12-04 02:26:12 +01001754
Willy Tarreaub326fcc2007-03-03 13:54:32 +01001755 state = msg->msg_state;
Willy Tarreau9b28e032012-10-12 23:49:43 +02001756 buf = msg->chn->buf;
Willy Tarreaucdbdd522012-10-12 22:51:15 +02001757 ptr = buf->p + msg->next;
1758 end = buf->p + buf->i;
Willy Tarreau58f10d72006-12-04 02:26:12 +01001759
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01001760 if (unlikely(ptr >= end))
1761 goto http_msg_ood;
Willy Tarreau58f10d72006-12-04 02:26:12 +01001762
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01001763 switch (state) {
Willy Tarreau8973c702007-01-21 23:58:29 +01001764 /*
1765 * First, states that are specific to the response only.
1766 * We check them first so that request and headers are
1767 * closer to each other (accessed more often).
1768 */
Willy Tarreau8973c702007-01-21 23:58:29 +01001769 case HTTP_MSG_RPBEFORE:
Willy Tarreaue3f284a2010-09-28 19:42:42 +02001770 http_msg_rpbefore:
Willy Tarreau8973c702007-01-21 23:58:29 +01001771 if (likely(HTTP_IS_TOKEN(*ptr))) {
Willy Tarreau15de77e2010-01-02 21:59:16 +01001772 /* we have a start of message, but we have to check
1773 * first if we need to remove some CRLF. We can only
Willy Tarreau2e046c62012-03-01 16:08:30 +01001774 * do this when o=0.
Willy Tarreau15de77e2010-01-02 21:59:16 +01001775 */
Willy Tarreaucdbdd522012-10-12 22:51:15 +02001776 if (unlikely(ptr != buf->p)) {
1777 if (buf->o)
Willy Tarreau15de77e2010-01-02 21:59:16 +01001778 goto http_msg_ood;
Willy Tarreau1d3bcce2009-12-27 15:50:06 +01001779 /* Remove empty leading lines, as recommended by RFC2616. */
Willy Tarreaucdbdd522012-10-12 22:51:15 +02001780 bi_fast_delete(buf, ptr - buf->p);
Willy Tarreau8973c702007-01-21 23:58:29 +01001781 }
Willy Tarreau26927362012-05-18 23:22:52 +02001782 msg->sol = 0;
Willy Tarreaue92693a2012-09-24 21:13:39 +02001783 msg->sl.st.l = 0; /* used in debug mode */
Willy Tarreau8973c702007-01-21 23:58:29 +01001784 hdr_idx_init(idx);
1785 state = HTTP_MSG_RPVER;
1786 goto http_msg_rpver;
1787 }
1788
Willy Tarreau10e61cb2017-01-04 14:51:22 +01001789 if (unlikely(!HTTP_IS_CRLF(*ptr))) {
1790 state = HTTP_MSG_RPBEFORE;
Willy Tarreau8973c702007-01-21 23:58:29 +01001791 goto http_msg_invalid;
Willy Tarreau10e61cb2017-01-04 14:51:22 +01001792 }
Willy Tarreau8973c702007-01-21 23:58:29 +01001793
1794 if (unlikely(*ptr == '\n'))
1795 EAT_AND_JUMP_OR_RETURN(http_msg_rpbefore, HTTP_MSG_RPBEFORE);
1796 EAT_AND_JUMP_OR_RETURN(http_msg_rpbefore_cr, HTTP_MSG_RPBEFORE_CR);
1797 /* stop here */
1798
Willy Tarreau8973c702007-01-21 23:58:29 +01001799 case HTTP_MSG_RPBEFORE_CR:
Willy Tarreaue3f284a2010-09-28 19:42:42 +02001800 http_msg_rpbefore_cr:
Willy Tarreau10e61cb2017-01-04 14:51:22 +01001801 EXPECT_LF_HERE(ptr, http_msg_invalid, HTTP_MSG_RPBEFORE_CR);
Willy Tarreau8973c702007-01-21 23:58:29 +01001802 EAT_AND_JUMP_OR_RETURN(http_msg_rpbefore, HTTP_MSG_RPBEFORE);
1803 /* stop here */
1804
Willy Tarreau8973c702007-01-21 23:58:29 +01001805 case HTTP_MSG_RPVER:
Willy Tarreaue3f284a2010-09-28 19:42:42 +02001806 http_msg_rpver:
Willy Tarreau8973c702007-01-21 23:58:29 +01001807 case HTTP_MSG_RPVER_SP:
1808 case HTTP_MSG_RPCODE:
1809 case HTTP_MSG_RPCODE_SP:
1810 case HTTP_MSG_RPREASON:
Willy Tarreau69d8c5d2012-05-08 09:44:41 +02001811 ptr = (char *)http_parse_stsline(msg,
Willy Tarreaua458b672012-03-05 11:17:50 +01001812 state, ptr, end,
1813 &msg->next, &msg->msg_state);
Willy Tarreau8973c702007-01-21 23:58:29 +01001814 if (unlikely(!ptr))
1815 return;
1816
1817 /* we have a full response and we know that we have either a CR
1818 * or an LF at <ptr>.
1819 */
Willy Tarreau8973c702007-01-21 23:58:29 +01001820 hdr_idx_set_start(idx, msg->sl.st.l, *ptr == '\r');
1821
Willy Tarreaucdbdd522012-10-12 22:51:15 +02001822 msg->sol = ptr - buf->p;
Willy Tarreau8973c702007-01-21 23:58:29 +01001823 if (likely(*ptr == '\r'))
1824 EAT_AND_JUMP_OR_RETURN(http_msg_rpline_end, HTTP_MSG_RPLINE_END);
1825 goto http_msg_rpline_end;
1826
Willy Tarreau8973c702007-01-21 23:58:29 +01001827 case HTTP_MSG_RPLINE_END:
Willy Tarreaue3f284a2010-09-28 19:42:42 +02001828 http_msg_rpline_end:
Willy Tarreau8973c702007-01-21 23:58:29 +01001829 /* msg->sol must point to the first of CR or LF. */
Willy Tarreau10e61cb2017-01-04 14:51:22 +01001830 EXPECT_LF_HERE(ptr, http_msg_invalid, HTTP_MSG_RPLINE_END);
Willy Tarreau8973c702007-01-21 23:58:29 +01001831 EAT_AND_JUMP_OR_RETURN(http_msg_hdr_first, HTTP_MSG_HDR_FIRST);
1832 /* stop here */
1833
1834 /*
1835 * Second, states that are specific to the request only
1836 */
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01001837 case HTTP_MSG_RQBEFORE:
Willy Tarreaue3f284a2010-09-28 19:42:42 +02001838 http_msg_rqbefore:
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01001839 if (likely(HTTP_IS_TOKEN(*ptr))) {
Willy Tarreau15de77e2010-01-02 21:59:16 +01001840 /* we have a start of message, but we have to check
1841 * first if we need to remove some CRLF. We can only
Willy Tarreau2e046c62012-03-01 16:08:30 +01001842 * do this when o=0.
Willy Tarreau15de77e2010-01-02 21:59:16 +01001843 */
Willy Tarreaucdbdd522012-10-12 22:51:15 +02001844 if (likely(ptr != buf->p)) {
1845 if (buf->o)
Willy Tarreau15de77e2010-01-02 21:59:16 +01001846 goto http_msg_ood;
Willy Tarreau1d3bcce2009-12-27 15:50:06 +01001847 /* Remove empty leading lines, as recommended by RFC2616. */
Willy Tarreaucdbdd522012-10-12 22:51:15 +02001848 bi_fast_delete(buf, ptr - buf->p);
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01001849 }
Willy Tarreau26927362012-05-18 23:22:52 +02001850 msg->sol = 0;
Willy Tarreaue92693a2012-09-24 21:13:39 +02001851 msg->sl.rq.l = 0; /* used in debug mode */
Willy Tarreau8973c702007-01-21 23:58:29 +01001852 state = HTTP_MSG_RQMETH;
1853 goto http_msg_rqmeth;
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01001854 }
Willy Tarreau976f1ee2006-12-17 10:06:03 +01001855
Willy Tarreau10e61cb2017-01-04 14:51:22 +01001856 if (unlikely(!HTTP_IS_CRLF(*ptr))) {
1857 state = HTTP_MSG_RQBEFORE;
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01001858 goto http_msg_invalid;
Willy Tarreau10e61cb2017-01-04 14:51:22 +01001859 }
Willy Tarreau976f1ee2006-12-17 10:06:03 +01001860
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01001861 if (unlikely(*ptr == '\n'))
1862 EAT_AND_JUMP_OR_RETURN(http_msg_rqbefore, HTTP_MSG_RQBEFORE);
1863 EAT_AND_JUMP_OR_RETURN(http_msg_rqbefore_cr, HTTP_MSG_RQBEFORE_CR);
Willy Tarreau8973c702007-01-21 23:58:29 +01001864 /* stop here */
Willy Tarreau976f1ee2006-12-17 10:06:03 +01001865
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01001866 case HTTP_MSG_RQBEFORE_CR:
Willy Tarreaue3f284a2010-09-28 19:42:42 +02001867 http_msg_rqbefore_cr:
Willy Tarreau10e61cb2017-01-04 14:51:22 +01001868 EXPECT_LF_HERE(ptr, http_msg_invalid, HTTP_MSG_RQBEFORE_CR);
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01001869 EAT_AND_JUMP_OR_RETURN(http_msg_rqbefore, HTTP_MSG_RQBEFORE);
Willy Tarreau8973c702007-01-21 23:58:29 +01001870 /* stop here */
Willy Tarreau976f1ee2006-12-17 10:06:03 +01001871
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01001872 case HTTP_MSG_RQMETH:
Willy Tarreaue3f284a2010-09-28 19:42:42 +02001873 http_msg_rqmeth:
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01001874 case HTTP_MSG_RQMETH_SP:
1875 case HTTP_MSG_RQURI:
1876 case HTTP_MSG_RQURI_SP:
1877 case HTTP_MSG_RQVER:
Willy Tarreau69d8c5d2012-05-08 09:44:41 +02001878 ptr = (char *)http_parse_reqline(msg,
Willy Tarreaua458b672012-03-05 11:17:50 +01001879 state, ptr, end,
1880 &msg->next, &msg->msg_state);
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01001881 if (unlikely(!ptr))
1882 return;
Willy Tarreau976f1ee2006-12-17 10:06:03 +01001883
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01001884 /* we have a full request and we know that we have either a CR
1885 * or an LF at <ptr>.
1886 */
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01001887 hdr_idx_set_start(idx, msg->sl.rq.l, *ptr == '\r');
Willy Tarreau976f1ee2006-12-17 10:06:03 +01001888
Willy Tarreaucdbdd522012-10-12 22:51:15 +02001889 msg->sol = ptr - buf->p;
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01001890 if (likely(*ptr == '\r'))
1891 EAT_AND_JUMP_OR_RETURN(http_msg_rqline_end, HTTP_MSG_RQLINE_END);
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01001892 goto http_msg_rqline_end;
Willy Tarreau976f1ee2006-12-17 10:06:03 +01001893
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01001894 case HTTP_MSG_RQLINE_END:
Willy Tarreaue3f284a2010-09-28 19:42:42 +02001895 http_msg_rqline_end:
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01001896 /* check for HTTP/0.9 request : no version information available.
1897 * msg->sol must point to the first of CR or LF.
1898 */
1899 if (unlikely(msg->sl.rq.v_l == 0))
1900 goto http_msg_last_lf;
Willy Tarreau976f1ee2006-12-17 10:06:03 +01001901
Willy Tarreau10e61cb2017-01-04 14:51:22 +01001902 EXPECT_LF_HERE(ptr, http_msg_invalid, HTTP_MSG_RQLINE_END);
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01001903 EAT_AND_JUMP_OR_RETURN(http_msg_hdr_first, HTTP_MSG_HDR_FIRST);
Willy Tarreau8973c702007-01-21 23:58:29 +01001904 /* stop here */
Willy Tarreau976f1ee2006-12-17 10:06:03 +01001905
Willy Tarreau8973c702007-01-21 23:58:29 +01001906 /*
1907 * Common states below
1908 */
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01001909 case HTTP_MSG_HDR_FIRST:
Willy Tarreaue3f284a2010-09-28 19:42:42 +02001910 http_msg_hdr_first:
Willy Tarreaucdbdd522012-10-12 22:51:15 +02001911 msg->sol = ptr - buf->p;
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01001912 if (likely(!HTTP_IS_CRLF(*ptr))) {
1913 goto http_msg_hdr_name;
1914 }
1915
1916 if (likely(*ptr == '\r'))
1917 EAT_AND_JUMP_OR_RETURN(http_msg_last_lf, HTTP_MSG_LAST_LF);
1918 goto http_msg_last_lf;
Willy Tarreau976f1ee2006-12-17 10:06:03 +01001919
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01001920 case HTTP_MSG_HDR_NAME:
Willy Tarreaue3f284a2010-09-28 19:42:42 +02001921 http_msg_hdr_name:
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01001922 /* assumes msg->sol points to the first char */
1923 if (likely(HTTP_IS_TOKEN(*ptr)))
1924 EAT_AND_JUMP_OR_RETURN(http_msg_hdr_name, HTTP_MSG_HDR_NAME);
Willy Tarreau58f10d72006-12-04 02:26:12 +01001925
Willy Tarreaufa4a03c2012-03-09 21:28:54 +01001926 if (likely(*ptr == ':'))
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01001927 EAT_AND_JUMP_OR_RETURN(http_msg_hdr_l1_sp, HTTP_MSG_HDR_L1_SP);
Willy Tarreau58f10d72006-12-04 02:26:12 +01001928
Willy Tarreau10e61cb2017-01-04 14:51:22 +01001929 if (likely(msg->err_pos < -1) || *ptr == '\n') {
1930 state = HTTP_MSG_HDR_NAME;
Willy Tarreau32a4ec02009-04-02 11:35:18 +02001931 goto http_msg_invalid;
Willy Tarreau10e61cb2017-01-04 14:51:22 +01001932 }
Willy Tarreau32a4ec02009-04-02 11:35:18 +02001933
1934 if (msg->err_pos == -1) /* capture error pointer */
Willy Tarreaucdbdd522012-10-12 22:51:15 +02001935 msg->err_pos = ptr - buf->p; /* >= 0 now */
Willy Tarreau32a4ec02009-04-02 11:35:18 +02001936
1937 /* and we still accept this non-token character */
1938 EAT_AND_JUMP_OR_RETURN(http_msg_hdr_name, HTTP_MSG_HDR_NAME);
Willy Tarreau230fd0b2006-12-17 12:05:00 +01001939
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01001940 case HTTP_MSG_HDR_L1_SP:
Willy Tarreaue3f284a2010-09-28 19:42:42 +02001941 http_msg_hdr_l1_sp:
Willy Tarreaufa4a03c2012-03-09 21:28:54 +01001942 /* assumes msg->sol points to the first char */
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01001943 if (likely(HTTP_IS_SPHT(*ptr)))
1944 EAT_AND_JUMP_OR_RETURN(http_msg_hdr_l1_sp, HTTP_MSG_HDR_L1_SP);
Willy Tarreau230fd0b2006-12-17 12:05:00 +01001945
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01001946 /* header value can be basically anything except CR/LF */
Willy Tarreaucdbdd522012-10-12 22:51:15 +02001947 msg->sov = ptr - buf->p;
Willy Tarreau976f1ee2006-12-17 10:06:03 +01001948
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01001949 if (likely(!HTTP_IS_CRLF(*ptr))) {
1950 goto http_msg_hdr_val;
1951 }
1952
1953 if (likely(*ptr == '\r'))
1954 EAT_AND_JUMP_OR_RETURN(http_msg_hdr_l1_lf, HTTP_MSG_HDR_L1_LF);
1955 goto http_msg_hdr_l1_lf;
Willy Tarreau976f1ee2006-12-17 10:06:03 +01001956
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01001957 case HTTP_MSG_HDR_L1_LF:
Willy Tarreaue3f284a2010-09-28 19:42:42 +02001958 http_msg_hdr_l1_lf:
Willy Tarreau10e61cb2017-01-04 14:51:22 +01001959 EXPECT_LF_HERE(ptr, http_msg_invalid, HTTP_MSG_HDR_L1_LF);
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01001960 EAT_AND_JUMP_OR_RETURN(http_msg_hdr_l1_lws, HTTP_MSG_HDR_L1_LWS);
Willy Tarreau976f1ee2006-12-17 10:06:03 +01001961
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01001962 case HTTP_MSG_HDR_L1_LWS:
Willy Tarreaue3f284a2010-09-28 19:42:42 +02001963 http_msg_hdr_l1_lws:
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01001964 if (likely(HTTP_IS_SPHT(*ptr))) {
1965 /* replace HT,CR,LF with spaces */
Willy Tarreaucdbdd522012-10-12 22:51:15 +02001966 for (; buf->p + msg->sov < ptr; msg->sov++)
1967 buf->p[msg->sov] = ' ';
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01001968 goto http_msg_hdr_l1_sp;
1969 }
Willy Tarreauaa9dce32007-03-18 23:50:16 +01001970 /* we had a header consisting only in spaces ! */
Willy Tarreau12e48b32012-03-05 16:57:34 +01001971 msg->eol = msg->sov;
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01001972 goto http_msg_complete_header;
1973
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01001974 case HTTP_MSG_HDR_VAL:
Willy Tarreaue3f284a2010-09-28 19:42:42 +02001975 http_msg_hdr_val:
Willy Tarreaufa4a03c2012-03-09 21:28:54 +01001976 /* assumes msg->sol points to the first char, and msg->sov
1977 * points to the first character of the value.
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01001978 */
Willy Tarreau0431f9d2016-11-05 17:35:40 +01001979
1980 /* speedup: we'll skip packs of 4 or 8 bytes not containing bytes 0x0D
1981 * and lower. In fact since most of the time is spent in the loop, we
1982 * also remove the sign bit test so that bytes 0x8e..0x0d break the
1983 * loop, but we don't care since they're very rare in header values.
1984 */
1985#if defined(__x86_64__)
1986 while (ptr <= end - sizeof(long)) {
1987 if ((*(long *)ptr - 0x0e0e0e0e0e0e0e0eULL) & 0x8080808080808080ULL)
1988 goto http_msg_hdr_val2;
1989 ptr += sizeof(long);
1990 }
1991#endif
1992#if defined(__x86_64__) || \
1993 defined(__i386__) || defined(__i486__) || defined(__i586__) || defined(__i686__) || \
1994 defined(__ARM_ARCH_7A__)
1995 while (ptr <= end - sizeof(int)) {
1996 if ((*(int*)ptr - 0x0e0e0e0e) & 0x80808080)
1997 goto http_msg_hdr_val2;
1998 ptr += sizeof(int);
1999 }
2000#endif
Willy Tarreau2afff9c2017-01-04 14:44:46 +01002001 if (ptr >= end) {
2002 state = HTTP_MSG_HDR_VAL;
2003 goto http_msg_ood;
2004 }
Willy Tarreau0431f9d2016-11-05 17:35:40 +01002005 http_msg_hdr_val2:
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01002006 if (likely(!HTTP_IS_CRLF(*ptr)))
Willy Tarreau0431f9d2016-11-05 17:35:40 +01002007 EAT_AND_JUMP_OR_RETURN(http_msg_hdr_val2, HTTP_MSG_HDR_VAL);
Willy Tarreau976f1ee2006-12-17 10:06:03 +01002008
Willy Tarreaucdbdd522012-10-12 22:51:15 +02002009 msg->eol = ptr - buf->p;
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01002010 /* Note: we could also copy eol into ->eoh so that we have the
2011 * real header end in case it ends with lots of LWS, but is this
2012 * really needed ?
2013 */
2014 if (likely(*ptr == '\r'))
2015 EAT_AND_JUMP_OR_RETURN(http_msg_hdr_l2_lf, HTTP_MSG_HDR_L2_LF);
2016 goto http_msg_hdr_l2_lf;
Willy Tarreau976f1ee2006-12-17 10:06:03 +01002017
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01002018 case HTTP_MSG_HDR_L2_LF:
Willy Tarreaue3f284a2010-09-28 19:42:42 +02002019 http_msg_hdr_l2_lf:
Willy Tarreau10e61cb2017-01-04 14:51:22 +01002020 EXPECT_LF_HERE(ptr, http_msg_invalid, HTTP_MSG_HDR_L2_LF);
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01002021 EAT_AND_JUMP_OR_RETURN(http_msg_hdr_l2_lws, HTTP_MSG_HDR_L2_LWS);
Willy Tarreau976f1ee2006-12-17 10:06:03 +01002022
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01002023 case HTTP_MSG_HDR_L2_LWS:
Willy Tarreaue3f284a2010-09-28 19:42:42 +02002024 http_msg_hdr_l2_lws:
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01002025 if (unlikely(HTTP_IS_SPHT(*ptr))) {
2026 /* LWS: replace HT,CR,LF with spaces */
Willy Tarreaucdbdd522012-10-12 22:51:15 +02002027 for (; buf->p + msg->eol < ptr; msg->eol++)
2028 buf->p[msg->eol] = ' ';
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01002029 goto http_msg_hdr_val;
2030 }
2031 http_msg_complete_header:
2032 /*
2033 * It was a new header, so the last one is finished.
Willy Tarreaufa4a03c2012-03-09 21:28:54 +01002034 * Assumes msg->sol points to the first char, msg->sov points
2035 * to the first character of the value and msg->eol to the
2036 * first CR or LF so we know how the line ends. We insert last
2037 * header into the index.
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01002038 */
Willy Tarreaucdbdd522012-10-12 22:51:15 +02002039 if (unlikely(hdr_idx_add(msg->eol - msg->sol, buf->p[msg->eol] == '\r',
Willy Tarreau10e61cb2017-01-04 14:51:22 +01002040 idx, idx->tail) < 0)) {
2041 state = HTTP_MSG_HDR_L2_LWS;
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01002042 goto http_msg_invalid;
Willy Tarreau10e61cb2017-01-04 14:51:22 +01002043 }
Willy Tarreau230fd0b2006-12-17 12:05:00 +01002044
Willy Tarreaucdbdd522012-10-12 22:51:15 +02002045 msg->sol = ptr - buf->p;
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01002046 if (likely(!HTTP_IS_CRLF(*ptr))) {
2047 goto http_msg_hdr_name;
2048 }
2049
2050 if (likely(*ptr == '\r'))
2051 EAT_AND_JUMP_OR_RETURN(http_msg_last_lf, HTTP_MSG_LAST_LF);
2052 goto http_msg_last_lf;
Willy Tarreau230fd0b2006-12-17 12:05:00 +01002053
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01002054 case HTTP_MSG_LAST_LF:
Willy Tarreaue3f284a2010-09-28 19:42:42 +02002055 http_msg_last_lf:
Willy Tarreau0558a022014-03-13 15:48:45 +01002056 /* Assumes msg->sol points to the first of either CR or LF.
2057 * Sets ->sov and ->next to the total header length, ->eoh to
2058 * the last CRLF, and ->eol to the last CRLF length (1 or 2).
2059 */
Willy Tarreau10e61cb2017-01-04 14:51:22 +01002060 EXPECT_LF_HERE(ptr, http_msg_invalid, HTTP_MSG_LAST_LF);
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01002061 ptr++;
Willy Tarreaucdbdd522012-10-12 22:51:15 +02002062 msg->sov = msg->next = ptr - buf->p;
Willy Tarreau3a215be2012-03-09 21:39:51 +01002063 msg->eoh = msg->sol;
2064 msg->sol = 0;
Willy Tarreau0558a022014-03-13 15:48:45 +01002065 msg->eol = msg->sov - msg->eoh;
Willy Tarreaub326fcc2007-03-03 13:54:32 +01002066 msg->msg_state = HTTP_MSG_BODY;
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01002067 return;
Willy Tarreaub56928a2012-04-16 14:51:55 +02002068
2069 case HTTP_MSG_ERROR:
2070 /* this may only happen if we call http_msg_analyser() twice with an error */
2071 break;
2072
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01002073 default:
Willy Tarreau3770f232013-12-07 00:01:53 +01002074#ifdef DEBUG_FULL
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01002075 fprintf(stderr, "FIXME !!!! impossible state at %s:%d = %d\n", __FILE__, __LINE__, state);
2076 exit(1);
Willy Tarreau230fd0b2006-12-17 12:05:00 +01002077#endif
Willy Tarreau3770f232013-12-07 00:01:53 +01002078 ;
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01002079 }
2080 http_msg_ood:
2081 /* out of data */
Willy Tarreaub326fcc2007-03-03 13:54:32 +01002082 msg->msg_state = state;
Willy Tarreaucdbdd522012-10-12 22:51:15 +02002083 msg->next = ptr - buf->p;
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01002084 return;
Willy Tarreau58f10d72006-12-04 02:26:12 +01002085
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01002086 http_msg_invalid:
2087 /* invalid message */
Willy Tarreau10e61cb2017-01-04 14:51:22 +01002088 msg->err_state = state;
Willy Tarreaub326fcc2007-03-03 13:54:32 +01002089 msg->msg_state = HTTP_MSG_ERROR;
Willy Tarreaucdbdd522012-10-12 22:51:15 +02002090 msg->next = ptr - buf->p;
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01002091 return;
2092}
Alexandre Cassen5eb1a902007-11-29 15:43:32 +01002093
Willy Tarreau2492d5b2009-07-11 00:06:00 +02002094/* convert an HTTP/0.9 request into an HTTP/1.0 request. Returns 1 if the
2095 * conversion succeeded, 0 in case of error. If the request was already 1.X,
2096 * nothing is done and 1 is returned.
2097 */
Willy Tarreau418bfcc2012-03-09 13:56:20 +01002098static int http_upgrade_v09_to_v10(struct http_txn *txn)
Willy Tarreau2492d5b2009-07-11 00:06:00 +02002099{
2100 int delta;
2101 char *cur_end;
Willy Tarreau418bfcc2012-03-09 13:56:20 +01002102 struct http_msg *msg = &txn->req;
Willy Tarreau2492d5b2009-07-11 00:06:00 +02002103
2104 if (msg->sl.rq.v_l != 0)
2105 return 1;
2106
Apollon Oikonomopoulos25a15222014-04-06 02:46:00 +03002107 /* RFC 1945 allows only GET for HTTP/0.9 requests */
2108 if (txn->meth != HTTP_METH_GET)
2109 return 0;
2110
Willy Tarreau9b28e032012-10-12 23:49:43 +02002111 cur_end = msg->chn->buf->p + msg->sl.rq.l;
Willy Tarreau2492d5b2009-07-11 00:06:00 +02002112
2113 if (msg->sl.rq.u_l == 0) {
Apollon Oikonomopoulos25a15222014-04-06 02:46:00 +03002114 /* HTTP/0.9 requests *must* have a request URI, per RFC 1945 */
2115 return 0;
Willy Tarreau2492d5b2009-07-11 00:06:00 +02002116 }
2117 /* add HTTP version */
Willy Tarreau9b28e032012-10-12 23:49:43 +02002118 delta = buffer_replace2(msg->chn->buf, cur_end, cur_end, " HTTP/1.0\r\n", 11);
Willy Tarreaufa355d42009-11-29 18:12:29 +01002119 http_msg_move_end(msg, delta);
Willy Tarreau2492d5b2009-07-11 00:06:00 +02002120 cur_end += delta;
Willy Tarreau69d8c5d2012-05-08 09:44:41 +02002121 cur_end = (char *)http_parse_reqline(msg,
Willy Tarreau2492d5b2009-07-11 00:06:00 +02002122 HTTP_MSG_RQMETH,
Willy Tarreau9b28e032012-10-12 23:49:43 +02002123 msg->chn->buf->p, cur_end + 1,
Willy Tarreau2492d5b2009-07-11 00:06:00 +02002124 NULL, NULL);
2125 if (unlikely(!cur_end))
2126 return 0;
2127
2128 /* we have a full HTTP/1.0 request now and we know that
2129 * we have either a CR or an LF at <ptr>.
2130 */
2131 hdr_idx_set_start(&txn->hdr_idx, msg->sl.rq.l, *cur_end == '\r');
2132 return 1;
2133}
2134
Willy Tarreaubbf0b372010-01-18 16:54:40 +01002135/* Parse the Connection: header of an HTTP request, looking for both "close"
Willy Tarreau6acf7c92012-03-09 13:30:45 +01002136 * and "keep-alive" values. If we already know that some headers may safely
2137 * be removed, we remove them now. The <to_del> flags are used for that :
Willy Tarreaubbf0b372010-01-18 16:54:40 +01002138 * - bit 0 means remove "close" headers (in HTTP/1.0 requests/responses)
2139 * - bit 1 means remove "keep-alive" headers (in HTTP/1.1 reqs/resp to 1.1).
Willy Tarreau50fc7772012-11-11 22:19:57 +01002140 * Presence of the "Upgrade" token is also checked and reported.
Willy Tarreaubbf0b372010-01-18 16:54:40 +01002141 * The TX_HDR_CONN_* flags are adjusted in txn->flags depending on what was
2142 * found, and TX_CON_*_SET is adjusted depending on what is left so only
2143 * harmless combinations may be removed. Do not call that after changes have
Willy Tarreau6acf7c92012-03-09 13:30:45 +01002144 * been processed.
Willy Tarreau5b154472009-12-21 20:11:07 +01002145 */
Willy Tarreau6acf7c92012-03-09 13:30:45 +01002146void http_parse_connection_header(struct http_txn *txn, struct http_msg *msg, int to_del)
Willy Tarreau5b154472009-12-21 20:11:07 +01002147{
Willy Tarreau5b154472009-12-21 20:11:07 +01002148 struct hdr_ctx ctx;
Willy Tarreau88d349d2010-01-25 12:15:43 +01002149 const char *hdr_val = "Connection";
2150 int hdr_len = 10;
Willy Tarreau5b154472009-12-21 20:11:07 +01002151
Willy Tarreaubbf0b372010-01-18 16:54:40 +01002152 if (txn->flags & TX_HDR_CONN_PRS)
Willy Tarreau5b154472009-12-21 20:11:07 +01002153 return;
2154
Willy Tarreau88d349d2010-01-25 12:15:43 +01002155 if (unlikely(txn->flags & TX_USE_PX_CONN)) {
2156 hdr_val = "Proxy-Connection";
2157 hdr_len = 16;
2158 }
2159
Willy Tarreau5b154472009-12-21 20:11:07 +01002160 ctx.idx = 0;
Willy Tarreaubbf0b372010-01-18 16:54:40 +01002161 txn->flags &= ~(TX_CON_KAL_SET|TX_CON_CLO_SET);
Willy Tarreau9b28e032012-10-12 23:49:43 +02002162 while (http_find_header2(hdr_val, hdr_len, msg->chn->buf->p, &txn->hdr_idx, &ctx)) {
Willy Tarreaubbf0b372010-01-18 16:54:40 +01002163 if (ctx.vlen >= 10 && word_match(ctx.line + ctx.val, ctx.vlen, "keep-alive", 10)) {
2164 txn->flags |= TX_HDR_CONN_KAL;
Willy Tarreau6acf7c92012-03-09 13:30:45 +01002165 if (to_del & 2)
2166 http_remove_header2(msg, &txn->hdr_idx, &ctx);
Willy Tarreaubbf0b372010-01-18 16:54:40 +01002167 else
2168 txn->flags |= TX_CON_KAL_SET;
2169 }
2170 else if (ctx.vlen >= 5 && word_match(ctx.line + ctx.val, ctx.vlen, "close", 5)) {
2171 txn->flags |= TX_HDR_CONN_CLO;
Willy Tarreau6acf7c92012-03-09 13:30:45 +01002172 if (to_del & 1)
2173 http_remove_header2(msg, &txn->hdr_idx, &ctx);
Willy Tarreaubbf0b372010-01-18 16:54:40 +01002174 else
2175 txn->flags |= TX_CON_CLO_SET;
2176 }
Willy Tarreau50fc7772012-11-11 22:19:57 +01002177 else if (ctx.vlen >= 7 && word_match(ctx.line + ctx.val, ctx.vlen, "upgrade", 7)) {
2178 txn->flags |= TX_HDR_CONN_UPG;
2179 }
Willy Tarreau5b154472009-12-21 20:11:07 +01002180 }
2181
Willy Tarreaubbf0b372010-01-18 16:54:40 +01002182 txn->flags |= TX_HDR_CONN_PRS;
2183 return;
2184}
Willy Tarreau5b154472009-12-21 20:11:07 +01002185
Willy Tarreaubbf0b372010-01-18 16:54:40 +01002186/* Apply desired changes on the Connection: header. Values may be removed and/or
2187 * added depending on the <wanted> flags, which are exclusively composed of
2188 * TX_CON_CLO_SET and TX_CON_KAL_SET, depending on what flags are desired. The
2189 * TX_CON_*_SET flags are adjusted in txn->flags depending on what is left.
2190 */
Willy Tarreau6acf7c92012-03-09 13:30:45 +01002191void http_change_connection_header(struct http_txn *txn, struct http_msg *msg, int wanted)
Willy Tarreaubbf0b372010-01-18 16:54:40 +01002192{
2193 struct hdr_ctx ctx;
Willy Tarreau88d349d2010-01-25 12:15:43 +01002194 const char *hdr_val = "Connection";
2195 int hdr_len = 10;
Willy Tarreaubbf0b372010-01-18 16:54:40 +01002196
2197 ctx.idx = 0;
2198
Willy Tarreau88d349d2010-01-25 12:15:43 +01002199
2200 if (unlikely(txn->flags & TX_USE_PX_CONN)) {
2201 hdr_val = "Proxy-Connection";
2202 hdr_len = 16;
2203 }
2204
Willy Tarreaubbf0b372010-01-18 16:54:40 +01002205 txn->flags &= ~(TX_CON_CLO_SET | TX_CON_KAL_SET);
Willy Tarreau9b28e032012-10-12 23:49:43 +02002206 while (http_find_header2(hdr_val, hdr_len, msg->chn->buf->p, &txn->hdr_idx, &ctx)) {
Willy Tarreaubbf0b372010-01-18 16:54:40 +01002207 if (ctx.vlen >= 10 && word_match(ctx.line + ctx.val, ctx.vlen, "keep-alive", 10)) {
2208 if (wanted & TX_CON_KAL_SET)
2209 txn->flags |= TX_CON_KAL_SET;
2210 else
Willy Tarreau6acf7c92012-03-09 13:30:45 +01002211 http_remove_header2(msg, &txn->hdr_idx, &ctx);
Willy Tarreau5b154472009-12-21 20:11:07 +01002212 }
Willy Tarreaubbf0b372010-01-18 16:54:40 +01002213 else if (ctx.vlen >= 5 && word_match(ctx.line + ctx.val, ctx.vlen, "close", 5)) {
2214 if (wanted & TX_CON_CLO_SET)
2215 txn->flags |= TX_CON_CLO_SET;
2216 else
Willy Tarreau6acf7c92012-03-09 13:30:45 +01002217 http_remove_header2(msg, &txn->hdr_idx, &ctx);
Willy Tarreau0dfdf192010-01-05 11:33:11 +01002218 }
Willy Tarreau5b154472009-12-21 20:11:07 +01002219 }
Willy Tarreaubbf0b372010-01-18 16:54:40 +01002220
2221 if (wanted == (txn->flags & (TX_CON_CLO_SET|TX_CON_KAL_SET)))
2222 return;
2223
2224 if ((wanted & TX_CON_CLO_SET) && !(txn->flags & TX_CON_CLO_SET)) {
2225 txn->flags |= TX_CON_CLO_SET;
Willy Tarreau88d349d2010-01-25 12:15:43 +01002226 hdr_val = "Connection: close";
2227 hdr_len = 17;
2228 if (unlikely(txn->flags & TX_USE_PX_CONN)) {
2229 hdr_val = "Proxy-Connection: close";
2230 hdr_len = 23;
2231 }
Willy Tarreau6acf7c92012-03-09 13:30:45 +01002232 http_header_add_tail2(msg, &txn->hdr_idx, hdr_val, hdr_len);
Willy Tarreaubbf0b372010-01-18 16:54:40 +01002233 }
2234
2235 if ((wanted & TX_CON_KAL_SET) && !(txn->flags & TX_CON_KAL_SET)) {
2236 txn->flags |= TX_CON_KAL_SET;
Willy Tarreau88d349d2010-01-25 12:15:43 +01002237 hdr_val = "Connection: keep-alive";
2238 hdr_len = 22;
2239 if (unlikely(txn->flags & TX_USE_PX_CONN)) {
2240 hdr_val = "Proxy-Connection: keep-alive";
2241 hdr_len = 28;
2242 }
Willy Tarreau6acf7c92012-03-09 13:30:45 +01002243 http_header_add_tail2(msg, &txn->hdr_idx, hdr_val, hdr_len);
Willy Tarreaubbf0b372010-01-18 16:54:40 +01002244 }
2245 return;
Willy Tarreau5b154472009-12-21 20:11:07 +01002246}
2247
Christopher Faulet113f7de2015-12-14 14:52:13 +01002248/* Parse the chunk size at msg->next. Once done, caller should adjust ->next to
2249 * point to the first byte of data after the chunk size, so that we know we can
2250 * forward exactly msg->next bytes. msg->sol contains the exact number of bytes
2251 * forming the chunk size. That way it is always possible to differentiate
2252 * between the start of the body and the start of the data. Return the number
2253 * of byte parsed on success, 0 when some data is missing, <0 on error. Note:
2254 * this function is designed to parse wrapped CRLF at the end of the buffer.
Willy Tarreau115acb92009-12-26 13:56:06 +01002255 */
Willy Tarreau24e6d972012-10-26 00:49:52 +02002256static inline int http_parse_chunk_size(struct http_msg *msg)
Willy Tarreau115acb92009-12-26 13:56:06 +01002257{
Willy Tarreau9b28e032012-10-12 23:49:43 +02002258 const struct buffer *buf = msg->chn->buf;
Willy Tarreaucdbdd522012-10-12 22:51:15 +02002259 const char *ptr = b_ptr(buf, msg->next);
Willy Tarreau4baf44b2012-03-09 14:10:20 +01002260 const char *ptr_old = ptr;
Willy Tarreaucdbdd522012-10-12 22:51:15 +02002261 const char *end = buf->data + buf->size;
2262 const char *stop = bi_end(buf);
Willy Tarreau115acb92009-12-26 13:56:06 +01002263 unsigned int chunk = 0;
2264
2265 /* The chunk size is in the following form, though we are only
2266 * interested in the size and CRLF :
2267 * 1*HEXDIGIT *WSP *[ ';' extensions ] CRLF
2268 */
2269 while (1) {
2270 int c;
Willy Tarreau363a5bb2012-03-02 20:14:45 +01002271 if (ptr == stop)
Willy Tarreau115acb92009-12-26 13:56:06 +01002272 return 0;
Willy Tarreaud98cf932009-12-27 22:54:55 +01002273 c = hex2i(*ptr);
Willy Tarreau115acb92009-12-26 13:56:06 +01002274 if (c < 0) /* not a hex digit anymore */
2275 break;
Willy Tarreau0161d622013-04-02 01:26:55 +02002276 if (unlikely(++ptr >= end))
Willy Tarreaucdbdd522012-10-12 22:51:15 +02002277 ptr = buf->data;
Willy Tarreau431946e2012-02-24 19:20:12 +01002278 if (chunk & 0xF8000000) /* integer overflow will occur if result >= 2GB */
Willy Tarreaue1582eb2010-12-12 13:10:11 +01002279 goto error;
Willy Tarreau115acb92009-12-26 13:56:06 +01002280 chunk = (chunk << 4) + c;
2281 }
2282
Willy Tarreaud98cf932009-12-27 22:54:55 +01002283 /* empty size not allowed */
Willy Tarreau0161d622013-04-02 01:26:55 +02002284 if (unlikely(ptr == ptr_old))
Willy Tarreaue1582eb2010-12-12 13:10:11 +01002285 goto error;
Willy Tarreaud98cf932009-12-27 22:54:55 +01002286
Willy Tarreau2235b262016-11-05 15:50:20 +01002287 while (HTTP_IS_SPHT(*ptr)) {
Willy Tarreaud98cf932009-12-27 22:54:55 +01002288 if (++ptr >= end)
Willy Tarreaucdbdd522012-10-12 22:51:15 +02002289 ptr = buf->data;
Willy Tarreau0161d622013-04-02 01:26:55 +02002290 if (unlikely(ptr == stop))
Willy Tarreau115acb92009-12-26 13:56:06 +01002291 return 0;
Willy Tarreau115acb92009-12-26 13:56:06 +01002292 }
2293
Willy Tarreaud98cf932009-12-27 22:54:55 +01002294 /* Up to there, we know that at least one byte is present at *ptr. Check
2295 * for the end of chunk size.
2296 */
2297 while (1) {
2298 if (likely(HTTP_IS_CRLF(*ptr))) {
2299 /* we now have a CR or an LF at ptr */
2300 if (likely(*ptr == '\r')) {
2301 if (++ptr >= end)
Willy Tarreaucdbdd522012-10-12 22:51:15 +02002302 ptr = buf->data;
Willy Tarreau363a5bb2012-03-02 20:14:45 +01002303 if (ptr == stop)
Willy Tarreaud98cf932009-12-27 22:54:55 +01002304 return 0;
2305 }
Willy Tarreau115acb92009-12-26 13:56:06 +01002306
Willy Tarreaud98cf932009-12-27 22:54:55 +01002307 if (*ptr != '\n')
Willy Tarreaue1582eb2010-12-12 13:10:11 +01002308 goto error;
Willy Tarreaud98cf932009-12-27 22:54:55 +01002309 if (++ptr >= end)
Willy Tarreaucdbdd522012-10-12 22:51:15 +02002310 ptr = buf->data;
Willy Tarreaud98cf932009-12-27 22:54:55 +01002311 /* done */
2312 break;
2313 }
2314 else if (*ptr == ';') {
2315 /* chunk extension, ends at next CRLF */
2316 if (++ptr >= end)
Willy Tarreaucdbdd522012-10-12 22:51:15 +02002317 ptr = buf->data;
Willy Tarreau363a5bb2012-03-02 20:14:45 +01002318 if (ptr == stop)
Willy Tarreau115acb92009-12-26 13:56:06 +01002319 return 0;
Willy Tarreaud98cf932009-12-27 22:54:55 +01002320
2321 while (!HTTP_IS_CRLF(*ptr)) {
2322 if (++ptr >= end)
Willy Tarreaucdbdd522012-10-12 22:51:15 +02002323 ptr = buf->data;
Willy Tarreau363a5bb2012-03-02 20:14:45 +01002324 if (ptr == stop)
Willy Tarreaud98cf932009-12-27 22:54:55 +01002325 return 0;
2326 }
2327 /* we have a CRLF now, loop above */
2328 continue;
Willy Tarreau115acb92009-12-26 13:56:06 +01002329 }
Willy Tarreaud98cf932009-12-27 22:54:55 +01002330 else
Willy Tarreaue1582eb2010-12-12 13:10:11 +01002331 goto error;
Willy Tarreau115acb92009-12-26 13:56:06 +01002332 }
2333
Christopher Faulet113f7de2015-12-14 14:52:13 +01002334 /* OK we found our CRLF and now <ptr> points to the next byte, which may
2335 * or may not be present. We save the number of bytes parsed into
2336 * msg->sol.
Willy Tarreau115acb92009-12-26 13:56:06 +01002337 */
Willy Tarreauc24715e2014-04-17 15:21:20 +02002338 msg->sol = ptr - ptr_old;
Willy Tarreau0161d622013-04-02 01:26:55 +02002339 if (unlikely(ptr < ptr_old))
Willy Tarreauc24715e2014-04-17 15:21:20 +02002340 msg->sol += buf->size;
Willy Tarreau124d9912011-03-01 20:30:48 +01002341 msg->chunk_len = chunk;
2342 msg->body_len += chunk;
Christopher Faulet113f7de2015-12-14 14:52:13 +01002343 return msg->sol;
Willy Tarreaue1582eb2010-12-12 13:10:11 +01002344 error:
Willy Tarreaucdbdd522012-10-12 22:51:15 +02002345 msg->err_pos = buffer_count(buf, buf->p, ptr);
Willy Tarreaue1582eb2010-12-12 13:10:11 +01002346 return -1;
Willy Tarreau115acb92009-12-26 13:56:06 +01002347}
2348
Christopher Faulet113f7de2015-12-14 14:52:13 +01002349/* This function skips trailers in the buffer associated with HTTP message
2350 * <msg>. The first visited position is msg->next. If the end of the trailers is
2351 * found, the function returns >0. So, the caller can automatically schedul it
2352 * to be forwarded, and switch msg->msg_state to HTTP_MSG_DONE. If not enough
2353 * data are available, the function does not change anything except maybe
2354 * msg->sol if it could parse some lines, and returns zero. If a parse error
2355 * is encountered, the function returns < 0 and does not change anything except
2356 * maybe msg->sol. Note that the message must already be in HTTP_MSG_TRAILERS
2357 * state before calling this function, which implies that all non-trailers data
2358 * have already been scheduled for forwarding, and that msg->next exactly
2359 * matches the length of trailers already parsed and not forwarded. It is also
2360 * important to note that this function is designed to be able to parse wrapped
2361 * headers at end of buffer.
Willy Tarreaud98cf932009-12-27 22:54:55 +01002362 */
Willy Tarreau24e6d972012-10-26 00:49:52 +02002363static int http_forward_trailers(struct http_msg *msg)
Willy Tarreaud98cf932009-12-27 22:54:55 +01002364{
Willy Tarreau9b28e032012-10-12 23:49:43 +02002365 const struct buffer *buf = msg->chn->buf;
Willy Tarreau4baf44b2012-03-09 14:10:20 +01002366
Christopher Faulet113f7de2015-12-14 14:52:13 +01002367 /* we have msg->next which points to next line. Look for CRLF. But
2368 * first, we reset msg->sol */
2369 msg->sol = 0;
Willy Tarreaud98cf932009-12-27 22:54:55 +01002370 while (1) {
Willy Tarreau4baf44b2012-03-09 14:10:20 +01002371 const char *p1 = NULL, *p2 = NULL;
Christopher Faulet2fb28802015-12-01 10:40:57 +01002372 const char *start = b_ptr(buf, msg->next + msg->sol);
2373 const char *stop = bi_end(buf);
2374 const char *ptr = start;
2375 int bytes = 0;
Willy Tarreaud98cf932009-12-27 22:54:55 +01002376
2377 /* scan current line and stop at LF or CRLF */
2378 while (1) {
Willy Tarreau363a5bb2012-03-02 20:14:45 +01002379 if (ptr == stop)
Willy Tarreaud98cf932009-12-27 22:54:55 +01002380 return 0;
2381
2382 if (*ptr == '\n') {
2383 if (!p1)
2384 p1 = ptr;
2385 p2 = ptr;
2386 break;
2387 }
2388
2389 if (*ptr == '\r') {
Willy Tarreaue1582eb2010-12-12 13:10:11 +01002390 if (p1) {
Willy Tarreaucdbdd522012-10-12 22:51:15 +02002391 msg->err_pos = buffer_count(buf, buf->p, ptr);
Willy Tarreaud98cf932009-12-27 22:54:55 +01002392 return -1;
Willy Tarreaue1582eb2010-12-12 13:10:11 +01002393 }
Willy Tarreaud98cf932009-12-27 22:54:55 +01002394 p1 = ptr;
2395 }
2396
2397 ptr++;
Willy Tarreaucdbdd522012-10-12 22:51:15 +02002398 if (ptr >= buf->data + buf->size)
2399 ptr = buf->data;
Willy Tarreaud98cf932009-12-27 22:54:55 +01002400 }
2401
2402 /* after LF; point to beginning of next line */
2403 p2++;
Willy Tarreaucdbdd522012-10-12 22:51:15 +02002404 if (p2 >= buf->data + buf->size)
2405 p2 = buf->data;
Willy Tarreaud98cf932009-12-27 22:54:55 +01002406
Christopher Faulet2fb28802015-12-01 10:40:57 +01002407 bytes = p2 - start;
Willy Tarreau638cd022010-01-03 07:42:04 +01002408 if (bytes < 0)
Willy Tarreaucdbdd522012-10-12 22:51:15 +02002409 bytes += buf->size;
Christopher Faulet2fb28802015-12-01 10:40:57 +01002410 msg->sol += bytes;
Willy Tarreau638cd022010-01-03 07:42:04 +01002411
Christopher Fauletd7c91962015-04-30 11:48:27 +02002412 /* LF/CRLF at beginning of line => end of trailers at p2.
2413 * Everything was scheduled for forwarding, there's nothing left
Christopher Faulet2fb28802015-12-01 10:40:57 +01002414 * from this message. */
2415 if (p1 == start)
Willy Tarreaud98cf932009-12-27 22:54:55 +01002416 return 1;
Christopher Faulet2fb28802015-12-01 10:40:57 +01002417
Willy Tarreaud98cf932009-12-27 22:54:55 +01002418 /* OK, next line then */
Willy Tarreaud98cf932009-12-27 22:54:55 +01002419 }
2420}
2421
Christopher Faulet113f7de2015-12-14 14:52:13 +01002422/* This function may be called only in HTTP_MSG_CHUNK_CRLF. It reads the CRLF or
2423 * a possible LF alone at the end of a chunk. The caller should adjust msg->next
2424 * in order to include this part into the next forwarding phase. Note that the
2425 * caller must ensure that ->p points to the first byte to parse. It returns
2426 * the number of bytes parsed on success, so the caller can set msg_state to
2427 * HTTP_MSG_CHUNK_SIZE. If not enough data are available, the function does not
2428 * change anything and returns zero. If a parse error is encountered, the
2429 * function returns < 0. Note: this function is designed to parse wrapped CRLF
2430 * at the end of the buffer.
Willy Tarreaud98cf932009-12-27 22:54:55 +01002431 */
Willy Tarreau24e6d972012-10-26 00:49:52 +02002432static inline int http_skip_chunk_crlf(struct http_msg *msg)
Willy Tarreaud98cf932009-12-27 22:54:55 +01002433{
Willy Tarreau9b28e032012-10-12 23:49:43 +02002434 const struct buffer *buf = msg->chn->buf;
Willy Tarreau4baf44b2012-03-09 14:10:20 +01002435 const char *ptr;
Willy Tarreaud98cf932009-12-27 22:54:55 +01002436 int bytes;
2437
2438 /* NB: we'll check data availabilty at the end. It's not a
2439 * problem because whatever we match first will be checked
2440 * against the correct length.
2441 */
2442 bytes = 1;
Willy Tarreau0669d7d2014-04-17 11:40:10 +02002443 ptr = b_ptr(buf, msg->next);
Willy Tarreaud98cf932009-12-27 22:54:55 +01002444 if (*ptr == '\r') {
2445 bytes++;
2446 ptr++;
Willy Tarreaucdbdd522012-10-12 22:51:15 +02002447 if (ptr >= buf->data + buf->size)
2448 ptr = buf->data;
Willy Tarreaud98cf932009-12-27 22:54:55 +01002449 }
2450
Willy Tarreau0669d7d2014-04-17 11:40:10 +02002451 if (msg->next + bytes > buf->i)
Willy Tarreaud98cf932009-12-27 22:54:55 +01002452 return 0;
2453
Willy Tarreaue1582eb2010-12-12 13:10:11 +01002454 if (*ptr != '\n') {
Willy Tarreaucdbdd522012-10-12 22:51:15 +02002455 msg->err_pos = buffer_count(buf, buf->p, ptr);
Willy Tarreaud98cf932009-12-27 22:54:55 +01002456 return -1;
Willy Tarreaue1582eb2010-12-12 13:10:11 +01002457 }
Christopher Faulet113f7de2015-12-14 14:52:13 +01002458 return bytes;
Willy Tarreaud98cf932009-12-27 22:54:55 +01002459}
Willy Tarreau5b154472009-12-21 20:11:07 +01002460
Willy Tarreau0e9b1b42014-03-19 12:07:52 +01002461/* Parses a qvalue and returns it multipled by 1000, from 0 to 1000. If the
2462 * value is larger than 1000, it is bound to 1000. The parser consumes up to
2463 * 1 digit, one dot and 3 digits and stops on the first invalid character.
2464 * Unparsable qvalues return 1000 as "q=1.000".
2465 */
Thierry FOURNIERad903512014-04-11 17:51:01 +02002466int parse_qvalue(const char *qvalue, const char **end)
Willy Tarreau0e9b1b42014-03-19 12:07:52 +01002467{
2468 int q = 1000;
2469
Willy Tarreau506c69a2014-07-08 00:59:48 +02002470 if (!isdigit((unsigned char)*qvalue))
Willy Tarreau0e9b1b42014-03-19 12:07:52 +01002471 goto out;
2472 q = (*qvalue++ - '0') * 1000;
2473
2474 if (*qvalue++ != '.')
2475 goto out;
2476
Willy Tarreau506c69a2014-07-08 00:59:48 +02002477 if (!isdigit((unsigned char)*qvalue))
Willy Tarreau0e9b1b42014-03-19 12:07:52 +01002478 goto out;
2479 q += (*qvalue++ - '0') * 100;
2480
Willy Tarreau506c69a2014-07-08 00:59:48 +02002481 if (!isdigit((unsigned char)*qvalue))
Willy Tarreau0e9b1b42014-03-19 12:07:52 +01002482 goto out;
2483 q += (*qvalue++ - '0') * 10;
2484
Willy Tarreau506c69a2014-07-08 00:59:48 +02002485 if (!isdigit((unsigned char)*qvalue))
Willy Tarreau0e9b1b42014-03-19 12:07:52 +01002486 goto out;
2487 q += (*qvalue++ - '0') * 1;
2488 out:
2489 if (q > 1000)
2490 q = 1000;
Willy Tarreau38b3aa52014-04-22 23:32:05 +02002491 if (end)
Thierry FOURNIERad903512014-04-11 17:51:01 +02002492 *end = qvalue;
Willy Tarreau0e9b1b42014-03-19 12:07:52 +01002493 return q;
2494}
William Lallemand82fe75c2012-10-23 10:25:10 +02002495
Willy Tarreau87b09662015-04-03 00:22:06 +02002496void http_adjust_conn_mode(struct stream *s, struct http_txn *txn, struct http_msg *msg)
Willy Tarreau4e21ff92014-09-30 18:44:22 +02002497{
Willy Tarreaud0d8da92015-04-04 02:10:38 +02002498 struct proxy *fe = strm_fe(s);
Willy Tarreau4e21ff92014-09-30 18:44:22 +02002499 int tmp = TX_CON_WANT_KAL;
2500
Willy Tarreaue36cbcb2015-04-03 15:40:56 +02002501 if (!((fe->options2|s->be->options2) & PR_O2_FAKE_KA)) {
2502 if ((fe->options & PR_O_HTTP_MODE) == PR_O_HTTP_TUN ||
Willy Tarreau4e21ff92014-09-30 18:44:22 +02002503 (s->be->options & PR_O_HTTP_MODE) == PR_O_HTTP_TUN)
2504 tmp = TX_CON_WANT_TUN;
2505
Willy Tarreaue36cbcb2015-04-03 15:40:56 +02002506 if ((fe->options & PR_O_HTTP_MODE) == PR_O_HTTP_PCL ||
Willy Tarreau4e21ff92014-09-30 18:44:22 +02002507 (s->be->options & PR_O_HTTP_MODE) == PR_O_HTTP_PCL)
2508 tmp = TX_CON_WANT_TUN;
2509 }
2510
Willy Tarreaue36cbcb2015-04-03 15:40:56 +02002511 if ((fe->options & PR_O_HTTP_MODE) == PR_O_HTTP_SCL ||
Willy Tarreau4e21ff92014-09-30 18:44:22 +02002512 (s->be->options & PR_O_HTTP_MODE) == PR_O_HTTP_SCL) {
2513 /* option httpclose + server_close => forceclose */
Willy Tarreaue36cbcb2015-04-03 15:40:56 +02002514 if ((fe->options & PR_O_HTTP_MODE) == PR_O_HTTP_PCL ||
Willy Tarreau4e21ff92014-09-30 18:44:22 +02002515 (s->be->options & PR_O_HTTP_MODE) == PR_O_HTTP_PCL)
2516 tmp = TX_CON_WANT_CLO;
2517 else
2518 tmp = TX_CON_WANT_SCL;
2519 }
2520
Willy Tarreaue36cbcb2015-04-03 15:40:56 +02002521 if ((fe->options & PR_O_HTTP_MODE) == PR_O_HTTP_FCL ||
Willy Tarreau4e21ff92014-09-30 18:44:22 +02002522 (s->be->options & PR_O_HTTP_MODE) == PR_O_HTTP_FCL)
2523 tmp = TX_CON_WANT_CLO;
2524
2525 if ((txn->flags & TX_CON_WANT_MSK) < tmp)
2526 txn->flags = (txn->flags & ~TX_CON_WANT_MSK) | tmp;
2527
2528 if (!(txn->flags & TX_HDR_CONN_PRS) &&
2529 (txn->flags & TX_CON_WANT_MSK) != TX_CON_WANT_TUN) {
2530 /* parse the Connection header and possibly clean it */
2531 int to_del = 0;
2532 if ((msg->flags & HTTP_MSGF_VER_11) ||
2533 ((txn->flags & TX_CON_WANT_MSK) >= TX_CON_WANT_SCL &&
Willy Tarreaue36cbcb2015-04-03 15:40:56 +02002534 !((fe->options2|s->be->options2) & PR_O2_FAKE_KA)))
Willy Tarreau4e21ff92014-09-30 18:44:22 +02002535 to_del |= 2; /* remove "keep-alive" */
2536 if (!(msg->flags & HTTP_MSGF_VER_11))
2537 to_del |= 1; /* remove "close" */
2538 http_parse_connection_header(txn, msg, to_del);
2539 }
2540
2541 /* check if client or config asks for explicit close in KAL/SCL */
2542 if (((txn->flags & TX_CON_WANT_MSK) == TX_CON_WANT_KAL ||
2543 (txn->flags & TX_CON_WANT_MSK) == TX_CON_WANT_SCL) &&
2544 ((txn->flags & TX_HDR_CONN_CLO) || /* "connection: close" */
2545 (!(msg->flags & HTTP_MSGF_VER_11) && !(txn->flags & TX_HDR_CONN_KAL)) || /* no "connection: k-a" in 1.0 */
2546 !(msg->flags & HTTP_MSGF_XFER_LEN) || /* no length known => close */
Willy Tarreaue36cbcb2015-04-03 15:40:56 +02002547 fe->state == PR_STSTOPPED)) /* frontend is stopping */
Willy Tarreau4e21ff92014-09-30 18:44:22 +02002548 txn->flags = (txn->flags & ~TX_CON_WANT_MSK) | TX_CON_WANT_CLO;
2549}
William Lallemand82fe75c2012-10-23 10:25:10 +02002550
Willy Tarreaud787e662009-07-07 10:14:51 +02002551/* This stream analyser waits for a complete HTTP request. It returns 1 if the
2552 * processing can continue on next analysers, or zero if it either needs more
2553 * data or wants to immediately abort the request (eg: timeout, error, ...). It
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01002554 * is tied to AN_REQ_WAIT_HTTP and may may remove itself from s->req.analysers
Willy Tarreaud787e662009-07-07 10:14:51 +02002555 * when it has nothing left to do, and may remove any analyser when it wants to
2556 * abort.
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01002557 */
Willy Tarreau87b09662015-04-03 00:22:06 +02002558int http_wait_for_request(struct stream *s, struct channel *req, int an_bit)
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01002559{
Willy Tarreau59234e92008-11-30 23:51:27 +01002560 /*
2561 * We will parse the partial (or complete) lines.
2562 * We will check the request syntax, and also join multi-line
2563 * headers. An index of all the lines will be elaborated while
2564 * parsing.
2565 *
2566 * For the parsing, we use a 28 states FSM.
2567 *
2568 * Here is the information we currently have :
Willy Tarreau9b28e032012-10-12 23:49:43 +02002569 * req->buf->p = beginning of request
2570 * req->buf->p + msg->eoh = end of processed headers / start of current one
2571 * req->buf->p + req->buf->i = end of input data
Willy Tarreau26927362012-05-18 23:22:52 +02002572 * msg->eol = end of current header or line (LF or CRLF)
2573 * msg->next = first non-visited byte
Willy Tarreaud787e662009-07-07 10:14:51 +02002574 *
2575 * At end of parsing, we may perform a capture of the error (if any), and
Willy Tarreaue7dff022015-04-03 01:14:29 +02002576 * we will set a few fields (txn->meth, sn->flags/SF_REDIRECTABLE).
Willy Tarreaud787e662009-07-07 10:14:51 +02002577 * We also check for monitor-uri, logging, HTTP/0.9 to 1.0 conversion, and
2578 * finally headers capture.
Willy Tarreau59234e92008-11-30 23:51:27 +01002579 */
Willy Tarreau976f1ee2006-12-17 10:06:03 +01002580
Willy Tarreau59234e92008-11-30 23:51:27 +01002581 int cur_idx;
Willy Tarreaufb0afa72015-04-03 14:46:27 +02002582 struct session *sess = s->sess;
Willy Tarreaueee5b512015-04-03 23:46:31 +02002583 struct http_txn *txn = s->txn;
Willy Tarreau59234e92008-11-30 23:51:27 +01002584 struct http_msg *msg = &txn->req;
Willy Tarreau32b47f42009-10-18 20:55:02 +02002585 struct hdr_ctx ctx;
Willy Tarreau976f1ee2006-12-17 10:06:03 +01002586
Willy Tarreau87b09662015-04-03 00:22:06 +02002587 DPRINTF(stderr,"[%u] %s: stream=%p b=%p, exp(r,w)=%u,%u bf=%08x bh=%d analysers=%02x\n",
Willy Tarreau6bf17362009-02-24 10:48:35 +01002588 now_ms, __FUNCTION__,
2589 s,
2590 req,
2591 req->rex, req->wex,
2592 req->flags,
Willy Tarreau9b28e032012-10-12 23:49:43 +02002593 req->buf->i,
Willy Tarreau6bf17362009-02-24 10:48:35 +01002594 req->analysers);
2595
Willy Tarreau52a0c602009-08-16 22:45:38 +02002596 /* we're speaking HTTP here, so let's speak HTTP to the client */
2597 s->srv_error = http_return_srv_error;
2598
Willy Tarreau83e3af02009-12-28 17:39:57 +01002599 /* There's a protected area at the end of the buffer for rewriting
2600 * purposes. We don't want to start to parse the request if the
2601 * protected area is affected, because we may have to move processed
2602 * data later, which is much more complicated.
2603 */
Willy Tarreau9b28e032012-10-12 23:49:43 +02002604 if (buffer_not_empty(req->buf) && msg->msg_state < HTTP_MSG_ERROR) {
Thierry FOURNIER / OZON.IO4cac3592016-07-28 17:19:45 +02002605
2606 /* This point is executed when some data is avalaible for analysis,
2607 * so we log the end of the idle time. */
2608 if (s->logs.t_idle == -1)
2609 s->logs.t_idle = tv_ms_elapsed(&s->logs.tv_accept, &now) - s->logs.t_handshake;
2610
Willy Tarreau379357a2013-06-08 12:55:46 +02002611 if (txn->flags & TX_NOT_FIRST) {
Willy Tarreauba0902e2015-01-13 14:39:16 +01002612 if (unlikely(!channel_is_rewritable(req))) {
Willy Tarreau03cdb7c2012-08-27 23:14:58 +02002613 if (req->flags & (CF_SHUTW|CF_SHUTW_NOW|CF_WRITE_ERROR|CF_WRITE_TIMEOUT))
Willy Tarreau64648412010-03-05 10:41:54 +01002614 goto failed_keep_alive;
Willy Tarreau2ab6eb12010-01-02 22:04:45 +01002615 /* some data has still not left the buffer, wake us once that's done */
Willy Tarreau8263d2b2012-08-28 00:06:31 +02002616 channel_dont_connect(req);
Willy Tarreau03cdb7c2012-08-27 23:14:58 +02002617 req->flags |= CF_READ_DONTWAIT; /* try to get back here ASAP */
Willy Tarreaud7ad9f52013-12-31 17:26:25 +01002618 req->flags |= CF_WAKE_WRITE;
Willy Tarreau2ab6eb12010-01-02 22:04:45 +01002619 return 0;
2620 }
Willy Tarreau379357a2013-06-08 12:55:46 +02002621 if (unlikely(bi_end(req->buf) < b_ptr(req->buf, msg->next) ||
2622 bi_end(req->buf) > req->buf->data + req->buf->size - global.tune.maxrewrite))
2623 buffer_slow_realign(req->buf);
Willy Tarreau83e3af02009-12-28 17:39:57 +01002624 }
2625
Willy Tarreau065e8332010-01-08 00:30:20 +01002626 /* Note that we have the same problem with the response ; we
2627 * may want to send a redirect, error or anything which requires
2628 * some spare space. So we'll ensure that we have at least
2629 * maxrewrite bytes available in the response buffer before
2630 * processing that one. This will only affect pipelined
2631 * keep-alive requests.
2632 */
2633 if ((txn->flags & TX_NOT_FIRST) &&
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01002634 unlikely(!channel_is_rewritable(&s->res) ||
2635 bi_end(s->res.buf) < b_ptr(s->res.buf, txn->rsp.next) ||
2636 bi_end(s->res.buf) > s->res.buf->data + s->res.buf->size - global.tune.maxrewrite)) {
2637 if (s->res.buf->o) {
2638 if (s->res.flags & (CF_SHUTW|CF_SHUTW_NOW|CF_WRITE_ERROR|CF_WRITE_TIMEOUT))
Willy Tarreau64648412010-03-05 10:41:54 +01002639 goto failed_keep_alive;
Willy Tarreau065e8332010-01-08 00:30:20 +01002640 /* don't let a connection request be initiated */
Willy Tarreau8263d2b2012-08-28 00:06:31 +02002641 channel_dont_connect(req);
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01002642 s->res.flags &= ~CF_EXPECT_MORE; /* speed up sending a previous response */
2643 s->res.flags |= CF_WAKE_WRITE;
2644 s->res.analysers |= an_bit; /* wake us up once it changes */
Willy Tarreau065e8332010-01-08 00:30:20 +01002645 return 0;
2646 }
2647 }
2648
Willy Tarreau9b28e032012-10-12 23:49:43 +02002649 if (likely(msg->next < req->buf->i)) /* some unparsed data are available */
Willy Tarreaua560c212012-03-09 13:50:57 +01002650 http_msg_analyzer(msg, &txn->hdr_idx);
Willy Tarreau83e3af02009-12-28 17:39:57 +01002651 }
2652
Willy Tarreau59234e92008-11-30 23:51:27 +01002653 /* 1: we might have to print this header in debug mode */
2654 if (unlikely((global.mode & MODE_DEBUG) &&
2655 (!(global.mode & MODE_QUIET) || (global.mode & MODE_VERBOSE)) &&
Willy Tarreau7d59e902014-10-21 19:36:09 +02002656 msg->msg_state >= HTTP_MSG_BODY)) {
Willy Tarreau59234e92008-11-30 23:51:27 +01002657 char *eol, *sol;
Willy Tarreau58f10d72006-12-04 02:26:12 +01002658
Willy Tarreau9b28e032012-10-12 23:49:43 +02002659 sol = req->buf->p;
Willy Tarreaue92693a2012-09-24 21:13:39 +02002660 /* this is a bit complex : in case of error on the request line,
2661 * we know that rq.l is still zero, so we display only the part
2662 * up to the end of the line (truncated by debug_hdr).
2663 */
Willy Tarreau9b28e032012-10-12 23:49:43 +02002664 eol = sol + (msg->sl.rq.l ? msg->sl.rq.l : req->buf->i);
Willy Tarreau59234e92008-11-30 23:51:27 +01002665 debug_hdr("clireq", s, sol, eol);
Willy Tarreau45e73e32006-12-17 00:05:15 +01002666
Willy Tarreau59234e92008-11-30 23:51:27 +01002667 sol += hdr_idx_first_pos(&txn->hdr_idx);
2668 cur_idx = hdr_idx_first_idx(&txn->hdr_idx);
Willy Tarreau58f10d72006-12-04 02:26:12 +01002669
Willy Tarreau59234e92008-11-30 23:51:27 +01002670 while (cur_idx) {
2671 eol = sol + txn->hdr_idx.v[cur_idx].len;
2672 debug_hdr("clihdr", s, sol, eol);
2673 sol = eol + txn->hdr_idx.v[cur_idx].cr + 1;
2674 cur_idx = txn->hdr_idx.v[cur_idx].next;
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01002675 }
Willy Tarreau59234e92008-11-30 23:51:27 +01002676 }
2677
Willy Tarreau58f10d72006-12-04 02:26:12 +01002678
Willy Tarreau59234e92008-11-30 23:51:27 +01002679 /*
2680 * Now we quickly check if we have found a full valid request.
2681 * If not so, we check the FD and buffer states before leaving.
2682 * A full request is indicated by the fact that we have seen
Willy Tarreau655dce92009-11-08 13:10:58 +01002683 * the double LF/CRLF, so the state is >= HTTP_MSG_BODY. Invalid
Willy Tarreaud3c343f2010-01-16 10:26:19 +01002684 * requests are checked first. When waiting for a second request
Willy Tarreau87b09662015-04-03 00:22:06 +02002685 * on a keep-alive stream, if we encounter and error, close, t/o,
2686 * we note the error in the stream flags but don't set any state.
Willy Tarreaud3c343f2010-01-16 10:26:19 +01002687 * Since the error will be noted there, it will not be counted by
Willy Tarreau87b09662015-04-03 00:22:06 +02002688 * process_stream() as a frontend error.
Willy Tarreauda7ff642010-06-23 11:44:09 +02002689 * Last, we may increase some tracked counters' http request errors on
2690 * the cases that are deliberately the client's fault. For instance,
2691 * a timeout or connection reset is not counted as an error. However
2692 * a bad request is.
Willy Tarreau59234e92008-11-30 23:51:27 +01002693 */
Willy Tarreau58f10d72006-12-04 02:26:12 +01002694
Willy Tarreau655dce92009-11-08 13:10:58 +01002695 if (unlikely(msg->msg_state < HTTP_MSG_BODY)) {
Willy Tarreau58f10d72006-12-04 02:26:12 +01002696 /*
Willy Tarreau59234e92008-11-30 23:51:27 +01002697 * First, let's catch bad requests.
Willy Tarreau58f10d72006-12-04 02:26:12 +01002698 */
Willy Tarreau3e1b6d12010-03-04 23:02:38 +01002699 if (unlikely(msg->msg_state == HTTP_MSG_ERROR)) {
Willy Tarreau87b09662015-04-03 00:22:06 +02002700 stream_inc_http_req_ctr(s);
2701 stream_inc_http_err_ctr(s);
Willy Tarreaue36cbcb2015-04-03 15:40:56 +02002702 proxy_inc_fe_req_ctr(sess->fe);
Willy Tarreau59234e92008-11-30 23:51:27 +01002703 goto return_bad_req;
Willy Tarreau3e1b6d12010-03-04 23:02:38 +01002704 }
Willy Tarreau58f10d72006-12-04 02:26:12 +01002705
Willy Tarreau59234e92008-11-30 23:51:27 +01002706 /* 1: Since we are in header mode, if there's no space
2707 * left for headers, we won't be able to free more
Willy Tarreau87b09662015-04-03 00:22:06 +02002708 * later, so the stream will never terminate. We
Willy Tarreau59234e92008-11-30 23:51:27 +01002709 * must terminate it now.
2710 */
Willy Tarreau9b28e032012-10-12 23:49:43 +02002711 if (unlikely(buffer_full(req->buf, global.tune.maxrewrite))) {
Willy Tarreau59234e92008-11-30 23:51:27 +01002712 /* FIXME: check if URI is set and return Status
2713 * 414 Request URI too long instead.
Willy Tarreau58f10d72006-12-04 02:26:12 +01002714 */
Willy Tarreau87b09662015-04-03 00:22:06 +02002715 stream_inc_http_req_ctr(s);
2716 stream_inc_http_err_ctr(s);
Willy Tarreaue36cbcb2015-04-03 15:40:56 +02002717 proxy_inc_fe_req_ctr(sess->fe);
Willy Tarreaufec4d892011-09-02 20:04:57 +02002718 if (msg->err_pos < 0)
Willy Tarreau9b28e032012-10-12 23:49:43 +02002719 msg->err_pos = req->buf->i;
Willy Tarreau59234e92008-11-30 23:51:27 +01002720 goto return_bad_req;
2721 }
Willy Tarreau58f10d72006-12-04 02:26:12 +01002722
Willy Tarreau59234e92008-11-30 23:51:27 +01002723 /* 2: have we encountered a read error ? */
Willy Tarreau03cdb7c2012-08-27 23:14:58 +02002724 else if (req->flags & CF_READ_ERROR) {
Willy Tarreaue7dff022015-04-03 01:14:29 +02002725 if (!(s->flags & SF_ERR_MASK))
2726 s->flags |= SF_ERR_CLICL;
Willy Tarreaud3c343f2010-01-16 10:26:19 +01002727
Willy Tarreaufcffa692010-01-10 14:21:19 +01002728 if (txn->flags & TX_WAIT_NEXT_RQ)
Willy Tarreaub608feb2010-01-02 22:47:18 +01002729 goto failed_keep_alive;
2730
Willy Tarreau0f228a02015-05-01 15:37:53 +02002731 if (sess->fe->options & PR_O_IGNORE_PRB)
2732 goto failed_keep_alive;
2733
Willy Tarreau59234e92008-11-30 23:51:27 +01002734 /* we cannot return any message on error */
Willy Tarreauda7ff642010-06-23 11:44:09 +02002735 if (msg->err_pos >= 0) {
Willy Tarreau10e61cb2017-01-04 14:51:22 +01002736 http_capture_bad_message(&sess->fe->invalid_req, s, msg, msg->err_state, sess->fe);
Willy Tarreau87b09662015-04-03 00:22:06 +02002737 stream_inc_http_err_ctr(s);
Willy Tarreauda7ff642010-06-23 11:44:09 +02002738 }
2739
Willy Tarreaudc979f22012-12-04 10:39:01 +01002740 txn->status = 400;
Willy Tarreau10e61cb2017-01-04 14:51:22 +01002741 msg->err_state = msg->msg_state;
Willy Tarreau59234e92008-11-30 23:51:27 +01002742 msg->msg_state = HTTP_MSG_ERROR;
Christopher Fauleta94e5a52015-12-09 15:55:06 +01002743 http_reply_and_close(s, txn->status, NULL);
Christopher Faulet0184ea72017-01-05 14:06:34 +01002744 req->analysers &= AN_REQ_FLT_END;
Willy Tarreau87b09662015-04-03 00:22:06 +02002745 stream_inc_http_req_ctr(s);
Willy Tarreaue36cbcb2015-04-03 15:40:56 +02002746 proxy_inc_fe_req_ctr(sess->fe);
2747 sess->fe->fe_counters.failed_req++;
Willy Tarreaufb0afa72015-04-03 14:46:27 +02002748 if (sess->listener->counters)
2749 sess->listener->counters->failed_req++;
Krzysztof Piotr Oledzkiaeebf9b2009-10-04 15:43:17 +02002750
Willy Tarreaue7dff022015-04-03 01:14:29 +02002751 if (!(s->flags & SF_FINST_MASK))
2752 s->flags |= SF_FINST_R;
Willy Tarreau59234e92008-11-30 23:51:27 +01002753 return 0;
2754 }
Willy Tarreauf9839bd2008-08-27 23:57:16 +02002755
Willy Tarreau59234e92008-11-30 23:51:27 +01002756 /* 3: has the read timeout expired ? */
Willy Tarreau03cdb7c2012-08-27 23:14:58 +02002757 else if (req->flags & CF_READ_TIMEOUT || tick_is_expired(req->analyse_exp, now_ms)) {
Willy Tarreaue7dff022015-04-03 01:14:29 +02002758 if (!(s->flags & SF_ERR_MASK))
2759 s->flags |= SF_ERR_CLITO;
Willy Tarreaud3c343f2010-01-16 10:26:19 +01002760
Willy Tarreaufcffa692010-01-10 14:21:19 +01002761 if (txn->flags & TX_WAIT_NEXT_RQ)
Willy Tarreaub608feb2010-01-02 22:47:18 +01002762 goto failed_keep_alive;
2763
Willy Tarreau0f228a02015-05-01 15:37:53 +02002764 if (sess->fe->options & PR_O_IGNORE_PRB)
2765 goto failed_keep_alive;
2766
Willy Tarreau59234e92008-11-30 23:51:27 +01002767 /* read timeout : give up with an error message. */
Willy Tarreauda7ff642010-06-23 11:44:09 +02002768 if (msg->err_pos >= 0) {
Willy Tarreau10e61cb2017-01-04 14:51:22 +01002769 http_capture_bad_message(&sess->fe->invalid_req, s, msg, msg->err_state, sess->fe);
Willy Tarreau87b09662015-04-03 00:22:06 +02002770 stream_inc_http_err_ctr(s);
Willy Tarreauda7ff642010-06-23 11:44:09 +02002771 }
Willy Tarreau59234e92008-11-30 23:51:27 +01002772 txn->status = 408;
Willy Tarreau10e61cb2017-01-04 14:51:22 +01002773 msg->err_state = msg->msg_state;
Willy Tarreau59234e92008-11-30 23:51:27 +01002774 msg->msg_state = HTTP_MSG_ERROR;
Christopher Fauleta94e5a52015-12-09 15:55:06 +01002775 http_reply_and_close(s, txn->status, http_error_message(s, HTTP_ERR_408));
Christopher Faulet0184ea72017-01-05 14:06:34 +01002776 req->analysers &= AN_REQ_FLT_END;
Krzysztof Piotr Oledzkiaeebf9b2009-10-04 15:43:17 +02002777
Willy Tarreau87b09662015-04-03 00:22:06 +02002778 stream_inc_http_req_ctr(s);
Willy Tarreaue36cbcb2015-04-03 15:40:56 +02002779 proxy_inc_fe_req_ctr(sess->fe);
2780 sess->fe->fe_counters.failed_req++;
Willy Tarreaufb0afa72015-04-03 14:46:27 +02002781 if (sess->listener->counters)
2782 sess->listener->counters->failed_req++;
Krzysztof Piotr Oledzkiaeebf9b2009-10-04 15:43:17 +02002783
Willy Tarreaue7dff022015-04-03 01:14:29 +02002784 if (!(s->flags & SF_FINST_MASK))
2785 s->flags |= SF_FINST_R;
Willy Tarreau59234e92008-11-30 23:51:27 +01002786 return 0;
2787 }
Willy Tarreauc65a3ba2008-08-11 23:42:50 +02002788
Willy Tarreau59234e92008-11-30 23:51:27 +01002789 /* 4: have we encountered a close ? */
Willy Tarreau03cdb7c2012-08-27 23:14:58 +02002790 else if (req->flags & CF_SHUTR) {
Willy Tarreaue7dff022015-04-03 01:14:29 +02002791 if (!(s->flags & SF_ERR_MASK))
2792 s->flags |= SF_ERR_CLICL;
Willy Tarreaud3c343f2010-01-16 10:26:19 +01002793
Willy Tarreaufcffa692010-01-10 14:21:19 +01002794 if (txn->flags & TX_WAIT_NEXT_RQ)
Willy Tarreaub608feb2010-01-02 22:47:18 +01002795 goto failed_keep_alive;
2796
Willy Tarreau0f228a02015-05-01 15:37:53 +02002797 if (sess->fe->options & PR_O_IGNORE_PRB)
2798 goto failed_keep_alive;
2799
Willy Tarreau4076a152009-04-02 15:18:36 +02002800 if (msg->err_pos >= 0)
Willy Tarreau10e61cb2017-01-04 14:51:22 +01002801 http_capture_bad_message(&sess->fe->invalid_req, s, msg, msg->err_state, sess->fe);
Willy Tarreau59234e92008-11-30 23:51:27 +01002802 txn->status = 400;
Willy Tarreau10e61cb2017-01-04 14:51:22 +01002803 msg->err_state = msg->msg_state;
Willy Tarreau59234e92008-11-30 23:51:27 +01002804 msg->msg_state = HTTP_MSG_ERROR;
Christopher Fauleta94e5a52015-12-09 15:55:06 +01002805 http_reply_and_close(s, txn->status, http_error_message(s, HTTP_ERR_400));
Christopher Faulet0184ea72017-01-05 14:06:34 +01002806 req->analysers &= AN_REQ_FLT_END;
Willy Tarreau87b09662015-04-03 00:22:06 +02002807 stream_inc_http_err_ctr(s);
2808 stream_inc_http_req_ctr(s);
Willy Tarreaue36cbcb2015-04-03 15:40:56 +02002809 proxy_inc_fe_req_ctr(sess->fe);
2810 sess->fe->fe_counters.failed_req++;
Willy Tarreaufb0afa72015-04-03 14:46:27 +02002811 if (sess->listener->counters)
2812 sess->listener->counters->failed_req++;
Krzysztof Piotr Oledzkiaeebf9b2009-10-04 15:43:17 +02002813
Willy Tarreaue7dff022015-04-03 01:14:29 +02002814 if (!(s->flags & SF_FINST_MASK))
2815 s->flags |= SF_FINST_R;
Willy Tarreaudafde432008-08-17 01:00:46 +02002816 return 0;
Willy Tarreau58f10d72006-12-04 02:26:12 +01002817 }
2818
Willy Tarreau8263d2b2012-08-28 00:06:31 +02002819 channel_dont_connect(req);
Willy Tarreau03cdb7c2012-08-27 23:14:58 +02002820 req->flags |= CF_READ_DONTWAIT; /* try to get back here ASAP */
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01002821 s->res.flags &= ~CF_EXPECT_MORE; /* speed up sending a previous response */
Willy Tarreau5e205522011-12-17 16:34:27 +01002822#ifdef TCP_QUICKACK
Willy Tarreau9ad7bd42015-04-03 19:19:59 +02002823 if (sess->listener->options & LI_O_NOQUICKACK && req->buf->i &&
2824 objt_conn(sess->origin) && conn_ctrl_ready(__objt_conn(sess->origin))) {
Willy Tarreau5e205522011-12-17 16:34:27 +01002825 /* We need more data, we have to re-enable quick-ack in case we
2826 * previously disabled it, otherwise we might cause the client
2827 * to delay next data.
2828 */
Willy Tarreau9ad7bd42015-04-03 19:19:59 +02002829 setsockopt(__objt_conn(sess->origin)->t.sock.fd, IPPROTO_TCP, TCP_QUICKACK, &one, sizeof(one));
Willy Tarreau5e205522011-12-17 16:34:27 +01002830 }
2831#endif
Willy Tarreau1b194fe2009-03-21 21:10:04 +01002832
Willy Tarreaufcffa692010-01-10 14:21:19 +01002833 if ((msg->msg_state != HTTP_MSG_RQBEFORE) && (txn->flags & TX_WAIT_NEXT_RQ)) {
2834 /* If the client starts to talk, let's fall back to
2835 * request timeout processing.
2836 */
2837 txn->flags &= ~TX_WAIT_NEXT_RQ;
Willy Tarreaub16a5742010-01-10 14:46:16 +01002838 req->analyse_exp = TICK_ETERNITY;
Willy Tarreaufcffa692010-01-10 14:21:19 +01002839 }
2840
Willy Tarreau59234e92008-11-30 23:51:27 +01002841 /* just set the request timeout once at the beginning of the request */
Willy Tarreaub16a5742010-01-10 14:46:16 +01002842 if (!tick_isset(req->analyse_exp)) {
2843 if ((msg->msg_state == HTTP_MSG_RQBEFORE) &&
2844 (txn->flags & TX_WAIT_NEXT_RQ) &&
2845 tick_isset(s->be->timeout.httpka))
2846 req->analyse_exp = tick_add(now_ms, s->be->timeout.httpka);
2847 else
2848 req->analyse_exp = tick_add_ifset(now_ms, s->be->timeout.httpreq);
2849 }
Willy Tarreau58f10d72006-12-04 02:26:12 +01002850
Willy Tarreau59234e92008-11-30 23:51:27 +01002851 /* we're not ready yet */
2852 return 0;
Willy Tarreaub608feb2010-01-02 22:47:18 +01002853
2854 failed_keep_alive:
2855 /* Here we process low-level errors for keep-alive requests. In
2856 * short, if the request is not the first one and it experiences
2857 * a timeout, read error or shutdown, we just silently close so
2858 * that the client can try again.
2859 */
2860 txn->status = 0;
2861 msg->msg_state = HTTP_MSG_RQBEFORE;
Christopher Faulet0184ea72017-01-05 14:06:34 +01002862 req->analysers &= AN_REQ_FLT_END;
Willy Tarreaub608feb2010-01-02 22:47:18 +01002863 s->logs.logwait = 0;
Willy Tarreauabcd5142013-06-11 17:18:02 +02002864 s->logs.level = 0;
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01002865 s->res.flags &= ~CF_EXPECT_MORE; /* speed up sending a previous response */
Christopher Fauleta94e5a52015-12-09 15:55:06 +01002866 http_reply_and_close(s, txn->status, NULL);
Willy Tarreaub608feb2010-01-02 22:47:18 +01002867 return 0;
Willy Tarreau59234e92008-11-30 23:51:27 +01002868 }
Willy Tarreau58f10d72006-12-04 02:26:12 +01002869
Willy Tarreaud787e662009-07-07 10:14:51 +02002870 /* OK now we have a complete HTTP request with indexed headers. Let's
2871 * complete the request parsing by setting a few fields we will need
Willy Tarreau9b28e032012-10-12 23:49:43 +02002872 * later. At this point, we have the last CRLF at req->buf->data + msg->eoh.
Willy Tarreaufa355d42009-11-29 18:12:29 +01002873 * If the request is in HTTP/0.9 form, the rule is still true, and eoh
Willy Tarreaua458b672012-03-05 11:17:50 +01002874 * points to the CRLF of the request line. msg->next points to the first
Willy Tarreaufa4a03c2012-03-09 21:28:54 +01002875 * byte after the last LF. msg->sov points to the first byte of data.
2876 * msg->eol cannot be trusted because it may have been left uninitialized
2877 * (for instance in the absence of headers).
Willy Tarreaud787e662009-07-07 10:14:51 +02002878 */
Willy Tarreau9cdde232007-05-02 20:58:19 +02002879
Willy Tarreau87b09662015-04-03 00:22:06 +02002880 stream_inc_http_req_ctr(s);
Willy Tarreaue36cbcb2015-04-03 15:40:56 +02002881 proxy_inc_fe_req_ctr(sess->fe); /* one more valid request for this FE */
Willy Tarreaud9b587f2010-02-26 10:05:55 +01002882
Willy Tarreaub16a5742010-01-10 14:46:16 +01002883 if (txn->flags & TX_WAIT_NEXT_RQ) {
2884 /* kill the pending keep-alive timeout */
2885 txn->flags &= ~TX_WAIT_NEXT_RQ;
2886 req->analyse_exp = TICK_ETERNITY;
2887 }
2888
2889
Willy Tarreaud787e662009-07-07 10:14:51 +02002890 /* Maybe we found in invalid header name while we were configured not
2891 * to block on that, so we have to capture it now.
2892 */
2893 if (unlikely(msg->err_pos >= 0))
Willy Tarreau10e61cb2017-01-04 14:51:22 +01002894 http_capture_bad_message(&sess->fe->invalid_req, s, msg, msg->err_state, sess->fe);
Willy Tarreau4076a152009-04-02 15:18:36 +02002895
Willy Tarreau59234e92008-11-30 23:51:27 +01002896 /*
2897 * 1: identify the method
2898 */
Willy Tarreau9b28e032012-10-12 23:49:43 +02002899 txn->meth = find_http_meth(req->buf->p, msg->sl.rq.m_l);
Willy Tarreau59234e92008-11-30 23:51:27 +01002900
2901 /* we can make use of server redirect on GET and HEAD */
2902 if (txn->meth == HTTP_METH_GET || txn->meth == HTTP_METH_HEAD)
Willy Tarreaue7dff022015-04-03 01:14:29 +02002903 s->flags |= SF_REDIRECTABLE;
Willy Tarreaufa7e1022008-10-19 07:30:41 +02002904
Willy Tarreau59234e92008-11-30 23:51:27 +01002905 /*
2906 * 2: check if the URI matches the monitor_uri.
2907 * We have to do this for every request which gets in, because
2908 * the monitor-uri is defined by the frontend.
2909 */
Willy Tarreaue36cbcb2015-04-03 15:40:56 +02002910 if (unlikely((sess->fe->monitor_uri_len != 0) &&
2911 (sess->fe->monitor_uri_len == msg->sl.rq.u_l) &&
Willy Tarreau9b28e032012-10-12 23:49:43 +02002912 !memcmp(req->buf->p + msg->sl.rq.u,
Willy Tarreaue36cbcb2015-04-03 15:40:56 +02002913 sess->fe->monitor_uri,
2914 sess->fe->monitor_uri_len))) {
Willy Tarreau58f10d72006-12-04 02:26:12 +01002915 /*
Willy Tarreau59234e92008-11-30 23:51:27 +01002916 * We have found the monitor URI
Willy Tarreau58f10d72006-12-04 02:26:12 +01002917 */
Willy Tarreau59234e92008-11-30 23:51:27 +01002918 struct acl_cond *cond;
Willy Tarreaub80c2302007-11-30 20:51:32 +01002919
Willy Tarreaue7dff022015-04-03 01:14:29 +02002920 s->flags |= SF_MONITOR;
Willy Tarreaue36cbcb2015-04-03 15:40:56 +02002921 sess->fe->fe_counters.intercepted_req++;
Willy Tarreaub80c2302007-11-30 20:51:32 +01002922
Willy Tarreau59234e92008-11-30 23:51:27 +01002923 /* Check if we want to fail this monitor request or not */
Willy Tarreaue36cbcb2015-04-03 15:40:56 +02002924 list_for_each_entry(cond, &sess->fe->mon_fail_cond, list) {
Willy Tarreau192252e2015-04-04 01:47:55 +02002925 int ret = acl_exec_cond(cond, sess->fe, sess, s, SMP_OPT_DIR_REQ|SMP_OPT_FINAL);
Willy Tarreau11382812008-07-09 16:18:21 +02002926
Willy Tarreau59234e92008-11-30 23:51:27 +01002927 ret = acl_pass(ret);
2928 if (cond->pol == ACL_COND_UNLESS)
2929 ret = !ret;
Willy Tarreaub80c2302007-11-30 20:51:32 +01002930
Willy Tarreau59234e92008-11-30 23:51:27 +01002931 if (ret) {
2932 /* we fail this request, let's return 503 service unavail */
2933 txn->status = 503;
Christopher Fauleta94e5a52015-12-09 15:55:06 +01002934 http_reply_and_close(s, txn->status, http_error_message(s, HTTP_ERR_503));
Willy Tarreaue7dff022015-04-03 01:14:29 +02002935 if (!(s->flags & SF_ERR_MASK))
2936 s->flags |= SF_ERR_LOCAL; /* we don't want a real error here */
Willy Tarreau59234e92008-11-30 23:51:27 +01002937 goto return_prx_cond;
Willy Tarreaub80c2302007-11-30 20:51:32 +01002938 }
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01002939 }
Willy Tarreaua5555ec2008-11-30 19:02:32 +01002940
Willy Tarreau59234e92008-11-30 23:51:27 +01002941 /* nothing to fail, let's reply normaly */
2942 txn->status = 200;
Christopher Fauleta94e5a52015-12-09 15:55:06 +01002943 http_reply_and_close(s, txn->status, http_error_message(s, HTTP_ERR_200));
Willy Tarreaue7dff022015-04-03 01:14:29 +02002944 if (!(s->flags & SF_ERR_MASK))
2945 s->flags |= SF_ERR_LOCAL; /* we don't want a real error here */
Willy Tarreau59234e92008-11-30 23:51:27 +01002946 goto return_prx_cond;
2947 }
2948
2949 /*
2950 * 3: Maybe we have to copy the original REQURI for the logs ?
2951 * Note: we cannot log anymore if the request has been
2952 * classified as invalid.
2953 */
2954 if (unlikely(s->logs.logwait & LW_REQ)) {
2955 /* we have a complete HTTP request that we must log */
2956 if ((txn->uri = pool_alloc2(pool2_requri)) != NULL) {
2957 int urilen = msg->sl.rq.l;
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01002958
Willy Tarreau59234e92008-11-30 23:51:27 +01002959 if (urilen >= REQURI_LEN)
2960 urilen = REQURI_LEN - 1;
Willy Tarreau9b28e032012-10-12 23:49:43 +02002961 memcpy(txn->uri, req->buf->p, urilen);
Willy Tarreau59234e92008-11-30 23:51:27 +01002962 txn->uri[urilen] = 0;
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01002963
Willy Tarreaud79a3b22012-12-28 09:40:16 +01002964 if (!(s->logs.logwait &= ~(LW_REQ|LW_INIT)))
Willy Tarreau59234e92008-11-30 23:51:27 +01002965 s->do_log(s);
2966 } else {
2967 Alert("HTTP logging : out of memory.\n");
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01002968 }
Willy Tarreau59234e92008-11-30 23:51:27 +01002969 }
Willy Tarreau06619262006-12-17 08:37:22 +01002970
Willy Tarreau91852eb2015-05-01 13:26:00 +02002971 /* RFC7230#2.6 has enforced the format of the HTTP version string to be
2972 * exactly one digit "." one digit. This check may be disabled using
2973 * option accept-invalid-http-request.
2974 */
2975 if (!(sess->fe->options2 & PR_O2_REQBUG_OK)) {
2976 if (msg->sl.rq.v_l != 8) {
2977 msg->err_pos = msg->sl.rq.v;
2978 goto return_bad_req;
2979 }
2980
2981 if (req->buf->p[msg->sl.rq.v + 4] != '/' ||
2982 !isdigit((unsigned char)req->buf->p[msg->sl.rq.v + 5]) ||
2983 req->buf->p[msg->sl.rq.v + 6] != '.' ||
2984 !isdigit((unsigned char)req->buf->p[msg->sl.rq.v + 7])) {
2985 msg->err_pos = msg->sl.rq.v + 4;
2986 goto return_bad_req;
2987 }
2988 }
Willy Tarreau13317662015-05-01 13:47:08 +02002989 else {
2990 /* 4. We may have to convert HTTP/0.9 requests to HTTP/1.0 */
2991 if (unlikely(msg->sl.rq.v_l == 0) && !http_upgrade_v09_to_v10(txn))
2992 goto return_bad_req;
2993 }
Willy Tarreau91852eb2015-05-01 13:26:00 +02002994
Willy Tarreau5b154472009-12-21 20:11:07 +01002995 /* ... and check if the request is HTTP/1.1 or above */
2996 if ((msg->sl.rq.v_l == 8) &&
Willy Tarreau9b28e032012-10-12 23:49:43 +02002997 ((req->buf->p[msg->sl.rq.v + 5] > '1') ||
2998 ((req->buf->p[msg->sl.rq.v + 5] == '1') &&
2999 (req->buf->p[msg->sl.rq.v + 7] >= '1'))))
Willy Tarreaua36fc4d2012-02-17 17:39:37 +01003000 msg->flags |= HTTP_MSGF_VER_11;
Willy Tarreau5b154472009-12-21 20:11:07 +01003001
3002 /* "connection" has not been parsed yet */
Willy Tarreau50fc7772012-11-11 22:19:57 +01003003 txn->flags &= ~(TX_HDR_CONN_PRS | TX_HDR_CONN_CLO | TX_HDR_CONN_KAL | TX_HDR_CONN_UPG);
Willy Tarreau5b154472009-12-21 20:11:07 +01003004
Willy Tarreau88d349d2010-01-25 12:15:43 +01003005 /* if the frontend has "option http-use-proxy-header", we'll check if
3006 * we have what looks like a proxied connection instead of a connection,
3007 * and in this case set the TX_USE_PX_CONN flag to use Proxy-connection.
3008 * Note that this is *not* RFC-compliant, however browsers and proxies
3009 * happen to do that despite being non-standard :-(
3010 * We consider that a request not beginning with either '/' or '*' is
3011 * a proxied connection, which covers both "scheme://location" and
3012 * CONNECT ip:port.
3013 */
Willy Tarreaue36cbcb2015-04-03 15:40:56 +02003014 if ((sess->fe->options2 & PR_O2_USE_PXHDR) &&
Willy Tarreau9b28e032012-10-12 23:49:43 +02003015 req->buf->p[msg->sl.rq.u] != '/' && req->buf->p[msg->sl.rq.u] != '*')
Willy Tarreau88d349d2010-01-25 12:15:43 +01003016 txn->flags |= TX_USE_PX_CONN;
3017
Willy Tarreaue8e785b2009-12-26 15:34:26 +01003018 /* transfer length unknown*/
Willy Tarreaua36fc4d2012-02-17 17:39:37 +01003019 msg->flags &= ~HTTP_MSGF_XFER_LEN;
Willy Tarreaue8e785b2009-12-26 15:34:26 +01003020
Willy Tarreau59234e92008-11-30 23:51:27 +01003021 /* 5: we may need to capture headers */
Willy Tarreaucb7dd012015-04-03 22:16:32 +02003022 if (unlikely((s->logs.logwait & LW_REQHDR) && s->req_cap))
Willy Tarreau9b28e032012-10-12 23:49:43 +02003023 capture_headers(req->buf->p, &txn->hdr_idx,
Willy Tarreaucb7dd012015-04-03 22:16:32 +02003024 s->req_cap, sess->fe->req_cap);
Willy Tarreau11382812008-07-09 16:18:21 +02003025
Willy Tarreau557f1992015-05-01 10:05:17 +02003026 /* 6: determine the transfer-length according to RFC2616 #4.4, updated
3027 * by RFC7230#3.3.3 :
Willy Tarreaue8e785b2009-12-26 15:34:26 +01003028 *
Willy Tarreau557f1992015-05-01 10:05:17 +02003029 * The length of a message body is determined by one of the following
3030 * (in order of precedence):
Willy Tarreau32b47f42009-10-18 20:55:02 +02003031 *
Willy Tarreau557f1992015-05-01 10:05:17 +02003032 * 1. Any response to a HEAD request and any response with a 1xx
3033 * (Informational), 204 (No Content), or 304 (Not Modified) status
3034 * code is always terminated by the first empty line after the
3035 * header fields, regardless of the header fields present in the
3036 * message, and thus cannot contain a message body.
Willy Tarreau32b47f42009-10-18 20:55:02 +02003037 *
Willy Tarreau557f1992015-05-01 10:05:17 +02003038 * 2. Any 2xx (Successful) response to a CONNECT request implies that
3039 * the connection will become a tunnel immediately after the empty
3040 * line that concludes the header fields. A client MUST ignore any
3041 * Content-Length or Transfer-Encoding header fields received in
3042 * such a message.
Willy Tarreaue8e785b2009-12-26 15:34:26 +01003043 *
Willy Tarreau557f1992015-05-01 10:05:17 +02003044 * 3. If a Transfer-Encoding header field is present and the chunked
3045 * transfer coding (Section 4.1) is the final encoding, the message
3046 * body length is determined by reading and decoding the chunked
3047 * data until the transfer coding indicates the data is complete.
3048 *
3049 * If a Transfer-Encoding header field is present in a response and
3050 * the chunked transfer coding is not the final encoding, the
3051 * message body length is determined by reading the connection until
3052 * it is closed by the server. If a Transfer-Encoding header field
3053 * is present in a request and the chunked transfer coding is not
3054 * the final encoding, the message body length cannot be determined
3055 * reliably; the server MUST respond with the 400 (Bad Request)
3056 * status code and then close the connection.
3057 *
3058 * If a message is received with both a Transfer-Encoding and a
3059 * Content-Length header field, the Transfer-Encoding overrides the
3060 * Content-Length. Such a message might indicate an attempt to
3061 * perform request smuggling (Section 9.5) or response splitting
3062 * (Section 9.4) and ought to be handled as an error. A sender MUST
3063 * remove the received Content-Length field prior to forwarding such
3064 * a message downstream.
3065 *
3066 * 4. If a message is received without Transfer-Encoding and with
3067 * either multiple Content-Length header fields having differing
3068 * field-values or a single Content-Length header field having an
3069 * invalid value, then the message framing is invalid and the
3070 * recipient MUST treat it as an unrecoverable error. If this is a
3071 * request message, the server MUST respond with a 400 (Bad Request)
3072 * status code and then close the connection. If this is a response
3073 * message received by a proxy, the proxy MUST close the connection
3074 * to the server, discard the received response, and send a 502 (Bad
3075 * Gateway) response to the client. If this is a response message
3076 * received by a user agent, the user agent MUST close the
3077 * connection to the server and discard the received response.
3078 *
3079 * 5. If a valid Content-Length header field is present without
3080 * Transfer-Encoding, its decimal value defines the expected message
3081 * body length in octets. If the sender closes the connection or
3082 * the recipient times out before the indicated number of octets are
3083 * received, the recipient MUST consider the message to be
3084 * incomplete and close the connection.
3085 *
3086 * 6. If this is a request message and none of the above are true, then
3087 * the message body length is zero (no message body is present).
3088 *
3089 * 7. Otherwise, this is a response message without a declared message
3090 * body length, so the message body length is determined by the
3091 * number of octets received prior to the server closing the
3092 * connection.
Willy Tarreau32b47f42009-10-18 20:55:02 +02003093 */
3094
Willy Tarreau32b47f42009-10-18 20:55:02 +02003095 ctx.idx = 0;
Willy Tarreaue8e785b2009-12-26 15:34:26 +01003096 /* set TE_CHNK and XFER_LEN only if "chunked" is seen last */
Willy Tarreau4979d5c2015-05-01 10:06:30 +02003097 while (http_find_header2("Transfer-Encoding", 17, req->buf->p, &txn->hdr_idx, &ctx)) {
Willy Tarreaue8e785b2009-12-26 15:34:26 +01003098 if (ctx.vlen == 7 && strncasecmp(ctx.line + ctx.val, "chunked", 7) == 0)
Willy Tarreaua36fc4d2012-02-17 17:39:37 +01003099 msg->flags |= (HTTP_MSGF_TE_CHNK | HTTP_MSGF_XFER_LEN);
3100 else if (msg->flags & HTTP_MSGF_TE_CHNK) {
Willy Tarreau34dfc602015-05-01 10:09:49 +02003101 /* chunked not last, return badreq */
3102 goto return_bad_req;
Willy Tarreaue8e785b2009-12-26 15:34:26 +01003103 }
Willy Tarreau32b47f42009-10-18 20:55:02 +02003104 }
3105
Willy Tarreau1c913912015-04-30 10:57:51 +02003106 /* Chunked requests must have their content-length removed */
Willy Tarreau32b47f42009-10-18 20:55:02 +02003107 ctx.idx = 0;
Willy Tarreau1c913912015-04-30 10:57:51 +02003108 if (msg->flags & HTTP_MSGF_TE_CHNK) {
3109 while (http_find_header2("Content-Length", 14, req->buf->p, &txn->hdr_idx, &ctx))
3110 http_remove_header2(msg, &txn->hdr_idx, &ctx);
3111 }
Willy Tarreau34dfc602015-05-01 10:09:49 +02003112 else while (http_find_header2("Content-Length", 14, req->buf->p, &txn->hdr_idx, &ctx)) {
Willy Tarreau32b47f42009-10-18 20:55:02 +02003113 signed long long cl;
3114
Willy Tarreauad14f752011-09-02 20:33:27 +02003115 if (!ctx.vlen) {
Willy Tarreau9b28e032012-10-12 23:49:43 +02003116 msg->err_pos = ctx.line + ctx.val - req->buf->p;
Willy Tarreau32b47f42009-10-18 20:55:02 +02003117 goto return_bad_req;
Willy Tarreauad14f752011-09-02 20:33:27 +02003118 }
Willy Tarreau32b47f42009-10-18 20:55:02 +02003119
Willy Tarreauad14f752011-09-02 20:33:27 +02003120 if (strl2llrc(ctx.line + ctx.val, ctx.vlen, &cl)) {
Willy Tarreau9b28e032012-10-12 23:49:43 +02003121 msg->err_pos = ctx.line + ctx.val - req->buf->p;
Willy Tarreau32b47f42009-10-18 20:55:02 +02003122 goto return_bad_req; /* parse failure */
Willy Tarreauad14f752011-09-02 20:33:27 +02003123 }
Willy Tarreau32b47f42009-10-18 20:55:02 +02003124
Willy Tarreauad14f752011-09-02 20:33:27 +02003125 if (cl < 0) {
Willy Tarreau9b28e032012-10-12 23:49:43 +02003126 msg->err_pos = ctx.line + ctx.val - req->buf->p;
Willy Tarreau32b47f42009-10-18 20:55:02 +02003127 goto return_bad_req;
Willy Tarreauad14f752011-09-02 20:33:27 +02003128 }
Willy Tarreau32b47f42009-10-18 20:55:02 +02003129
Willy Tarreaua36fc4d2012-02-17 17:39:37 +01003130 if ((msg->flags & HTTP_MSGF_CNT_LEN) && (msg->chunk_len != cl)) {
Willy Tarreau9b28e032012-10-12 23:49:43 +02003131 msg->err_pos = ctx.line + ctx.val - req->buf->p;
Willy Tarreau32b47f42009-10-18 20:55:02 +02003132 goto return_bad_req; /* already specified, was different */
Willy Tarreauad14f752011-09-02 20:33:27 +02003133 }
Willy Tarreau32b47f42009-10-18 20:55:02 +02003134
Willy Tarreaua36fc4d2012-02-17 17:39:37 +01003135 msg->flags |= HTTP_MSGF_CNT_LEN | HTTP_MSGF_XFER_LEN;
Willy Tarreau124d9912011-03-01 20:30:48 +01003136 msg->body_len = msg->chunk_len = cl;
Willy Tarreau32b47f42009-10-18 20:55:02 +02003137 }
3138
Willy Tarreau34dfc602015-05-01 10:09:49 +02003139 /* even bodyless requests have a known length */
3140 msg->flags |= HTTP_MSGF_XFER_LEN;
Willy Tarreaue8e785b2009-12-26 15:34:26 +01003141
Willy Tarreau179085c2014-04-28 16:48:56 +02003142 /* Until set to anything else, the connection mode is set as Keep-Alive. It will
3143 * only change if both the request and the config reference something else.
3144 * Option httpclose by itself sets tunnel mode where headers are mangled.
3145 * However, if another mode is set, it will affect it (eg: server-close/
3146 * keep-alive + httpclose = close). Note that we avoid to redo the same work
3147 * if FE and BE have the same settings (common). The method consists in
3148 * checking if options changed between the two calls (implying that either
3149 * one is non-null, or one of them is non-null and we are there for the first
3150 * time.
3151 */
3152 if (!(txn->flags & TX_HDR_CONN_PRS) ||
Willy Tarreaue36cbcb2015-04-03 15:40:56 +02003153 ((sess->fe->options & PR_O_HTTP_MODE) != (s->be->options & PR_O_HTTP_MODE)))
Willy Tarreau4e21ff92014-09-30 18:44:22 +02003154 http_adjust_conn_mode(s, txn, msg);
Willy Tarreau179085c2014-04-28 16:48:56 +02003155
Willy Tarreau9fbe18e2015-05-01 22:42:08 +02003156 /* we may have to wait for the request's body */
3157 if ((s->be->options & PR_O_WREQ_BODY) &&
3158 (msg->body_len || (msg->flags & HTTP_MSGF_TE_CHNK)))
3159 req->analysers |= AN_REQ_HTTP_BODY;
3160
Willy Tarreaud787e662009-07-07 10:14:51 +02003161 /* end of job, return OK */
Willy Tarreau3a816292009-07-07 10:55:49 +02003162 req->analysers &= ~an_bit;
Willy Tarreaud787e662009-07-07 10:14:51 +02003163 req->analyse_exp = TICK_ETERNITY;
3164 return 1;
3165
3166 return_bad_req:
3167 /* We centralize bad requests processing here */
3168 if (unlikely(msg->msg_state == HTTP_MSG_ERROR) || msg->err_pos >= 0) {
3169 /* we detected a parsing error. We want to archive this request
3170 * in the dedicated proxy area for later troubleshooting.
3171 */
Willy Tarreau10e61cb2017-01-04 14:51:22 +01003172 http_capture_bad_message(&sess->fe->invalid_req, s, msg, msg->err_state, sess->fe);
Willy Tarreaud787e662009-07-07 10:14:51 +02003173 }
3174
Willy Tarreau10e61cb2017-01-04 14:51:22 +01003175 txn->req.err_state = txn->req.msg_state;
Willy Tarreaud787e662009-07-07 10:14:51 +02003176 txn->req.msg_state = HTTP_MSG_ERROR;
3177 txn->status = 400;
Christopher Fauleta94e5a52015-12-09 15:55:06 +01003178 http_reply_and_close(s, txn->status, http_error_message(s, HTTP_ERR_400));
Krzysztof Piotr Oledzkiaeebf9b2009-10-04 15:43:17 +02003179
Willy Tarreaue36cbcb2015-04-03 15:40:56 +02003180 sess->fe->fe_counters.failed_req++;
Willy Tarreaufb0afa72015-04-03 14:46:27 +02003181 if (sess->listener->counters)
3182 sess->listener->counters->failed_req++;
Willy Tarreaud787e662009-07-07 10:14:51 +02003183
3184 return_prx_cond:
Willy Tarreaue7dff022015-04-03 01:14:29 +02003185 if (!(s->flags & SF_ERR_MASK))
3186 s->flags |= SF_ERR_PRXCOND;
3187 if (!(s->flags & SF_FINST_MASK))
3188 s->flags |= SF_FINST_R;
Willy Tarreaud787e662009-07-07 10:14:51 +02003189
Christopher Faulet0184ea72017-01-05 14:06:34 +01003190 req->analysers &= AN_REQ_FLT_END;
Willy Tarreaud787e662009-07-07 10:14:51 +02003191 req->analyse_exp = TICK_ETERNITY;
3192 return 0;
3193}
3194
Willy Tarreau4f8a83c2012-06-04 00:26:23 +02003195
Willy Tarreau347a35d2013-11-22 17:51:09 +01003196/* This function prepares an applet to handle the stats. It can deal with the
3197 * "100-continue" expectation, check that admin rules are met for POST requests,
3198 * and program a response message if something was unexpected. It cannot fail
3199 * and always relies on the stats applet to complete the job. It does not touch
Willy Tarreau414e9bb2013-11-23 00:30:38 +01003200 * analysers nor counters, which are left to the caller. It does not touch
Willy Tarreau7b4b4992013-12-01 09:15:12 +01003201 * s->target which is supposed to already point to the stats applet. The caller
Willy Tarreau87b09662015-04-03 00:22:06 +02003202 * is expected to have already assigned an appctx to the stream.
Willy Tarreau1facd6d2012-12-22 22:03:39 +01003203 */
Willy Tarreau87b09662015-04-03 00:22:06 +02003204int http_handle_stats(struct stream *s, struct channel *req)
Willy Tarreau1facd6d2012-12-22 22:03:39 +01003205{
3206 struct stats_admin_rule *stats_admin_rule;
Willy Tarreau350f4872014-11-28 14:42:25 +01003207 struct stream_interface *si = &s->si[1];
Willy Tarreau192252e2015-04-04 01:47:55 +02003208 struct session *sess = s->sess;
Willy Tarreaueee5b512015-04-03 23:46:31 +02003209 struct http_txn *txn = s->txn;
Willy Tarreau1facd6d2012-12-22 22:03:39 +01003210 struct http_msg *msg = &txn->req;
Willy Tarreau414e9bb2013-11-23 00:30:38 +01003211 struct uri_auth *uri_auth = s->be->uri_auth;
3212 const char *uri, *h, *lookup;
Willy Tarreau7b4b4992013-12-01 09:15:12 +01003213 struct appctx *appctx;
Willy Tarreau414e9bb2013-11-23 00:30:38 +01003214
Willy Tarreau7b4b4992013-12-01 09:15:12 +01003215 appctx = si_appctx(si);
3216 memset(&appctx->ctx.stats, 0, sizeof(appctx->ctx.stats));
3217 appctx->st1 = appctx->st2 = 0;
3218 appctx->ctx.stats.st_code = STAT_STATUS_INIT;
3219 appctx->ctx.stats.flags |= STAT_FMT_HTML; /* assume HTML mode by default */
Willy Tarreaueee5b512015-04-03 23:46:31 +02003220 if ((msg->flags & HTTP_MSGF_VER_11) && (s->txn->meth != HTTP_METH_HEAD))
Willy Tarreauaf3cf702014-04-22 22:19:53 +02003221 appctx->ctx.stats.flags |= STAT_CHUNKED;
Willy Tarreau414e9bb2013-11-23 00:30:38 +01003222
3223 uri = msg->chn->buf->p + msg->sl.rq.u;
3224 lookup = uri + uri_auth->uri_len;
3225
3226 for (h = lookup; h <= uri + msg->sl.rq.u_l - 3; h++) {
3227 if (memcmp(h, ";up", 3) == 0) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01003228 appctx->ctx.stats.flags |= STAT_HIDE_DOWN;
Willy Tarreau414e9bb2013-11-23 00:30:38 +01003229 break;
3230 }
3231 }
3232
3233 if (uri_auth->refresh) {
3234 for (h = lookup; h <= uri + msg->sl.rq.u_l - 10; h++) {
3235 if (memcmp(h, ";norefresh", 10) == 0) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01003236 appctx->ctx.stats.flags |= STAT_NO_REFRESH;
Willy Tarreau414e9bb2013-11-23 00:30:38 +01003237 break;
3238 }
3239 }
3240 }
3241
3242 for (h = lookup; h <= uri + msg->sl.rq.u_l - 4; h++) {
3243 if (memcmp(h, ";csv", 4) == 0) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01003244 appctx->ctx.stats.flags &= ~STAT_FMT_HTML;
Willy Tarreau414e9bb2013-11-23 00:30:38 +01003245 break;
3246 }
3247 }
3248
Willy Tarreau1e62df92016-01-11 18:57:53 +01003249 for (h = lookup; h <= uri + msg->sl.rq.u_l - 6; h++) {
3250 if (memcmp(h, ";typed", 6) == 0) {
3251 appctx->ctx.stats.flags &= ~STAT_FMT_HTML;
3252 appctx->ctx.stats.flags |= STAT_FMT_TYPED;
3253 break;
3254 }
3255 }
3256
Willy Tarreau414e9bb2013-11-23 00:30:38 +01003257 for (h = lookup; h <= uri + msg->sl.rq.u_l - 8; h++) {
3258 if (memcmp(h, ";st=", 4) == 0) {
3259 int i;
3260 h += 4;
Willy Tarreau7b4b4992013-12-01 09:15:12 +01003261 appctx->ctx.stats.st_code = STAT_STATUS_UNKN;
Willy Tarreau414e9bb2013-11-23 00:30:38 +01003262 for (i = STAT_STATUS_INIT + 1; i < STAT_STATUS_SIZE; i++) {
3263 if (strncmp(stat_status_codes[i], h, 4) == 0) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01003264 appctx->ctx.stats.st_code = i;
Willy Tarreau414e9bb2013-11-23 00:30:38 +01003265 break;
3266 }
3267 }
3268 break;
3269 }
3270 }
3271
Willy Tarreau7b4b4992013-12-01 09:15:12 +01003272 appctx->ctx.stats.scope_str = 0;
3273 appctx->ctx.stats.scope_len = 0;
Willy Tarreau414e9bb2013-11-23 00:30:38 +01003274 for (h = lookup; h <= uri + msg->sl.rq.u_l - 8; h++) {
3275 if (memcmp(h, STAT_SCOPE_INPUT_NAME "=", strlen(STAT_SCOPE_INPUT_NAME) + 1) == 0) {
3276 int itx = 0;
3277 const char *h2;
3278 char scope_txt[STAT_SCOPE_TXT_MAXLEN + 1];
3279 const char *err;
3280
3281 h += strlen(STAT_SCOPE_INPUT_NAME) + 1;
3282 h2 = h;
Willy Tarreau7b4b4992013-12-01 09:15:12 +01003283 appctx->ctx.stats.scope_str = h2 - msg->chn->buf->p;
Willy Tarreau414e9bb2013-11-23 00:30:38 +01003284 while (*h != ';' && *h != '\0' && *h != '&' && *h != ' ' && *h != '\n') {
3285 itx++;
3286 h++;
3287 }
3288
3289 if (itx > STAT_SCOPE_TXT_MAXLEN)
3290 itx = STAT_SCOPE_TXT_MAXLEN;
Willy Tarreau7b4b4992013-12-01 09:15:12 +01003291 appctx->ctx.stats.scope_len = itx;
Willy Tarreau414e9bb2013-11-23 00:30:38 +01003292
Willy Tarreau7b4b4992013-12-01 09:15:12 +01003293 /* scope_txt = search query, appctx->ctx.stats.scope_len is always <= STAT_SCOPE_TXT_MAXLEN */
Willy Tarreau414e9bb2013-11-23 00:30:38 +01003294 memcpy(scope_txt, h2, itx);
3295 scope_txt[itx] = '\0';
3296 err = invalid_char(scope_txt);
3297 if (err) {
3298 /* bad char in search text => clear scope */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01003299 appctx->ctx.stats.scope_str = 0;
3300 appctx->ctx.stats.scope_len = 0;
Willy Tarreau414e9bb2013-11-23 00:30:38 +01003301 }
3302 break;
3303 }
3304 }
Willy Tarreau1facd6d2012-12-22 22:03:39 +01003305
3306 /* now check whether we have some admin rules for this request */
Willy Tarreau414e9bb2013-11-23 00:30:38 +01003307 list_for_each_entry(stats_admin_rule, &uri_auth->admin_rules, list) {
Willy Tarreau1facd6d2012-12-22 22:03:39 +01003308 int ret = 1;
3309
3310 if (stats_admin_rule->cond) {
Willy Tarreau192252e2015-04-04 01:47:55 +02003311 ret = acl_exec_cond(stats_admin_rule->cond, s->be, sess, s, SMP_OPT_DIR_REQ|SMP_OPT_FINAL);
Willy Tarreau1facd6d2012-12-22 22:03:39 +01003312 ret = acl_pass(ret);
3313 if (stats_admin_rule->cond->pol == ACL_COND_UNLESS)
3314 ret = !ret;
3315 }
3316
3317 if (ret) {
3318 /* no rule, or the rule matches */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01003319 appctx->ctx.stats.flags |= STAT_ADMIN;
Willy Tarreau1facd6d2012-12-22 22:03:39 +01003320 break;
3321 }
3322 }
3323
3324 /* Was the status page requested with a POST ? */
Willy Tarreaub8cdf522015-05-29 01:09:15 +02003325 if (unlikely(txn->meth == HTTP_METH_POST && txn->req.body_len > 0)) {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01003326 if (appctx->ctx.stats.flags & STAT_ADMIN) {
Willy Tarreaucfe7fdd2014-04-26 22:08:32 +02003327 /* we'll need the request body, possibly after sending 100-continue */
Willy Tarreaub8cdf522015-05-29 01:09:15 +02003328 if (msg->msg_state < HTTP_MSG_CHUNK_SIZE)
3329 req->analysers |= AN_REQ_HTTP_BODY;
Willy Tarreau7b4b4992013-12-01 09:15:12 +01003330 appctx->st0 = STAT_HTTP_POST;
Willy Tarreau1facd6d2012-12-22 22:03:39 +01003331 }
Willy Tarreau347a35d2013-11-22 17:51:09 +01003332 else {
Willy Tarreau7b4b4992013-12-01 09:15:12 +01003333 appctx->ctx.stats.st_code = STAT_STATUS_DENY;
3334 appctx->st0 = STAT_HTTP_LAST;
de Lafond Guillaume88c278f2013-04-15 19:27:10 +02003335 }
Willy Tarreau1facd6d2012-12-22 22:03:39 +01003336 }
Willy Tarreau347a35d2013-11-22 17:51:09 +01003337 else {
3338 /* So it was another method (GET/HEAD) */
Willy Tarreau7b4b4992013-12-01 09:15:12 +01003339 appctx->st0 = STAT_HTTP_HEAD;
Willy Tarreau1facd6d2012-12-22 22:03:39 +01003340 }
3341
Willy Tarreau1facd6d2012-12-22 22:03:39 +01003342 s->task->nice = -32; /* small boost for HTTP statistics */
Willy Tarreau1facd6d2012-12-22 22:03:39 +01003343 return 1;
3344}
3345
Lukas Tribus67db8df2013-06-23 17:37:13 +02003346/* Sets the TOS header in IPv4 and the traffic class header in IPv6 packets
3347 * (as per RFC3260 #4 and BCP37 #4.2 and #5.2).
3348 */
Vincent Bernat6e615892016-05-18 16:17:44 +02003349void inet_set_tos(int fd, const struct sockaddr_storage *from, int tos)
Lukas Tribus67db8df2013-06-23 17:37:13 +02003350{
3351#ifdef IP_TOS
Vincent Bernat6e615892016-05-18 16:17:44 +02003352 if (from->ss_family == AF_INET)
Lukas Tribus67db8df2013-06-23 17:37:13 +02003353 setsockopt(fd, IPPROTO_IP, IP_TOS, &tos, sizeof(tos));
3354#endif
3355#ifdef IPV6_TCLASS
Vincent Bernat6e615892016-05-18 16:17:44 +02003356 if (from->ss_family == AF_INET6) {
3357 if (IN6_IS_ADDR_V4MAPPED(&((struct sockaddr_in6 *)from)->sin6_addr))
Lukas Tribus67db8df2013-06-23 17:37:13 +02003358 /* v4-mapped addresses need IP_TOS */
3359 setsockopt(fd, IPPROTO_IP, IP_TOS, &tos, sizeof(tos));
3360 else
3361 setsockopt(fd, IPPROTO_IPV6, IPV6_TCLASS, &tos, sizeof(tos));
3362 }
3363#endif
3364}
3365
Willy Tarreau87b09662015-04-03 00:22:06 +02003366int http_transform_header_str(struct stream* s, struct http_msg *msg,
Thierry FOURNIER5531f872015-03-16 11:15:50 +01003367 const char* name, unsigned int name_len,
3368 const char *str, struct my_regex *re,
3369 int action)
Sasha Pachev218f0642014-06-16 12:05:59 -06003370{
Thierry FOURNIER5a33ac72015-03-16 23:54:35 +01003371 struct hdr_ctx ctx;
3372 char *buf = msg->chn->buf->p;
Willy Tarreaueee5b512015-04-03 23:46:31 +02003373 struct hdr_idx *idx = &s->txn->hdr_idx;
Thierry FOURNIER5531f872015-03-16 11:15:50 +01003374 int (*http_find_hdr_func)(const char *name, int len, char *sol,
3375 struct hdr_idx *idx, struct hdr_ctx *ctx);
Thierry FOURNIER191f9ef2015-03-16 23:23:53 +01003376 struct chunk *output = get_trash_chunk();
3377
Thierry FOURNIER5a33ac72015-03-16 23:54:35 +01003378 ctx.idx = 0;
Sasha Pachev218f0642014-06-16 12:05:59 -06003379
Thierry FOURNIER191f9ef2015-03-16 23:23:53 +01003380 /* Choose the header browsing function. */
3381 switch (action) {
Thierry FOURNIER0ea5c7f2015-08-05 19:05:19 +02003382 case ACT_HTTP_REPLACE_VAL:
Thierry FOURNIER191f9ef2015-03-16 23:23:53 +01003383 http_find_hdr_func = http_find_header2;
3384 break;
Thierry FOURNIER0ea5c7f2015-08-05 19:05:19 +02003385 case ACT_HTTP_REPLACE_HDR:
Thierry FOURNIER191f9ef2015-03-16 23:23:53 +01003386 http_find_hdr_func = http_find_full_header2;
3387 break;
3388 default: /* impossible */
3389 return -1;
3390 }
3391
Thierry FOURNIER5a33ac72015-03-16 23:54:35 +01003392 while (http_find_hdr_func(name, name_len, buf, idx, &ctx)) {
3393 struct hdr_idx_elem *hdr = idx->v + ctx.idx;
Sasha Pachev218f0642014-06-16 12:05:59 -06003394 int delta;
Thierry FOURNIER5a33ac72015-03-16 23:54:35 +01003395 char *val = ctx.line + ctx.val;
3396 char* val_end = val + ctx.vlen;
Sasha Pachev218f0642014-06-16 12:05:59 -06003397
Thierry FOURNIER191f9ef2015-03-16 23:23:53 +01003398 if (!regex_exec_match2(re, val, val_end-val, MAX_MATCH, pmatch, 0))
3399 continue;
Sasha Pachev218f0642014-06-16 12:05:59 -06003400
Thierry FOURNIER5531f872015-03-16 11:15:50 +01003401 output->len = exp_replace(output->str, output->size, val, str, pmatch);
Thierry FOURNIER191f9ef2015-03-16 23:23:53 +01003402 if (output->len == -1)
Sasha Pachev218f0642014-06-16 12:05:59 -06003403 return -1;
Sasha Pachev218f0642014-06-16 12:05:59 -06003404
Thierry FOURNIER191f9ef2015-03-16 23:23:53 +01003405 delta = buffer_replace2(msg->chn->buf, val, val_end, output->str, output->len);
Sasha Pachev218f0642014-06-16 12:05:59 -06003406
3407 hdr->len += delta;
3408 http_msg_move_end(msg, delta);
Thierry FOURNIER191f9ef2015-03-16 23:23:53 +01003409
3410 /* Adjust the length of the current value of the index. */
Thierry FOURNIER5a33ac72015-03-16 23:54:35 +01003411 ctx.vlen += delta;
Sasha Pachev218f0642014-06-16 12:05:59 -06003412 }
3413
3414 return 0;
3415}
3416
Willy Tarreau87b09662015-04-03 00:22:06 +02003417static int http_transform_header(struct stream* s, struct http_msg *msg,
Thierry FOURNIER5531f872015-03-16 11:15:50 +01003418 const char* name, unsigned int name_len,
3419 struct list *fmt, struct my_regex *re,
3420 int action)
3421{
3422 struct chunk *replace = get_trash_chunk();
3423
3424 replace->len = build_logline(s, replace->str, replace->size, fmt);
3425 if (replace->len >= replace->size - 1)
3426 return -1;
3427
3428 return http_transform_header_str(s, msg, name, name_len, replace->str, re, action);
3429}
3430
Willy Tarreau87b09662015-04-03 00:22:06 +02003431/* Executes the http-request rules <rules> for stream <s>, proxy <px> and
Willy Tarreau0b748332014-04-29 00:13:29 +02003432 * transaction <txn>. Returns the verdict of the first rule that prevents
3433 * further processing of the request (auth, deny, ...), and defaults to
3434 * HTTP_RULE_RES_STOP if it executed all rules or stopped on an allow, or
3435 * HTTP_RULE_RES_CONT if the last rule was reached. It may set the TX_CLTARPIT
Willy Tarreau58727ec2016-05-25 16:23:59 +02003436 * on txn->flags if it encounters a tarpit rule. If <deny_status> is not NULL
3437 * and a deny/tarpit rule is matched, it will be filled with this rule's deny
3438 * status.
Willy Tarreauf68a15a2011-01-06 16:53:21 +01003439 */
Willy Tarreau0b748332014-04-29 00:13:29 +02003440enum rule_result
Willy Tarreau58727ec2016-05-25 16:23:59 +02003441http_req_get_intercept_rule(struct proxy *px, struct list *rules, struct stream *s, int *deny_status)
Willy Tarreauf68a15a2011-01-06 16:53:21 +01003442{
Willy Tarreau9ad7bd42015-04-03 19:19:59 +02003443 struct session *sess = strm_sess(s);
Willy Tarreau987e3fb2015-04-04 01:09:08 +02003444 struct http_txn *txn = s->txn;
Willy Tarreaub363a1f2013-10-01 10:45:07 +02003445 struct connection *cli_conn;
Thierry FOURNIERa28a9422015-08-04 19:35:46 +02003446 struct act_rule *rule;
Willy Tarreau20b0de52012-12-24 15:45:22 +01003447 struct hdr_ctx ctx;
Willy Tarreauae3c0102014-04-28 23:22:08 +02003448 const char *auth_realm;
Willy Tarreauacc98002015-09-27 23:34:39 +02003449 int act_flags = 0;
Thierry Fournier4b788f72016-06-01 13:35:36 +02003450 int len;
Willy Tarreauf68a15a2011-01-06 16:53:21 +01003451
Thierry FOURNIERbc4c1ac2015-02-25 13:36:14 +01003452 /* If "the current_rule_list" match the executed rule list, we are in
3453 * resume condition. If a resume is needed it is always in the action
3454 * and never in the ACL or converters. In this case, we initialise the
3455 * current rule, and go to the action execution point.
3456 */
Willy Tarreau152b81e2015-04-20 13:26:17 +02003457 if (s->current_rule) {
3458 rule = s->current_rule;
3459 s->current_rule = NULL;
3460 if (s->current_rule_list == rules)
3461 goto resume_execution;
Thierry FOURNIERbc4c1ac2015-02-25 13:36:14 +01003462 }
3463 s->current_rule_list = rules;
Willy Tarreau152b81e2015-04-20 13:26:17 +02003464
Willy Tarreauff011f22011-01-06 17:51:27 +01003465 list_for_each_entry(rule, rules, list) {
Willy Tarreauf68a15a2011-01-06 16:53:21 +01003466
Willy Tarreau96257ec2012-12-27 10:46:37 +01003467 /* check optional condition */
Willy Tarreauff011f22011-01-06 17:51:27 +01003468 if (rule->cond) {
Willy Tarreau96257ec2012-12-27 10:46:37 +01003469 int ret;
3470
Willy Tarreau192252e2015-04-04 01:47:55 +02003471 ret = acl_exec_cond(rule->cond, px, sess, s, SMP_OPT_DIR_REQ|SMP_OPT_FINAL);
Willy Tarreauf68a15a2011-01-06 16:53:21 +01003472 ret = acl_pass(ret);
3473
Willy Tarreauff011f22011-01-06 17:51:27 +01003474 if (rule->cond->pol == ACL_COND_UNLESS)
Willy Tarreauf68a15a2011-01-06 16:53:21 +01003475 ret = !ret;
Willy Tarreau96257ec2012-12-27 10:46:37 +01003476
3477 if (!ret) /* condition not matched */
3478 continue;
Willy Tarreauf68a15a2011-01-06 16:53:21 +01003479 }
3480
Willy Tarreauacc98002015-09-27 23:34:39 +02003481 act_flags |= ACT_FLAG_FIRST;
Thierry FOURNIERbc4c1ac2015-02-25 13:36:14 +01003482resume_execution:
Willy Tarreau96257ec2012-12-27 10:46:37 +01003483 switch (rule->action) {
Thierry FOURNIER0ea5c7f2015-08-05 19:05:19 +02003484 case ACT_ACTION_ALLOW:
Willy Tarreau0b748332014-04-29 00:13:29 +02003485 return HTTP_RULE_RES_STOP;
Willy Tarreau96257ec2012-12-27 10:46:37 +01003486
Thierry FOURNIER0ea5c7f2015-08-05 19:05:19 +02003487 case ACT_ACTION_DENY:
Willy Tarreau58727ec2016-05-25 16:23:59 +02003488 if (deny_status)
3489 *deny_status = rule->deny_status;
Willy Tarreau0b748332014-04-29 00:13:29 +02003490 return HTTP_RULE_RES_DENY;
Willy Tarreau96257ec2012-12-27 10:46:37 +01003491
Thierry FOURNIER0ea5c7f2015-08-05 19:05:19 +02003492 case ACT_HTTP_REQ_TARPIT:
Willy Tarreauccbcc372012-12-27 12:37:57 +01003493 txn->flags |= TX_CLTARPIT;
Willy Tarreau58727ec2016-05-25 16:23:59 +02003494 if (deny_status)
3495 *deny_status = rule->deny_status;
Willy Tarreau0b748332014-04-29 00:13:29 +02003496 return HTTP_RULE_RES_DENY;
Willy Tarreauccbcc372012-12-27 12:37:57 +01003497
Thierry FOURNIER0ea5c7f2015-08-05 19:05:19 +02003498 case ACT_HTTP_REQ_AUTH:
Willy Tarreauae3c0102014-04-28 23:22:08 +02003499 /* Auth might be performed on regular http-req rules as well as on stats */
3500 auth_realm = rule->arg.auth.realm;
3501 if (!auth_realm) {
3502 if (px->uri_auth && rules == &px->uri_auth->http_req_rules)
3503 auth_realm = STATS_DEFAULT_REALM;
3504 else
3505 auth_realm = px->id;
3506 }
3507 /* send 401/407 depending on whether we use a proxy or not. We still
3508 * count one error, because normal browsing won't significantly
3509 * increase the counter but brute force attempts will.
3510 */
3511 chunk_printf(&trash, (txn->flags & TX_USE_PX_CONN) ? HTTP_407_fmt : HTTP_401_fmt, auth_realm);
3512 txn->status = (txn->flags & TX_USE_PX_CONN) ? 407 : 401;
Christopher Fauleta94e5a52015-12-09 15:55:06 +01003513 http_reply_and_close(s, txn->status, &trash);
Willy Tarreau87b09662015-04-03 00:22:06 +02003514 stream_inc_http_err_ctr(s);
Willy Tarreau0b748332014-04-29 00:13:29 +02003515 return HTTP_RULE_RES_ABRT;
Willy Tarreau96257ec2012-12-27 10:46:37 +01003516
Thierry FOURNIER0ea5c7f2015-08-05 19:05:19 +02003517 case ACT_HTTP_REDIR:
Willy Tarreau0b748332014-04-29 00:13:29 +02003518 if (!http_apply_redirect_rule(rule->arg.redir, s, txn))
3519 return HTTP_RULE_RES_BADREQ;
3520 return HTTP_RULE_RES_DONE;
Willy Tarreau81499eb2012-12-27 12:19:02 +01003521
Thierry FOURNIER0ea5c7f2015-08-05 19:05:19 +02003522 case ACT_HTTP_SET_NICE:
Willy Tarreauf4c43c12013-06-11 17:01:13 +02003523 s->task->nice = rule->arg.nice;
3524 break;
3525
Thierry FOURNIER0ea5c7f2015-08-05 19:05:19 +02003526 case ACT_HTTP_SET_TOS:
Willy Tarreau9ad7bd42015-04-03 19:19:59 +02003527 if ((cli_conn = objt_conn(sess->origin)) && conn_ctrl_ready(cli_conn))
Vincent Bernat6e615892016-05-18 16:17:44 +02003528 inet_set_tos(cli_conn->t.sock.fd, &cli_conn->addr.from, rule->arg.tos);
Willy Tarreau42cf39e2013-06-11 18:51:32 +02003529 break;
3530
Thierry FOURNIER0ea5c7f2015-08-05 19:05:19 +02003531 case ACT_HTTP_SET_MARK:
Willy Tarreau51347ed2013-06-11 19:34:13 +02003532#ifdef SO_MARK
Willy Tarreau9ad7bd42015-04-03 19:19:59 +02003533 if ((cli_conn = objt_conn(sess->origin)) && conn_ctrl_ready(cli_conn))
Willy Tarreaub363a1f2013-10-01 10:45:07 +02003534 setsockopt(cli_conn->t.sock.fd, SOL_SOCKET, SO_MARK, &rule->arg.mark, sizeof(rule->arg.mark));
Willy Tarreau51347ed2013-06-11 19:34:13 +02003535#endif
3536 break;
3537
Thierry FOURNIER0ea5c7f2015-08-05 19:05:19 +02003538 case ACT_HTTP_SET_LOGL:
Willy Tarreau9a355ec2013-06-11 17:45:46 +02003539 s->logs.level = rule->arg.loglevel;
3540 break;
3541
Thierry FOURNIER0ea5c7f2015-08-05 19:05:19 +02003542 case ACT_HTTP_REPLACE_HDR:
3543 case ACT_HTTP_REPLACE_VAL:
Thierry FOURNIER5a33ac72015-03-16 23:54:35 +01003544 if (http_transform_header(s, &txn->req, rule->arg.hdr_add.name,
3545 rule->arg.hdr_add.name_len,
3546 &rule->arg.hdr_add.fmt,
3547 &rule->arg.hdr_add.re, rule->action))
Sasha Pachev218f0642014-06-16 12:05:59 -06003548 return HTTP_RULE_RES_BADREQ;
3549 break;
3550
Thierry FOURNIER0ea5c7f2015-08-05 19:05:19 +02003551 case ACT_HTTP_DEL_HDR:
Willy Tarreau96257ec2012-12-27 10:46:37 +01003552 ctx.idx = 0;
3553 /* remove all occurrences of the header */
3554 while (http_find_header2(rule->arg.hdr_add.name, rule->arg.hdr_add.name_len,
3555 txn->req.chn->buf->p, &txn->hdr_idx, &ctx)) {
3556 http_remove_header2(&txn->req, &txn->hdr_idx, &ctx);
Willy Tarreau20b0de52012-12-24 15:45:22 +01003557 }
Willy Tarreau85603282015-01-21 20:39:27 +01003558 break;
Willy Tarreau96257ec2012-12-27 10:46:37 +01003559
Thierry FOURNIER0ea5c7f2015-08-05 19:05:19 +02003560 case ACT_HTTP_SET_HDR:
3561 case ACT_HTTP_ADD_HDR:
Thierry Fournier4b788f72016-06-01 13:35:36 +02003562 /* The scope of the trash buffer must be limited to this function. The
3563 * build_logline() function can execute a lot of other function which
3564 * can use the trash buffer. So for limiting the scope of this global
3565 * buffer, we build first the header value using build_logline, and
3566 * after we store the header name.
3567 */
3568 len = rule->arg.hdr_add.name_len + 2,
3569 len += build_logline(s, trash.str + len, trash.size - len, &rule->arg.hdr_add.fmt);
Willy Tarreau96257ec2012-12-27 10:46:37 +01003570 memcpy(trash.str, rule->arg.hdr_add.name, rule->arg.hdr_add.name_len);
Thierry Fournier4b788f72016-06-01 13:35:36 +02003571 trash.str[rule->arg.hdr_add.name_len] = ':';
3572 trash.str[rule->arg.hdr_add.name_len + 1] = ' ';
3573 trash.len = len;
Willy Tarreau85603282015-01-21 20:39:27 +01003574
Thierry FOURNIER0ea5c7f2015-08-05 19:05:19 +02003575 if (rule->action == ACT_HTTP_SET_HDR) {
Willy Tarreau85603282015-01-21 20:39:27 +01003576 /* remove all occurrences of the header */
3577 ctx.idx = 0;
3578 while (http_find_header2(rule->arg.hdr_add.name, rule->arg.hdr_add.name_len,
3579 txn->req.chn->buf->p, &txn->hdr_idx, &ctx)) {
3580 http_remove_header2(&txn->req, &txn->hdr_idx, &ctx);
3581 }
3582 }
3583
Willy Tarreau96257ec2012-12-27 10:46:37 +01003584 http_header_add_tail2(&txn->req, &txn->hdr_idx, trash.str, trash.len);
3585 break;
Baptiste Assmannfabcbe02014-04-24 22:16:59 +02003586
Thierry FOURNIER0ea5c7f2015-08-05 19:05:19 +02003587 case ACT_HTTP_DEL_ACL:
3588 case ACT_HTTP_DEL_MAP: {
Baptiste Assmannfabcbe02014-04-24 22:16:59 +02003589 struct pat_ref *ref;
3590 char *key;
3591 int len;
3592
3593 /* collect reference */
3594 ref = pat_ref_lookup(rule->arg.map.ref);
3595 if (!ref)
3596 continue;
3597
3598 /* collect key */
3599 len = build_logline(s, trash.str, trash.size, &rule->arg.map.key);
3600 key = trash.str;
3601 key[len] = '\0';
3602
3603 /* perform update */
3604 /* returned code: 1=ok, 0=ko */
3605 pat_ref_delete(ref, key);
3606
3607 break;
3608 }
3609
Thierry FOURNIER0ea5c7f2015-08-05 19:05:19 +02003610 case ACT_HTTP_ADD_ACL: {
Baptiste Assmannfabcbe02014-04-24 22:16:59 +02003611 struct pat_ref *ref;
3612 char *key;
3613 struct chunk *trash_key;
3614 int len;
3615
3616 trash_key = get_trash_chunk();
3617
3618 /* collect reference */
3619 ref = pat_ref_lookup(rule->arg.map.ref);
3620 if (!ref)
3621 continue;
3622
3623 /* collect key */
3624 len = build_logline(s, trash_key->str, trash_key->size, &rule->arg.map.key);
3625 key = trash_key->str;
3626 key[len] = '\0';
3627
3628 /* perform update */
3629 /* add entry only if it does not already exist */
3630 if (pat_ref_find_elt(ref, key) == NULL)
Thierry FOURNIERe47e4e22014-04-28 11:18:57 +02003631 pat_ref_add(ref, key, NULL, NULL);
Baptiste Assmannfabcbe02014-04-24 22:16:59 +02003632
3633 break;
3634 }
3635
Thierry FOURNIER0ea5c7f2015-08-05 19:05:19 +02003636 case ACT_HTTP_SET_MAP: {
Baptiste Assmannfabcbe02014-04-24 22:16:59 +02003637 struct pat_ref *ref;
3638 char *key, *value;
3639 struct chunk *trash_key, *trash_value;
3640 int len;
3641
3642 trash_key = get_trash_chunk();
3643 trash_value = get_trash_chunk();
3644
3645 /* collect reference */
3646 ref = pat_ref_lookup(rule->arg.map.ref);
3647 if (!ref)
3648 continue;
3649
3650 /* collect key */
3651 len = build_logline(s, trash_key->str, trash_key->size, &rule->arg.map.key);
3652 key = trash_key->str;
3653 key[len] = '\0';
3654
3655 /* collect value */
3656 len = build_logline(s, trash_value->str, trash_value->size, &rule->arg.map.value);
3657 value = trash_value->str;
3658 value[len] = '\0';
3659
3660 /* perform update */
3661 if (pat_ref_find_elt(ref, key) != NULL)
3662 /* update entry if it exists */
3663 pat_ref_set(ref, key, value, NULL);
3664 else
3665 /* insert a new entry */
Thierry FOURNIERe47e4e22014-04-28 11:18:57 +02003666 pat_ref_add(ref, key, value, NULL);
Baptiste Assmannfabcbe02014-04-24 22:16:59 +02003667
3668 break;
3669 }
William Lallemand73025dd2014-04-24 14:38:37 +02003670
Thierry FOURNIER42148732015-09-02 17:17:33 +02003671 case ACT_CUSTOM:
Willy Tarreauacc98002015-09-27 23:34:39 +02003672 if ((px->options & PR_O_ABRT_CLOSE) && (s->req.flags & (CF_SHUTR|CF_READ_NULL|CF_READ_ERROR)))
3673 act_flags |= ACT_FLAG_FINAL;
Willy Tarreau39458682015-09-27 10:33:15 +02003674
Willy Tarreauacc98002015-09-27 23:34:39 +02003675 switch (rule->action_ptr(rule, px, s->sess, s, act_flags)) {
Thierry FOURNIER24ff6c62015-08-06 08:52:53 +02003676 case ACT_RET_ERR:
3677 case ACT_RET_CONT:
3678 break;
Thierry FOURNIER42148732015-09-02 17:17:33 +02003679 case ACT_RET_STOP:
3680 return HTTP_RULE_RES_DONE;
Thierry FOURNIER24ff6c62015-08-06 08:52:53 +02003681 case ACT_RET_YIELD:
Willy Tarreau152b81e2015-04-20 13:26:17 +02003682 s->current_rule = rule;
Thierry FOURNIERbc4c1ac2015-02-25 13:36:14 +01003683 return HTTP_RULE_RES_YIELD;
3684 }
William Lallemand73025dd2014-04-24 14:38:37 +02003685 break;
3686
Thierry FOURNIER0ea5c7f2015-08-05 19:05:19 +02003687 case ACT_ACTION_TRK_SC0 ... ACT_ACTION_TRK_SCMAX:
Willy Tarreau09448f72014-06-25 18:12:15 +02003688 /* Note: only the first valid tracking parameter of each
3689 * applies.
3690 */
3691
Ruoshan Huange4edc6b2016-07-14 15:07:45 +08003692 if (stkctr_entry(&s->stkctr[http_trk_idx(rule->action)]) == NULL) {
Willy Tarreau09448f72014-06-25 18:12:15 +02003693 struct stktable *t;
3694 struct stksess *ts;
3695 struct stktable_key *key;
3696 void *ptr;
3697
Thierry FOURNIER5ec63e02015-08-04 09:09:48 +02003698 t = rule->arg.trk_ctr.table.t;
3699 key = stktable_fetch_key(t, s->be, sess, s, SMP_OPT_DIR_REQ | SMP_OPT_FINAL, rule->arg.trk_ctr.expr, NULL);
Willy Tarreau09448f72014-06-25 18:12:15 +02003700
3701 if (key && (ts = stktable_get_entry(t, key))) {
Ruoshan Huange4edc6b2016-07-14 15:07:45 +08003702 stream_track_stkctr(&s->stkctr[http_trk_idx(rule->action)], t, ts);
Willy Tarreau09448f72014-06-25 18:12:15 +02003703
3704 /* let's count a new HTTP request as it's the first time we do it */
3705 ptr = stktable_data_ptr(t, ts, STKTABLE_DT_HTTP_REQ_CNT);
3706 if (ptr)
3707 stktable_data_cast(ptr, http_req_cnt)++;
3708
3709 ptr = stktable_data_ptr(t, ts, STKTABLE_DT_HTTP_REQ_RATE);
3710 if (ptr)
3711 update_freq_ctr_period(&stktable_data_cast(ptr, http_req_rate),
3712 t->data_arg[STKTABLE_DT_HTTP_REQ_RATE].u, 1);
3713
Ruoshan Huange4edc6b2016-07-14 15:07:45 +08003714 stkctr_set_flags(&s->stkctr[http_trk_idx(rule->action)], STKCTR_TRACK_CONTENT);
Willy Tarreau9ad7bd42015-04-03 19:19:59 +02003715 if (sess->fe != s->be)
Ruoshan Huange4edc6b2016-07-14 15:07:45 +08003716 stkctr_set_flags(&s->stkctr[http_trk_idx(rule->action)], STKCTR_TRACK_BACKEND);
Willy Tarreau09448f72014-06-25 18:12:15 +02003717 }
3718 }
Adis Nezirovic2fbcafc2015-07-06 15:44:30 +02003719 break;
3720
Thierry FOURNIER22e49012015-08-05 19:13:48 +02003721 /* other flags exists, but normaly, they never be matched. */
3722 default:
3723 break;
Willy Tarreauf68a15a2011-01-06 16:53:21 +01003724 }
3725 }
Willy Tarreau96257ec2012-12-27 10:46:37 +01003726
3727 /* we reached the end of the rules, nothing to report */
Willy Tarreau0b748332014-04-29 00:13:29 +02003728 return HTTP_RULE_RES_CONT;
Willy Tarreauf68a15a2011-01-06 16:53:21 +01003729}
3730
Willy Tarreau71241ab2012-12-27 11:30:54 +01003731
Willy Tarreau51d861a2015-05-22 17:30:48 +02003732/* Executes the http-response rules <rules> for stream <s> and proxy <px>. It
3733 * returns one of 5 possible statuses: HTTP_RULE_RES_CONT, HTTP_RULE_RES_STOP,
3734 * HTTP_RULE_RES_DONE, HTTP_RULE_RES_YIELD, or HTTP_RULE_RES_BADREQ. If *CONT
3735 * is returned, the process can continue the evaluation of next rule list. If
3736 * *STOP or *DONE is returned, the process must stop the evaluation. If *BADREQ
3737 * is returned, it means the operation could not be processed and a server error
3738 * must be returned. It may set the TX_SVDENY on txn->flags if it encounters a
3739 * deny rule. If *YIELD is returned, the caller must call again the function
3740 * with the same context.
Willy Tarreaue365c0b2013-06-11 16:06:12 +02003741 */
Thierry FOURNIER9e2ef992015-02-25 13:51:19 +01003742static enum rule_result
Willy Tarreau987e3fb2015-04-04 01:09:08 +02003743http_res_get_intercept_rule(struct proxy *px, struct list *rules, struct stream *s)
Willy Tarreaue365c0b2013-06-11 16:06:12 +02003744{
Willy Tarreau9ad7bd42015-04-03 19:19:59 +02003745 struct session *sess = strm_sess(s);
Willy Tarreau987e3fb2015-04-04 01:09:08 +02003746 struct http_txn *txn = s->txn;
Willy Tarreaub363a1f2013-10-01 10:45:07 +02003747 struct connection *cli_conn;
Thierry FOURNIERa28a9422015-08-04 19:35:46 +02003748 struct act_rule *rule;
Willy Tarreaue365c0b2013-06-11 16:06:12 +02003749 struct hdr_ctx ctx;
Willy Tarreauacc98002015-09-27 23:34:39 +02003750 int act_flags = 0;
Willy Tarreaue365c0b2013-06-11 16:06:12 +02003751
Thierry FOURNIERbc4c1ac2015-02-25 13:36:14 +01003752 /* If "the current_rule_list" match the executed rule list, we are in
3753 * resume condition. If a resume is needed it is always in the action
3754 * and never in the ACL or converters. In this case, we initialise the
3755 * current rule, and go to the action execution point.
3756 */
Willy Tarreau152b81e2015-04-20 13:26:17 +02003757 if (s->current_rule) {
3758 rule = s->current_rule;
3759 s->current_rule = NULL;
3760 if (s->current_rule_list == rules)
3761 goto resume_execution;
Thierry FOURNIERbc4c1ac2015-02-25 13:36:14 +01003762 }
3763 s->current_rule_list = rules;
Willy Tarreau152b81e2015-04-20 13:26:17 +02003764
Willy Tarreaue365c0b2013-06-11 16:06:12 +02003765 list_for_each_entry(rule, rules, list) {
Willy Tarreaue365c0b2013-06-11 16:06:12 +02003766
3767 /* check optional condition */
3768 if (rule->cond) {
3769 int ret;
3770
Willy Tarreau192252e2015-04-04 01:47:55 +02003771 ret = acl_exec_cond(rule->cond, px, sess, s, SMP_OPT_DIR_RES|SMP_OPT_FINAL);
Willy Tarreaue365c0b2013-06-11 16:06:12 +02003772 ret = acl_pass(ret);
3773
3774 if (rule->cond->pol == ACL_COND_UNLESS)
3775 ret = !ret;
3776
3777 if (!ret) /* condition not matched */
3778 continue;
3779 }
3780
Willy Tarreauacc98002015-09-27 23:34:39 +02003781 act_flags |= ACT_FLAG_FIRST;
Thierry FOURNIERbc4c1ac2015-02-25 13:36:14 +01003782resume_execution:
Willy Tarreaue365c0b2013-06-11 16:06:12 +02003783 switch (rule->action) {
Thierry FOURNIER0ea5c7f2015-08-05 19:05:19 +02003784 case ACT_ACTION_ALLOW:
Thierry FOURNIER9e2ef992015-02-25 13:51:19 +01003785 return HTTP_RULE_RES_STOP; /* "allow" rules are OK */
Willy Tarreaue365c0b2013-06-11 16:06:12 +02003786
Thierry FOURNIER0ea5c7f2015-08-05 19:05:19 +02003787 case ACT_ACTION_DENY:
Willy Tarreaue365c0b2013-06-11 16:06:12 +02003788 txn->flags |= TX_SVDENY;
Thierry FOURNIER9e2ef992015-02-25 13:51:19 +01003789 return HTTP_RULE_RES_STOP;
Willy Tarreaue365c0b2013-06-11 16:06:12 +02003790
Thierry FOURNIER0ea5c7f2015-08-05 19:05:19 +02003791 case ACT_HTTP_SET_NICE:
Willy Tarreauf4c43c12013-06-11 17:01:13 +02003792 s->task->nice = rule->arg.nice;
3793 break;
3794
Thierry FOURNIER0ea5c7f2015-08-05 19:05:19 +02003795 case ACT_HTTP_SET_TOS:
Willy Tarreau9ad7bd42015-04-03 19:19:59 +02003796 if ((cli_conn = objt_conn(sess->origin)) && conn_ctrl_ready(cli_conn))
Vincent Bernat6e615892016-05-18 16:17:44 +02003797 inet_set_tos(cli_conn->t.sock.fd, &cli_conn->addr.from, rule->arg.tos);
Willy Tarreau42cf39e2013-06-11 18:51:32 +02003798 break;
3799
Thierry FOURNIER0ea5c7f2015-08-05 19:05:19 +02003800 case ACT_HTTP_SET_MARK:
Willy Tarreau51347ed2013-06-11 19:34:13 +02003801#ifdef SO_MARK
Willy Tarreau9ad7bd42015-04-03 19:19:59 +02003802 if ((cli_conn = objt_conn(sess->origin)) && conn_ctrl_ready(cli_conn))
Willy Tarreaub363a1f2013-10-01 10:45:07 +02003803 setsockopt(cli_conn->t.sock.fd, SOL_SOCKET, SO_MARK, &rule->arg.mark, sizeof(rule->arg.mark));
Willy Tarreau51347ed2013-06-11 19:34:13 +02003804#endif
3805 break;
3806
Thierry FOURNIER0ea5c7f2015-08-05 19:05:19 +02003807 case ACT_HTTP_SET_LOGL:
Willy Tarreau9a355ec2013-06-11 17:45:46 +02003808 s->logs.level = rule->arg.loglevel;
3809 break;
3810
Thierry FOURNIER0ea5c7f2015-08-05 19:05:19 +02003811 case ACT_HTTP_REPLACE_HDR:
3812 case ACT_HTTP_REPLACE_VAL:
Thierry FOURNIER5a33ac72015-03-16 23:54:35 +01003813 if (http_transform_header(s, &txn->rsp, rule->arg.hdr_add.name,
3814 rule->arg.hdr_add.name_len,
3815 &rule->arg.hdr_add.fmt,
3816 &rule->arg.hdr_add.re, rule->action))
Thierry FOURNIER9e2ef992015-02-25 13:51:19 +01003817 return HTTP_RULE_RES_STOP; /* note: we should report an error here */
Sasha Pachev218f0642014-06-16 12:05:59 -06003818 break;
3819
Thierry FOURNIER0ea5c7f2015-08-05 19:05:19 +02003820 case ACT_HTTP_DEL_HDR:
Willy Tarreaue365c0b2013-06-11 16:06:12 +02003821 ctx.idx = 0;
3822 /* remove all occurrences of the header */
3823 while (http_find_header2(rule->arg.hdr_add.name, rule->arg.hdr_add.name_len,
3824 txn->rsp.chn->buf->p, &txn->hdr_idx, &ctx)) {
3825 http_remove_header2(&txn->rsp, &txn->hdr_idx, &ctx);
3826 }
Willy Tarreau85603282015-01-21 20:39:27 +01003827 break;
Willy Tarreaue365c0b2013-06-11 16:06:12 +02003828
Thierry FOURNIER0ea5c7f2015-08-05 19:05:19 +02003829 case ACT_HTTP_SET_HDR:
3830 case ACT_HTTP_ADD_HDR:
Willy Tarreaue365c0b2013-06-11 16:06:12 +02003831 chunk_printf(&trash, "%s: ", rule->arg.hdr_add.name);
3832 memcpy(trash.str, rule->arg.hdr_add.name, rule->arg.hdr_add.name_len);
3833 trash.len = rule->arg.hdr_add.name_len;
3834 trash.str[trash.len++] = ':';
3835 trash.str[trash.len++] = ' ';
3836 trash.len += build_logline(s, trash.str + trash.len, trash.size - trash.len, &rule->arg.hdr_add.fmt);
Willy Tarreau85603282015-01-21 20:39:27 +01003837
Thierry FOURNIER0ea5c7f2015-08-05 19:05:19 +02003838 if (rule->action == ACT_HTTP_SET_HDR) {
Willy Tarreau85603282015-01-21 20:39:27 +01003839 /* remove all occurrences of the header */
3840 ctx.idx = 0;
3841 while (http_find_header2(rule->arg.hdr_add.name, rule->arg.hdr_add.name_len,
3842 txn->rsp.chn->buf->p, &txn->hdr_idx, &ctx)) {
3843 http_remove_header2(&txn->rsp, &txn->hdr_idx, &ctx);
3844 }
3845 }
Willy Tarreaue365c0b2013-06-11 16:06:12 +02003846 http_header_add_tail2(&txn->rsp, &txn->hdr_idx, trash.str, trash.len);
3847 break;
Baptiste Assmannfabcbe02014-04-24 22:16:59 +02003848
Thierry FOURNIER0ea5c7f2015-08-05 19:05:19 +02003849 case ACT_HTTP_DEL_ACL:
3850 case ACT_HTTP_DEL_MAP: {
Baptiste Assmannfabcbe02014-04-24 22:16:59 +02003851 struct pat_ref *ref;
3852 char *key;
3853 int len;
3854
3855 /* collect reference */
3856 ref = pat_ref_lookup(rule->arg.map.ref);
3857 if (!ref)
3858 continue;
3859
3860 /* collect key */
3861 len = build_logline(s, trash.str, trash.size, &rule->arg.map.key);
3862 key = trash.str;
3863 key[len] = '\0';
3864
3865 /* perform update */
3866 /* returned code: 1=ok, 0=ko */
3867 pat_ref_delete(ref, key);
3868
3869 break;
3870 }
3871
Thierry FOURNIER0ea5c7f2015-08-05 19:05:19 +02003872 case ACT_HTTP_ADD_ACL: {
Baptiste Assmannfabcbe02014-04-24 22:16:59 +02003873 struct pat_ref *ref;
3874 char *key;
3875 struct chunk *trash_key;
3876 int len;
3877
3878 trash_key = get_trash_chunk();
3879
3880 /* collect reference */
3881 ref = pat_ref_lookup(rule->arg.map.ref);
3882 if (!ref)
3883 continue;
3884
3885 /* collect key */
3886 len = build_logline(s, trash_key->str, trash_key->size, &rule->arg.map.key);
3887 key = trash_key->str;
3888 key[len] = '\0';
3889
3890 /* perform update */
3891 /* check if the entry already exists */
3892 if (pat_ref_find_elt(ref, key) == NULL)
Thierry FOURNIERe47e4e22014-04-28 11:18:57 +02003893 pat_ref_add(ref, key, NULL, NULL);
Baptiste Assmannfabcbe02014-04-24 22:16:59 +02003894
3895 break;
3896 }
3897
Thierry FOURNIER0ea5c7f2015-08-05 19:05:19 +02003898 case ACT_HTTP_SET_MAP: {
Baptiste Assmannfabcbe02014-04-24 22:16:59 +02003899 struct pat_ref *ref;
3900 char *key, *value;
3901 struct chunk *trash_key, *trash_value;
3902 int len;
3903
3904 trash_key = get_trash_chunk();
3905 trash_value = get_trash_chunk();
3906
3907 /* collect reference */
3908 ref = pat_ref_lookup(rule->arg.map.ref);
3909 if (!ref)
3910 continue;
3911
3912 /* collect key */
3913 len = build_logline(s, trash_key->str, trash_key->size, &rule->arg.map.key);
3914 key = trash_key->str;
3915 key[len] = '\0';
3916
3917 /* collect value */
3918 len = build_logline(s, trash_value->str, trash_value->size, &rule->arg.map.value);
3919 value = trash_value->str;
3920 value[len] = '\0';
3921
3922 /* perform update */
3923 if (pat_ref_find_elt(ref, key) != NULL)
3924 /* update entry if it exists */
3925 pat_ref_set(ref, key, value, NULL);
3926 else
3927 /* insert a new entry */
Thierry FOURNIERe47e4e22014-04-28 11:18:57 +02003928 pat_ref_add(ref, key, value, NULL);
Baptiste Assmannfabcbe02014-04-24 22:16:59 +02003929
3930 break;
3931 }
William Lallemand73025dd2014-04-24 14:38:37 +02003932
Thierry FOURNIER0ea5c7f2015-08-05 19:05:19 +02003933 case ACT_HTTP_REDIR:
Willy Tarreau51d861a2015-05-22 17:30:48 +02003934 if (!http_apply_redirect_rule(rule->arg.redir, s, txn))
3935 return HTTP_RULE_RES_BADREQ;
3936 return HTTP_RULE_RES_DONE;
3937
Ruoshan Huange4edc6b2016-07-14 15:07:45 +08003938 case ACT_ACTION_TRK_SC0 ... ACT_ACTION_TRK_SCMAX:
3939 /* Note: only the first valid tracking parameter of each
3940 * applies.
3941 */
3942
3943 if (stkctr_entry(&s->stkctr[http_trk_idx(rule->action)]) == NULL) {
3944 struct stktable *t;
3945 struct stksess *ts;
3946 struct stktable_key *key;
3947 void *ptr;
3948
3949 t = rule->arg.trk_ctr.table.t;
3950 key = stktable_fetch_key(t, s->be, sess, s, SMP_OPT_DIR_RES | SMP_OPT_FINAL, rule->arg.trk_ctr.expr, NULL);
3951
3952 if (key && (ts = stktable_get_entry(t, key))) {
3953 stream_track_stkctr(&s->stkctr[http_trk_idx(rule->action)], t, ts);
3954
3955 /* let's count a new HTTP request as it's the first time we do it */
3956 ptr = stktable_data_ptr(t, ts, STKTABLE_DT_HTTP_REQ_CNT);
3957 if (ptr)
3958 stktable_data_cast(ptr, http_req_cnt)++;
3959
3960 ptr = stktable_data_ptr(t, ts, STKTABLE_DT_HTTP_REQ_RATE);
3961 if (ptr)
3962 update_freq_ctr_period(&stktable_data_cast(ptr, http_req_rate),
3963 t->data_arg[STKTABLE_DT_HTTP_REQ_RATE].u, 1);
3964
3965 stkctr_set_flags(&s->stkctr[http_trk_idx(rule->action)], STKCTR_TRACK_CONTENT);
3966 if (sess->fe != s->be)
3967 stkctr_set_flags(&s->stkctr[http_trk_idx(rule->action)], STKCTR_TRACK_BACKEND);
3968
3969 /* When the client triggers a 4xx from the server, it's most often due
3970 * to a missing object or permission. These events should be tracked
3971 * because if they happen often, it may indicate a brute force or a
3972 * vulnerability scan. Normally this is done when receiving the response
3973 * but here we're tracking after this ought to have been done so we have
3974 * to do it on purpose.
3975 */
Willy Tarreau3146a4c2016-07-26 15:22:33 +02003976 if ((unsigned)(txn->status - 400) < 100) {
3977 ptr = stktable_data_ptr(t, ts, STKTABLE_DT_HTTP_ERR_CNT);
3978 if (ptr)
3979 stktable_data_cast(ptr, http_err_cnt)++;
3980
3981 ptr = stktable_data_ptr(t, ts, STKTABLE_DT_HTTP_ERR_RATE);
3982 if (ptr)
3983 update_freq_ctr_period(&stktable_data_cast(ptr, http_err_rate),
3984 t->data_arg[STKTABLE_DT_HTTP_ERR_RATE].u, 1);
3985 }
Ruoshan Huange4edc6b2016-07-14 15:07:45 +08003986 }
3987 }
3988 break;
3989
Thierry FOURNIER42148732015-09-02 17:17:33 +02003990 case ACT_CUSTOM:
Willy Tarreauacc98002015-09-27 23:34:39 +02003991 if ((px->options & PR_O_ABRT_CLOSE) && (s->req.flags & (CF_SHUTR|CF_READ_NULL|CF_READ_ERROR)))
3992 act_flags |= ACT_FLAG_FINAL;
Willy Tarreau39458682015-09-27 10:33:15 +02003993
Willy Tarreauacc98002015-09-27 23:34:39 +02003994 switch (rule->action_ptr(rule, px, s->sess, s, act_flags)) {
Thierry FOURNIER24ff6c62015-08-06 08:52:53 +02003995 case ACT_RET_ERR:
3996 case ACT_RET_CONT:
3997 break;
Thierry FOURNIER42148732015-09-02 17:17:33 +02003998 case ACT_RET_STOP:
3999 return HTTP_RULE_RES_STOP;
Thierry FOURNIER24ff6c62015-08-06 08:52:53 +02004000 case ACT_RET_YIELD:
Willy Tarreau152b81e2015-04-20 13:26:17 +02004001 s->current_rule = rule;
Thierry FOURNIERbc4c1ac2015-02-25 13:36:14 +01004002 return HTTP_RULE_RES_YIELD;
4003 }
William Lallemand73025dd2014-04-24 14:38:37 +02004004 break;
4005
Thierry FOURNIER22e49012015-08-05 19:13:48 +02004006 /* other flags exists, but normaly, they never be matched. */
4007 default:
4008 break;
Willy Tarreaue365c0b2013-06-11 16:06:12 +02004009 }
4010 }
4011
4012 /* we reached the end of the rules, nothing to report */
Thierry FOURNIER9e2ef992015-02-25 13:51:19 +01004013 return HTTP_RULE_RES_CONT;
Willy Tarreaue365c0b2013-06-11 16:06:12 +02004014}
4015
4016
Willy Tarreau71241ab2012-12-27 11:30:54 +01004017/* Perform an HTTP redirect based on the information in <rule>. The function
4018 * returns non-zero on success, or zero in case of a, irrecoverable error such
4019 * as too large a request to build a valid response.
4020 */
Willy Tarreau87b09662015-04-03 00:22:06 +02004021static int http_apply_redirect_rule(struct redirect_rule *rule, struct stream *s, struct http_txn *txn)
Willy Tarreau71241ab2012-12-27 11:30:54 +01004022{
Willy Tarreaub329a312015-05-22 16:27:37 +02004023 struct http_msg *req = &txn->req;
4024 struct http_msg *res = &txn->rsp;
Willy Tarreau71241ab2012-12-27 11:30:54 +01004025 const char *msg_fmt;
Thierry FOURNIERd18cd0f2013-11-29 12:15:45 +01004026 const char *location;
Willy Tarreau71241ab2012-12-27 11:30:54 +01004027
4028 /* build redirect message */
4029 switch(rule->code) {
Yves Lafon3e8d1ae2013-03-11 11:06:05 -04004030 case 308:
4031 msg_fmt = HTTP_308;
4032 break;
4033 case 307:
4034 msg_fmt = HTTP_307;
4035 break;
Willy Tarreau71241ab2012-12-27 11:30:54 +01004036 case 303:
4037 msg_fmt = HTTP_303;
4038 break;
4039 case 301:
4040 msg_fmt = HTTP_301;
4041 break;
4042 case 302:
4043 default:
4044 msg_fmt = HTTP_302;
4045 break;
4046 }
4047
4048 if (unlikely(!chunk_strcpy(&trash, msg_fmt)))
4049 return 0;
4050
Thierry FOURNIERd18cd0f2013-11-29 12:15:45 +01004051 location = trash.str + trash.len;
4052
Willy Tarreau71241ab2012-12-27 11:30:54 +01004053 switch(rule->type) {
4054 case REDIRECT_TYPE_SCHEME: {
4055 const char *path;
4056 const char *host;
4057 struct hdr_ctx ctx;
4058 int pathlen;
4059 int hostlen;
4060
4061 host = "";
4062 hostlen = 0;
4063 ctx.idx = 0;
Willy Tarreaub329a312015-05-22 16:27:37 +02004064 if (http_find_header2("Host", 4, req->chn->buf->p, &txn->hdr_idx, &ctx)) {
Willy Tarreau71241ab2012-12-27 11:30:54 +01004065 host = ctx.line + ctx.val;
4066 hostlen = ctx.vlen;
4067 }
4068
4069 path = http_get_path(txn);
4070 /* build message using path */
4071 if (path) {
Willy Tarreaub329a312015-05-22 16:27:37 +02004072 pathlen = req->sl.rq.u_l + (req->chn->buf->p + req->sl.rq.u) - path;
Willy Tarreau71241ab2012-12-27 11:30:54 +01004073 if (rule->flags & REDIRECT_FLAG_DROP_QS) {
4074 int qs = 0;
4075 while (qs < pathlen) {
4076 if (path[qs] == '?') {
4077 pathlen = qs;
4078 break;
4079 }
4080 qs++;
4081 }
4082 }
4083 } else {
4084 path = "/";
4085 pathlen = 1;
4086 }
4087
Thierry FOURNIERd18cd0f2013-11-29 12:15:45 +01004088 if (rule->rdr_str) { /* this is an old "redirect" rule */
4089 /* check if we can add scheme + "://" + host + path */
4090 if (trash.len + rule->rdr_len + 3 + hostlen + pathlen > trash.size - 4)
4091 return 0;
Willy Tarreau71241ab2012-12-27 11:30:54 +01004092
Thierry FOURNIERd18cd0f2013-11-29 12:15:45 +01004093 /* add scheme */
4094 memcpy(trash.str + trash.len, rule->rdr_str, rule->rdr_len);
4095 trash.len += rule->rdr_len;
4096 }
4097 else {
4098 /* add scheme with executing log format */
4099 trash.len += build_logline(s, trash.str + trash.len, trash.size - trash.len, &rule->rdr_fmt);
Willy Tarreau71241ab2012-12-27 11:30:54 +01004100
Thierry FOURNIERd18cd0f2013-11-29 12:15:45 +01004101 /* check if we can add scheme + "://" + host + path */
4102 if (trash.len + 3 + hostlen + pathlen > trash.size - 4)
4103 return 0;
4104 }
Willy Tarreau71241ab2012-12-27 11:30:54 +01004105 /* add "://" */
4106 memcpy(trash.str + trash.len, "://", 3);
4107 trash.len += 3;
4108
4109 /* add host */
4110 memcpy(trash.str + trash.len, host, hostlen);
4111 trash.len += hostlen;
4112
4113 /* add path */
4114 memcpy(trash.str + trash.len, path, pathlen);
4115 trash.len += pathlen;
4116
Thierry FOURNIERd18cd0f2013-11-29 12:15:45 +01004117 /* append a slash at the end of the location if needed and missing */
Willy Tarreau71241ab2012-12-27 11:30:54 +01004118 if (trash.len && trash.str[trash.len - 1] != '/' &&
4119 (rule->flags & REDIRECT_FLAG_APPEND_SLASH)) {
4120 if (trash.len > trash.size - 5)
4121 return 0;
4122 trash.str[trash.len] = '/';
4123 trash.len++;
4124 }
4125
4126 break;
4127 }
4128 case REDIRECT_TYPE_PREFIX: {
4129 const char *path;
4130 int pathlen;
4131
4132 path = http_get_path(txn);
4133 /* build message using path */
4134 if (path) {
Willy Tarreaub329a312015-05-22 16:27:37 +02004135 pathlen = req->sl.rq.u_l + (req->chn->buf->p + req->sl.rq.u) - path;
Willy Tarreau71241ab2012-12-27 11:30:54 +01004136 if (rule->flags & REDIRECT_FLAG_DROP_QS) {
4137 int qs = 0;
4138 while (qs < pathlen) {
4139 if (path[qs] == '?') {
4140 pathlen = qs;
4141 break;
4142 }
4143 qs++;
4144 }
4145 }
4146 } else {
4147 path = "/";
4148 pathlen = 1;
4149 }
4150
Thierry FOURNIERd18cd0f2013-11-29 12:15:45 +01004151 if (rule->rdr_str) { /* this is an old "redirect" rule */
4152 if (trash.len + rule->rdr_len + pathlen > trash.size - 4)
4153 return 0;
Willy Tarreau71241ab2012-12-27 11:30:54 +01004154
Thierry FOURNIERd18cd0f2013-11-29 12:15:45 +01004155 /* add prefix. Note that if prefix == "/", we don't want to
4156 * add anything, otherwise it makes it hard for the user to
4157 * configure a self-redirection.
4158 */
4159 if (rule->rdr_len != 1 || *rule->rdr_str != '/') {
4160 memcpy(trash.str + trash.len, rule->rdr_str, rule->rdr_len);
4161 trash.len += rule->rdr_len;
4162 }
4163 }
4164 else {
4165 /* add prefix with executing log format */
4166 trash.len += build_logline(s, trash.str + trash.len, trash.size - trash.len, &rule->rdr_fmt);
4167
4168 /* Check length */
4169 if (trash.len + pathlen > trash.size - 4)
4170 return 0;
Willy Tarreau71241ab2012-12-27 11:30:54 +01004171 }
4172
4173 /* add path */
4174 memcpy(trash.str + trash.len, path, pathlen);
4175 trash.len += pathlen;
4176
Thierry FOURNIERd18cd0f2013-11-29 12:15:45 +01004177 /* append a slash at the end of the location if needed and missing */
Willy Tarreau71241ab2012-12-27 11:30:54 +01004178 if (trash.len && trash.str[trash.len - 1] != '/' &&
4179 (rule->flags & REDIRECT_FLAG_APPEND_SLASH)) {
4180 if (trash.len > trash.size - 5)
4181 return 0;
4182 trash.str[trash.len] = '/';
4183 trash.len++;
4184 }
4185
4186 break;
4187 }
4188 case REDIRECT_TYPE_LOCATION:
4189 default:
Thierry FOURNIERd18cd0f2013-11-29 12:15:45 +01004190 if (rule->rdr_str) { /* this is an old "redirect" rule */
4191 if (trash.len + rule->rdr_len > trash.size - 4)
4192 return 0;
4193
4194 /* add location */
4195 memcpy(trash.str + trash.len, rule->rdr_str, rule->rdr_len);
4196 trash.len += rule->rdr_len;
4197 }
4198 else {
4199 /* add location with executing log format */
4200 trash.len += build_logline(s, trash.str + trash.len, trash.size - trash.len, &rule->rdr_fmt);
Willy Tarreau71241ab2012-12-27 11:30:54 +01004201
Thierry FOURNIERd18cd0f2013-11-29 12:15:45 +01004202 /* Check left length */
4203 if (trash.len > trash.size - 4)
4204 return 0;
4205 }
Willy Tarreau71241ab2012-12-27 11:30:54 +01004206 break;
4207 }
4208
4209 if (rule->cookie_len) {
4210 memcpy(trash.str + trash.len, "\r\nSet-Cookie: ", 14);
4211 trash.len += 14;
4212 memcpy(trash.str + trash.len, rule->cookie_str, rule->cookie_len);
4213 trash.len += rule->cookie_len;
Willy Tarreau71241ab2012-12-27 11:30:54 +01004214 }
4215
4216 /* add end of headers and the keep-alive/close status.
4217 * We may choose to set keep-alive if the Location begins
4218 * with a slash, because the client will come back to the
4219 * same server.
4220 */
4221 txn->status = rule->code;
4222 /* let's log the request time */
4223 s->logs.tv_request = now;
4224
Thierry FOURNIERd18cd0f2013-11-29 12:15:45 +01004225 if (*location == '/' &&
Willy Tarreaub329a312015-05-22 16:27:37 +02004226 (req->flags & HTTP_MSGF_XFER_LEN) &&
Willy Tarreau2de8a502015-05-28 17:23:54 +02004227 ((!(req->flags & HTTP_MSGF_TE_CHNK) && !req->body_len) || (req->msg_state == HTTP_MSG_DONE)) &&
Willy Tarreau71241ab2012-12-27 11:30:54 +01004228 ((txn->flags & TX_CON_WANT_MSK) == TX_CON_WANT_SCL ||
4229 (txn->flags & TX_CON_WANT_MSK) == TX_CON_WANT_KAL)) {
4230 /* keep-alive possible */
Willy Tarreaub329a312015-05-22 16:27:37 +02004231 if (!(req->flags & HTTP_MSGF_VER_11)) {
Willy Tarreau71241ab2012-12-27 11:30:54 +01004232 if (unlikely(txn->flags & TX_USE_PX_CONN)) {
4233 memcpy(trash.str + trash.len, "\r\nProxy-Connection: keep-alive", 30);
4234 trash.len += 30;
4235 } else {
4236 memcpy(trash.str + trash.len, "\r\nConnection: keep-alive", 24);
4237 trash.len += 24;
4238 }
4239 }
4240 memcpy(trash.str + trash.len, "\r\n\r\n", 4);
4241 trash.len += 4;
Christopher Faulet3e344292015-11-24 16:24:13 +01004242 FLT_STRM_CB(s, flt_http_reply(s, txn->status, &trash));
Willy Tarreaub329a312015-05-22 16:27:37 +02004243 bo_inject(res->chn, trash.str, trash.len);
Willy Tarreau71241ab2012-12-27 11:30:54 +01004244 /* "eat" the request */
Willy Tarreaub329a312015-05-22 16:27:37 +02004245 bi_fast_delete(req->chn->buf, req->sov);
4246 req->next -= req->sov;
4247 req->sov = 0;
Christopher Faulet0184ea72017-01-05 14:06:34 +01004248 s->req.analysers = AN_REQ_HTTP_XFER_BODY | (s->req.analysers & AN_REQ_FLT_END);
4249 s->res.analysers = AN_RES_HTTP_XFER_BODY | (s->req.analysers & AN_RES_FLT_END);
Willy Tarreaub329a312015-05-22 16:27:37 +02004250 req->msg_state = HTTP_MSG_CLOSED;
4251 res->msg_state = HTTP_MSG_DONE;
Willy Tarreau51d861a2015-05-22 17:30:48 +02004252 /* Trim any possible response */
4253 res->chn->buf->i = 0;
4254 res->next = res->sov = 0;
Willy Tarreau71241ab2012-12-27 11:30:54 +01004255 } else {
4256 /* keep-alive not possible */
4257 if (unlikely(txn->flags & TX_USE_PX_CONN)) {
4258 memcpy(trash.str + trash.len, "\r\nProxy-Connection: close\r\n\r\n", 29);
4259 trash.len += 29;
4260 } else {
4261 memcpy(trash.str + trash.len, "\r\nConnection: close\r\n\r\n", 23);
4262 trash.len += 23;
4263 }
Christopher Fauleta94e5a52015-12-09 15:55:06 +01004264 http_reply_and_close(s, txn->status, &trash);
Christopher Faulet0184ea72017-01-05 14:06:34 +01004265 req->chn->analysers &= AN_REQ_FLT_END;
Willy Tarreau71241ab2012-12-27 11:30:54 +01004266 }
4267
Willy Tarreaue7dff022015-04-03 01:14:29 +02004268 if (!(s->flags & SF_ERR_MASK))
4269 s->flags |= SF_ERR_LOCAL;
4270 if (!(s->flags & SF_FINST_MASK))
4271 s->flags |= SF_FINST_R;
Willy Tarreau71241ab2012-12-27 11:30:54 +01004272
4273 return 1;
4274}
4275
Willy Tarreau1d0dfb12009-07-07 15:10:31 +02004276/* This stream analyser runs all HTTP request processing which is common to
4277 * frontends and backends, which means blocking ACLs, filters, connection-close,
4278 * reqadd, stats and redirects. This is performed for the designated proxy.
Willy Tarreaud787e662009-07-07 10:14:51 +02004279 * It returns 1 if the processing can continue on next analysers, or zero if it
Willy Tarreau1d0dfb12009-07-07 15:10:31 +02004280 * either needs more data or wants to immediately abort the request (eg: deny,
4281 * error, ...).
Willy Tarreaud787e662009-07-07 10:14:51 +02004282 */
Willy Tarreau87b09662015-04-03 00:22:06 +02004283int http_process_req_common(struct stream *s, struct channel *req, int an_bit, struct proxy *px)
Willy Tarreaud787e662009-07-07 10:14:51 +02004284{
Willy Tarreaufb0afa72015-04-03 14:46:27 +02004285 struct session *sess = s->sess;
Willy Tarreaueee5b512015-04-03 23:46:31 +02004286 struct http_txn *txn = s->txn;
Willy Tarreaud787e662009-07-07 10:14:51 +02004287 struct http_msg *msg = &txn->req;
Willy Tarreau1d0dfb12009-07-07 15:10:31 +02004288 struct redirect_rule *rule;
Willy Tarreauf4f04122010-01-28 18:10:50 +01004289 struct cond_wordlist *wl;
Willy Tarreau0b748332014-04-29 00:13:29 +02004290 enum rule_result verdict;
Willy Tarreau58727ec2016-05-25 16:23:59 +02004291 int deny_status = HTTP_ERR_403;
Willy Tarreaud787e662009-07-07 10:14:51 +02004292
Willy Tarreau655dce92009-11-08 13:10:58 +01004293 if (unlikely(msg->msg_state < HTTP_MSG_BODY)) {
Willy Tarreau51aecc72009-07-12 09:47:04 +02004294 /* we need more data */
Thierry FOURNIERbc4c1ac2015-02-25 13:36:14 +01004295 goto return_prx_yield;
Willy Tarreau51aecc72009-07-12 09:47:04 +02004296 }
4297
Willy Tarreau87b09662015-04-03 00:22:06 +02004298 DPRINTF(stderr,"[%u] %s: stream=%p b=%p, exp(r,w)=%u,%u bf=%08x bh=%d analysers=%02x\n",
Willy Tarreaud787e662009-07-07 10:14:51 +02004299 now_ms, __FUNCTION__,
4300 s,
4301 req,
4302 req->rex, req->wex,
4303 req->flags,
Willy Tarreau9b28e032012-10-12 23:49:43 +02004304 req->buf->i,
Willy Tarreaud787e662009-07-07 10:14:51 +02004305 req->analysers);
4306
Willy Tarreau65410832014-04-28 21:25:43 +02004307 /* just in case we have some per-backend tracking */
Willy Tarreau87b09662015-04-03 00:22:06 +02004308 stream_inc_be_http_req_ctr(s);
Willy Tarreau65410832014-04-28 21:25:43 +02004309
Willy Tarreauf68a15a2011-01-06 16:53:21 +01004310 /* evaluate http-request rules */
Willy Tarreau0b748332014-04-29 00:13:29 +02004311 if (!LIST_ISEMPTY(&px->http_req_rules)) {
Willy Tarreau58727ec2016-05-25 16:23:59 +02004312 verdict = http_req_get_intercept_rule(px, &px->http_req_rules, s, &deny_status);
Willy Tarreau51425942010-02-01 10:40:19 +01004313
Willy Tarreau0b748332014-04-29 00:13:29 +02004314 switch (verdict) {
Thierry FOURNIERbc4c1ac2015-02-25 13:36:14 +01004315 case HTTP_RULE_RES_YIELD: /* some data miss, call the function later. */
4316 goto return_prx_yield;
4317
Willy Tarreau0b748332014-04-29 00:13:29 +02004318 case HTTP_RULE_RES_CONT:
4319 case HTTP_RULE_RES_STOP: /* nothing to do */
4320 break;
Willy Tarreau52542592014-04-28 18:33:26 +02004321
Willy Tarreau0b748332014-04-29 00:13:29 +02004322 case HTTP_RULE_RES_DENY: /* deny or tarpit */
4323 if (txn->flags & TX_CLTARPIT)
4324 goto tarpit;
4325 goto deny;
Willy Tarreau52542592014-04-28 18:33:26 +02004326
Willy Tarreau0b748332014-04-29 00:13:29 +02004327 case HTTP_RULE_RES_ABRT: /* abort request, response already sent. Eg: auth */
4328 goto return_prx_cond;
Willy Tarreau52542592014-04-28 18:33:26 +02004329
Willy Tarreau0b748332014-04-29 00:13:29 +02004330 case HTTP_RULE_RES_DONE: /* OK, but terminate request processing (eg: redirect) */
Willy Tarreau52542592014-04-28 18:33:26 +02004331 goto done;
4332
Willy Tarreau0b748332014-04-29 00:13:29 +02004333 case HTTP_RULE_RES_BADREQ: /* failed with a bad request */
4334 goto return_bad_req;
4335 }
Willy Tarreaubbba2a82014-04-28 13:57:26 +02004336 }
4337
Willy Tarreau52542592014-04-28 18:33:26 +02004338 /* OK at this stage, we know that the request was accepted according to
4339 * the http-request rules, we can check for the stats. Note that the
4340 * URI is detected *before* the req* rules in order not to be affected
4341 * by a possible reqrep, while they are processed *after* so that a
4342 * reqdeny can still block them. This clearly needs to change in 1.6!
4343 */
Willy Tarreau350f4872014-11-28 14:42:25 +01004344 if (stats_check_uri(&s->si[1], txn, px)) {
Willy Tarreau52542592014-04-28 18:33:26 +02004345 s->target = &http_stats_applet.obj_type;
Willy Tarreau350f4872014-11-28 14:42:25 +01004346 if (unlikely(!stream_int_register_handler(&s->si[1], objt_applet(s->target)))) {
Willy Tarreau52542592014-04-28 18:33:26 +02004347 txn->status = 500;
4348 s->logs.tv_request = now;
Christopher Fauleta94e5a52015-12-09 15:55:06 +01004349 http_reply_and_close(s, txn->status, http_error_message(s, HTTP_ERR_500));
Willy Tarreau7b4b4992013-12-01 09:15:12 +01004350
Willy Tarreaue7dff022015-04-03 01:14:29 +02004351 if (!(s->flags & SF_ERR_MASK))
4352 s->flags |= SF_ERR_RESOURCE;
Willy Tarreau52542592014-04-28 18:33:26 +02004353 goto return_prx_cond;
4354 }
4355
4356 /* parse the whole stats request and extract the relevant information */
4357 http_handle_stats(s, req);
Willy Tarreau58727ec2016-05-25 16:23:59 +02004358 verdict = http_req_get_intercept_rule(px, &px->uri_auth->http_req_rules, s, &deny_status);
Willy Tarreau0b748332014-04-29 00:13:29 +02004359 /* not all actions implemented: deny, allow, auth */
Willy Tarreaubbba2a82014-04-28 13:57:26 +02004360
Willy Tarreau0b748332014-04-29 00:13:29 +02004361 if (verdict == HTTP_RULE_RES_DENY) /* stats http-request deny */
4362 goto deny;
Willy Tarreau52542592014-04-28 18:33:26 +02004363
Willy Tarreau0b748332014-04-29 00:13:29 +02004364 if (verdict == HTTP_RULE_RES_ABRT) /* stats auth / stats http-request auth */
4365 goto return_prx_cond;
Krzysztof Piotr Oledzki59bb2182010-01-29 17:58:21 +01004366 }
4367
Willy Tarreaubbba2a82014-04-28 13:57:26 +02004368 /* evaluate the req* rules except reqadd */
4369 if (px->req_exp != NULL) {
Willy Tarreau6c123b12010-01-28 20:22:06 +01004370 if (apply_filters_to_request(s, req, px) < 0)
Willy Tarreau1d0dfb12009-07-07 15:10:31 +02004371 goto return_bad_req;
Willy Tarreau06619262006-12-17 08:37:22 +01004372
Willy Tarreaubbba2a82014-04-28 13:57:26 +02004373 if (txn->flags & TX_CLDENY)
4374 goto deny;
Willy Tarreauc465fd72009-08-31 00:17:18 +02004375
Willy Tarreaubbba2a82014-04-28 13:57:26 +02004376 if (txn->flags & TX_CLTARPIT)
4377 goto tarpit;
Willy Tarreau1d0dfb12009-07-07 15:10:31 +02004378 }
Willy Tarreau06619262006-12-17 08:37:22 +01004379
Willy Tarreauf68a15a2011-01-06 16:53:21 +01004380 /* add request headers from the rule sets in the same order */
4381 list_for_each_entry(wl, &px->req_add, list) {
4382 if (wl->cond) {
Willy Tarreau192252e2015-04-04 01:47:55 +02004383 int ret = acl_exec_cond(wl->cond, px, sess, s, SMP_OPT_DIR_REQ|SMP_OPT_FINAL);
Willy Tarreauf68a15a2011-01-06 16:53:21 +01004384 ret = acl_pass(ret);
4385 if (((struct acl_cond *)wl->cond)->pol == ACL_COND_UNLESS)
4386 ret = !ret;
4387 if (!ret)
4388 continue;
4389 }
4390
Willy Tarreau6acf7c92012-03-09 13:30:45 +01004391 if (unlikely(http_header_add_tail(&txn->req, &txn->hdr_idx, wl->s) < 0))
Willy Tarreauf68a15a2011-01-06 16:53:21 +01004392 goto return_bad_req;
Willy Tarreau81499eb2012-12-27 12:19:02 +01004393 }
4394
Willy Tarreau52542592014-04-28 18:33:26 +02004395
4396 /* Proceed with the stats now. */
Willy Tarreau414e9bb2013-11-23 00:30:38 +01004397 if (unlikely(objt_applet(s->target) == &http_stats_applet)) {
Willy Tarreau1facd6d2012-12-22 22:03:39 +01004398 /* process the stats request now */
Willy Tarreaue36cbcb2015-04-03 15:40:56 +02004399 if (sess->fe == s->be) /* report it if the request was intercepted by the frontend */
4400 sess->fe->fe_counters.intercepted_req++;
Willy Tarreau347a35d2013-11-22 17:51:09 +01004401
Willy Tarreaue7dff022015-04-03 01:14:29 +02004402 if (!(s->flags & SF_ERR_MASK)) // this is not really an error but it is
4403 s->flags |= SF_ERR_LOCAL; // to mark that it comes from the proxy
4404 if (!(s->flags & SF_FINST_MASK))
4405 s->flags |= SF_FINST_R;
Willy Tarreau347a35d2013-11-22 17:51:09 +01004406
Willy Tarreau70730dd2014-04-24 18:06:27 +02004407 /* enable the minimally required analyzers to handle keep-alive and compression on the HTTP response */
Christopher Faulet0184ea72017-01-05 14:06:34 +01004408 req->analysers &= (AN_REQ_HTTP_BODY | AN_REQ_FLT_HTTP_HDRS | AN_REQ_FLT_END);
4409 req->analysers &= ~AN_REQ_FLT_XFER_DATA;
Christopher Fauletd7c91962015-04-30 11:48:27 +02004410 req->analysers |= AN_REQ_HTTP_XFER_BODY;
Willy Tarreaubbba2a82014-04-28 13:57:26 +02004411 goto done;
Willy Tarreau1d0dfb12009-07-07 15:10:31 +02004412 }
Willy Tarreaub2513902006-12-17 14:52:38 +01004413
Willy Tarreau1d0dfb12009-07-07 15:10:31 +02004414 /* check whether we have some ACLs set to redirect this request */
4415 list_for_each_entry(rule, &px->redirect_rules, list) {
Willy Tarreauf285f542010-01-03 20:03:03 +01004416 if (rule->cond) {
Willy Tarreau71241ab2012-12-27 11:30:54 +01004417 int ret;
4418
Willy Tarreau192252e2015-04-04 01:47:55 +02004419 ret = acl_exec_cond(rule->cond, px, sess, s, SMP_OPT_DIR_REQ|SMP_OPT_FINAL);
Willy Tarreauf285f542010-01-03 20:03:03 +01004420 ret = acl_pass(ret);
4421 if (rule->cond->pol == ACL_COND_UNLESS)
4422 ret = !ret;
Willy Tarreau71241ab2012-12-27 11:30:54 +01004423 if (!ret)
4424 continue;
Willy Tarreauf285f542010-01-03 20:03:03 +01004425 }
Willy Tarreau71241ab2012-12-27 11:30:54 +01004426 if (!http_apply_redirect_rule(rule, s, txn))
4427 goto return_bad_req;
Willy Tarreaubbba2a82014-04-28 13:57:26 +02004428 goto done;
Willy Tarreau1d0dfb12009-07-07 15:10:31 +02004429 }
Willy Tarreau55ea7572007-06-17 19:56:27 +02004430
Willy Tarreau2be39392010-01-03 17:24:51 +01004431 /* POST requests may be accompanied with an "Expect: 100-Continue" header.
4432 * If this happens, then the data will not come immediately, so we must
4433 * send all what we have without waiting. Note that due to the small gain
4434 * in waiting for the body of the request, it's easier to simply put the
Willy Tarreau03cdb7c2012-08-27 23:14:58 +02004435 * CF_SEND_DONTWAIT flag any time. It's a one-shot flag so it will remove
Willy Tarreau2be39392010-01-03 17:24:51 +01004436 * itself once used.
4437 */
Willy Tarreau03cdb7c2012-08-27 23:14:58 +02004438 req->flags |= CF_SEND_DONTWAIT;
Willy Tarreau2be39392010-01-03 17:24:51 +01004439
Willy Tarreaubbba2a82014-04-28 13:57:26 +02004440 done: /* done with this analyser, continue with next ones that the calling
4441 * points will have set, if any.
4442 */
Willy Tarreaubbba2a82014-04-28 13:57:26 +02004443 req->analyse_exp = TICK_ETERNITY;
Thierry FOURNIER7566e302014-08-22 06:55:26 +02004444 done_without_exp: /* done with this analyser, but dont reset the analyse_exp. */
4445 req->analysers &= ~an_bit;
Willy Tarreau1d0dfb12009-07-07 15:10:31 +02004446 return 1;
Willy Tarreau11382812008-07-09 16:18:21 +02004447
Willy Tarreaubbba2a82014-04-28 13:57:26 +02004448 tarpit:
4449 /* When a connection is tarpitted, we use the tarpit timeout,
4450 * which may be the same as the connect timeout if unspecified.
4451 * If unset, then set it to zero because we really want it to
4452 * eventually expire. We build the tarpit as an analyser.
4453 */
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01004454 channel_erase(&s->req);
Willy Tarreaubbba2a82014-04-28 13:57:26 +02004455
4456 /* wipe the request out so that we can drop the connection early
4457 * if the client closes first.
4458 */
4459 channel_dont_connect(req);
Bertrand Paquet83a2c3d2016-04-06 11:58:31 +02004460
4461 /* Allow cookie logging
4462 */
4463 if (s->be->cookie_name || sess->fe->capture_name)
4464 manage_client_side_cookies(s, req);
4465
Christopher Faulet0184ea72017-01-05 14:06:34 +01004466 req->analysers &= AN_REQ_FLT_END; /* remove switching rules etc... */
Willy Tarreaubbba2a82014-04-28 13:57:26 +02004467 req->analysers |= AN_REQ_HTTP_TARPIT;
4468 req->analyse_exp = tick_add_ifset(now_ms, s->be->timeout.tarpit);
4469 if (!req->analyse_exp)
4470 req->analyse_exp = tick_add(now_ms, 0);
Willy Tarreau87b09662015-04-03 00:22:06 +02004471 stream_inc_http_err_ctr(s);
Willy Tarreaue36cbcb2015-04-03 15:40:56 +02004472 sess->fe->fe_counters.denied_req++;
4473 if (sess->fe != s->be)
Willy Tarreaubbba2a82014-04-28 13:57:26 +02004474 s->be->be_counters.denied_req++;
Willy Tarreaufb0afa72015-04-03 14:46:27 +02004475 if (sess->listener->counters)
4476 sess->listener->counters->denied_req++;
Thierry FOURNIER7566e302014-08-22 06:55:26 +02004477 goto done_without_exp;
Willy Tarreaubbba2a82014-04-28 13:57:26 +02004478
4479 deny: /* this request was blocked (denied) */
Bertrand Paquet83a2c3d2016-04-06 11:58:31 +02004480
4481 /* Allow cookie logging
4482 */
4483 if (s->be->cookie_name || sess->fe->capture_name)
4484 manage_client_side_cookies(s, req);
4485
Willy Tarreau0b748332014-04-29 00:13:29 +02004486 txn->flags |= TX_CLDENY;
Willy Tarreau58727ec2016-05-25 16:23:59 +02004487 txn->status = http_err_codes[deny_status];
Willy Tarreaubbba2a82014-04-28 13:57:26 +02004488 s->logs.tv_request = now;
Willy Tarreau58727ec2016-05-25 16:23:59 +02004489 http_reply_and_close(s, txn->status, http_error_message(s, deny_status));
Willy Tarreau87b09662015-04-03 00:22:06 +02004490 stream_inc_http_err_ctr(s);
Willy Tarreaue36cbcb2015-04-03 15:40:56 +02004491 sess->fe->fe_counters.denied_req++;
4492 if (sess->fe != s->be)
Willy Tarreaubbba2a82014-04-28 13:57:26 +02004493 s->be->be_counters.denied_req++;
Willy Tarreaufb0afa72015-04-03 14:46:27 +02004494 if (sess->listener->counters)
4495 sess->listener->counters->denied_req++;
Willy Tarreaubbba2a82014-04-28 13:57:26 +02004496 goto return_prx_cond;
4497
Willy Tarreau1d0dfb12009-07-07 15:10:31 +02004498 return_bad_req:
4499 /* We centralize bad requests processing here */
4500 if (unlikely(msg->msg_state == HTTP_MSG_ERROR) || msg->err_pos >= 0) {
4501 /* we detected a parsing error. We want to archive this request
4502 * in the dedicated proxy area for later troubleshooting.
4503 */
Willy Tarreau10e61cb2017-01-04 14:51:22 +01004504 http_capture_bad_message(&sess->fe->invalid_req, s, msg, msg->err_state, sess->fe);
Willy Tarreau1d0dfb12009-07-07 15:10:31 +02004505 }
Willy Tarreau55ea7572007-06-17 19:56:27 +02004506
Willy Tarreau10e61cb2017-01-04 14:51:22 +01004507 txn->req.err_state = txn->req.msg_state;
Willy Tarreau1d0dfb12009-07-07 15:10:31 +02004508 txn->req.msg_state = HTTP_MSG_ERROR;
4509 txn->status = 400;
Christopher Fauleta94e5a52015-12-09 15:55:06 +01004510 http_reply_and_close(s, txn->status, http_error_message(s, HTTP_ERR_400));
Krzysztof Piotr Oledzkiaeebf9b2009-10-04 15:43:17 +02004511
Willy Tarreaue36cbcb2015-04-03 15:40:56 +02004512 sess->fe->fe_counters.failed_req++;
Willy Tarreaufb0afa72015-04-03 14:46:27 +02004513 if (sess->listener->counters)
4514 sess->listener->counters->failed_req++;
Willy Tarreau6e4261e2007-09-18 18:36:05 +02004515
Willy Tarreau1d0dfb12009-07-07 15:10:31 +02004516 return_prx_cond:
Willy Tarreaue7dff022015-04-03 01:14:29 +02004517 if (!(s->flags & SF_ERR_MASK))
4518 s->flags |= SF_ERR_PRXCOND;
4519 if (!(s->flags & SF_FINST_MASK))
4520 s->flags |= SF_FINST_R;
Willy Tarreauf1221aa2006-12-17 22:14:12 +01004521
Christopher Faulet0184ea72017-01-05 14:06:34 +01004522 req->analysers &= AN_REQ_FLT_END;
Willy Tarreau1d0dfb12009-07-07 15:10:31 +02004523 req->analyse_exp = TICK_ETERNITY;
4524 return 0;
Thierry FOURNIERbc4c1ac2015-02-25 13:36:14 +01004525
4526 return_prx_yield:
4527 channel_dont_connect(req);
4528 return 0;
Willy Tarreau1d0dfb12009-07-07 15:10:31 +02004529}
Willy Tarreau58f10d72006-12-04 02:26:12 +01004530
Willy Tarreau1d0dfb12009-07-07 15:10:31 +02004531/* This function performs all the processing enabled for the current request.
4532 * It returns 1 if the processing can continue on next analysers, or zero if it
4533 * needs more data, encounters an error, or wants to immediately abort the
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01004534 * request. It relies on buffers flags, and updates s->req.analysers.
Willy Tarreau1d0dfb12009-07-07 15:10:31 +02004535 */
Willy Tarreau87b09662015-04-03 00:22:06 +02004536int http_process_request(struct stream *s, struct channel *req, int an_bit)
Willy Tarreau1d0dfb12009-07-07 15:10:31 +02004537{
Willy Tarreaufb0afa72015-04-03 14:46:27 +02004538 struct session *sess = s->sess;
Willy Tarreaueee5b512015-04-03 23:46:31 +02004539 struct http_txn *txn = s->txn;
Willy Tarreau1d0dfb12009-07-07 15:10:31 +02004540 struct http_msg *msg = &txn->req;
Willy Tarreauee335e62015-04-21 18:15:13 +02004541 struct connection *cli_conn = objt_conn(strm_sess(s)->origin);
Willy Tarreau58f10d72006-12-04 02:26:12 +01004542
Willy Tarreau655dce92009-11-08 13:10:58 +01004543 if (unlikely(msg->msg_state < HTTP_MSG_BODY)) {
Willy Tarreau51aecc72009-07-12 09:47:04 +02004544 /* we need more data */
Willy Tarreau8263d2b2012-08-28 00:06:31 +02004545 channel_dont_connect(req);
Willy Tarreau51aecc72009-07-12 09:47:04 +02004546 return 0;
4547 }
4548
Willy Tarreau87b09662015-04-03 00:22:06 +02004549 DPRINTF(stderr,"[%u] %s: stream=%p b=%p, exp(r,w)=%u,%u bf=%08x bh=%d analysers=%02x\n",
Willy Tarreau1d0dfb12009-07-07 15:10:31 +02004550 now_ms, __FUNCTION__,
4551 s,
4552 req,
4553 req->rex, req->wex,
4554 req->flags,
Willy Tarreau9b28e032012-10-12 23:49:43 +02004555 req->buf->i,
Willy Tarreau1d0dfb12009-07-07 15:10:31 +02004556 req->analysers);
Willy Tarreau06619262006-12-17 08:37:22 +01004557
Willy Tarreau59234e92008-11-30 23:51:27 +01004558 /*
4559 * Right now, we know that we have processed the entire headers
4560 * and that unwanted requests have been filtered out. We can do
4561 * whatever we want with the remaining request. Also, now we
4562 * may have separate values for ->fe, ->be.
4563 */
Willy Tarreau06619262006-12-17 08:37:22 +01004564
Willy Tarreau59234e92008-11-30 23:51:27 +01004565 /*
Willy Tarreaub363a1f2013-10-01 10:45:07 +02004566 * If HTTP PROXY is set we simply get remote server address parsing
4567 * incoming request. Note that this requires that a connection is
4568 * allocated on the server side.
Willy Tarreau59234e92008-11-30 23:51:27 +01004569 */
Willy Tarreaue7dff022015-04-03 01:14:29 +02004570 if ((s->be->options & PR_O_HTTP_PROXY) && !(s->flags & SF_ADDR_SET)) {
Willy Tarreau32e3c6a2013-10-11 19:34:20 +02004571 struct connection *conn;
Willy Tarreaue8df1e12013-12-16 14:30:55 +01004572 char *path;
Willy Tarreau32e3c6a2013-10-11 19:34:20 +02004573
Willy Tarreau9471b8c2013-12-15 13:31:35 +01004574 /* Note that for now we don't reuse existing proxy connections */
Willy Tarreau973a5422015-08-05 21:47:23 +02004575 if (unlikely((conn = si_alloc_conn(&s->si[1])) == NULL)) {
Willy Tarreau10e61cb2017-01-04 14:51:22 +01004576 txn->req.err_state = txn->req.msg_state;
Willy Tarreau32e3c6a2013-10-11 19:34:20 +02004577 txn->req.msg_state = HTTP_MSG_ERROR;
4578 txn->status = 500;
Christopher Faulet0184ea72017-01-05 14:06:34 +01004579 req->analysers &= AN_REQ_FLT_END;
Christopher Fauleta94e5a52015-12-09 15:55:06 +01004580 http_reply_and_close(s, txn->status, http_error_message(s, HTTP_ERR_500));
Willy Tarreau32e3c6a2013-10-11 19:34:20 +02004581
Willy Tarreaue7dff022015-04-03 01:14:29 +02004582 if (!(s->flags & SF_ERR_MASK))
4583 s->flags |= SF_ERR_RESOURCE;
4584 if (!(s->flags & SF_FINST_MASK))
4585 s->flags |= SF_FINST_R;
Willy Tarreau32e3c6a2013-10-11 19:34:20 +02004586
4587 return 0;
4588 }
Willy Tarreaue8df1e12013-12-16 14:30:55 +01004589
4590 path = http_get_path(txn);
4591 url2sa(req->buf->p + msg->sl.rq.u,
4592 path ? path - (req->buf->p + msg->sl.rq.u) : msg->sl.rq.u_l,
Thierry FOURNIER9f95e402014-03-21 14:51:46 +01004593 &conn->addr.to, NULL);
Willy Tarreaue8df1e12013-12-16 14:30:55 +01004594 /* if the path was found, we have to remove everything between
4595 * req->buf->p + msg->sl.rq.u and path (excluded). If it was not
4596 * found, we need to replace from req->buf->p + msg->sl.rq.u for
4597 * u_l characters by a single "/".
4598 */
4599 if (path) {
4600 char *cur_ptr = req->buf->p;
4601 char *cur_end = cur_ptr + txn->req.sl.rq.l;
4602 int delta;
4603
4604 delta = buffer_replace2(req->buf, req->buf->p + msg->sl.rq.u, path, NULL, 0);
4605 http_msg_move_end(&txn->req, delta);
4606 cur_end += delta;
4607 if (http_parse_reqline(&txn->req, HTTP_MSG_RQMETH, cur_ptr, cur_end + 1, NULL, NULL) == NULL)
4608 goto return_bad_req;
4609 }
4610 else {
4611 char *cur_ptr = req->buf->p;
4612 char *cur_end = cur_ptr + txn->req.sl.rq.l;
4613 int delta;
4614
4615 delta = buffer_replace2(req->buf, req->buf->p + msg->sl.rq.u,
4616 req->buf->p + msg->sl.rq.u + msg->sl.rq.u_l, "/", 1);
4617 http_msg_move_end(&txn->req, delta);
4618 cur_end += delta;
4619 if (http_parse_reqline(&txn->req, HTTP_MSG_RQMETH, cur_ptr, cur_end + 1, NULL, NULL) == NULL)
4620 goto return_bad_req;
4621 }
Willy Tarreau59234e92008-11-30 23:51:27 +01004622 }
Willy Tarreau58f10d72006-12-04 02:26:12 +01004623
Willy Tarreau59234e92008-11-30 23:51:27 +01004624 /*
Cyril Bontéb21570a2009-11-29 20:04:48 +01004625 * 7: Now we can work with the cookies.
Willy Tarreau59234e92008-11-30 23:51:27 +01004626 * Note that doing so might move headers in the request, but
4627 * the fields will stay coherent and the URI will not move.
4628 * This should only be performed in the backend.
4629 */
Bertrand Paquet83a2c3d2016-04-06 11:58:31 +02004630 if (s->be->cookie_name || sess->fe->capture_name)
Willy Tarreau59234e92008-11-30 23:51:27 +01004631 manage_client_side_cookies(s, req);
Willy Tarreau7ac51f62007-03-25 16:00:04 +02004632
William Lallemanda73203e2012-03-12 12:48:57 +01004633 /* add unique-id if "header-unique-id" is specified */
4634
Thierry Fournierf4011dd2016-03-29 17:23:51 +02004635 if (!LIST_ISEMPTY(&sess->fe->format_unique_id) && !s->unique_id) {
William Lallemand5b7ea3a2013-08-28 15:44:19 +02004636 if ((s->unique_id = pool_alloc2(pool2_uniqueid)) == NULL)
4637 goto return_bad_req;
4638 s->unique_id[0] = '\0';
Willy Tarreaue36cbcb2015-04-03 15:40:56 +02004639 build_logline(s, s->unique_id, UNIQUEID_LEN, &sess->fe->format_unique_id);
William Lallemand5b7ea3a2013-08-28 15:44:19 +02004640 }
William Lallemanda73203e2012-03-12 12:48:57 +01004641
Willy Tarreaue36cbcb2015-04-03 15:40:56 +02004642 if (sess->fe->header_unique_id && s->unique_id) {
4643 chunk_printf(&trash, "%s: %s", sess->fe->header_unique_id, s->unique_id);
Willy Tarreau19d14ef2012-10-29 16:51:55 +01004644 if (trash.len < 0)
William Lallemanda73203e2012-03-12 12:48:57 +01004645 goto return_bad_req;
Willy Tarreau19d14ef2012-10-29 16:51:55 +01004646 if (unlikely(http_header_add_tail2(&txn->req, &txn->hdr_idx, trash.str, trash.len) < 0))
William Lallemanda73203e2012-03-12 12:48:57 +01004647 goto return_bad_req;
4648 }
4649
Cyril Bontéb21570a2009-11-29 20:04:48 +01004650 /*
Willy Tarreau59234e92008-11-30 23:51:27 +01004651 * 9: add X-Forwarded-For if either the frontend or the backend
4652 * asks for it.
4653 */
Willy Tarreaue36cbcb2015-04-03 15:40:56 +02004654 if ((sess->fe->options | s->be->options) & PR_O_FWDFOR) {
Willy Tarreau87cf5142011-08-19 22:57:24 +02004655 struct hdr_ctx ctx = { .idx = 0 };
Willy Tarreaue36cbcb2015-04-03 15:40:56 +02004656 if (!((sess->fe->options | s->be->options) & PR_O_FF_ALWAYS) &&
4657 http_find_header2(s->be->fwdfor_hdr_len ? s->be->fwdfor_hdr_name : sess->fe->fwdfor_hdr_name,
4658 s->be->fwdfor_hdr_len ? s->be->fwdfor_hdr_len : sess->fe->fwdfor_hdr_len,
Willy Tarreau9b28e032012-10-12 23:49:43 +02004659 req->buf->p, &txn->hdr_idx, &ctx)) {
Willy Tarreau87cf5142011-08-19 22:57:24 +02004660 /* The header is set to be added only if none is present
4661 * and we found it, so don't do anything.
4662 */
4663 }
Willy Tarreaub363a1f2013-10-01 10:45:07 +02004664 else if (cli_conn && cli_conn->addr.from.ss_family == AF_INET) {
Willy Tarreau59234e92008-11-30 23:51:27 +01004665 /* Add an X-Forwarded-For header unless the source IP is
4666 * in the 'except' network range.
4667 */
Willy Tarreaue36cbcb2015-04-03 15:40:56 +02004668 if ((!sess->fe->except_mask.s_addr ||
4669 (((struct sockaddr_in *)&cli_conn->addr.from)->sin_addr.s_addr & sess->fe->except_mask.s_addr)
4670 != sess->fe->except_net.s_addr) &&
Willy Tarreau59234e92008-11-30 23:51:27 +01004671 (!s->be->except_mask.s_addr ||
Willy Tarreaub363a1f2013-10-01 10:45:07 +02004672 (((struct sockaddr_in *)&cli_conn->addr.from)->sin_addr.s_addr & s->be->except_mask.s_addr)
Willy Tarreau59234e92008-11-30 23:51:27 +01004673 != s->be->except_net.s_addr)) {
Willy Tarreau2a324282006-12-05 00:05:46 +01004674 int len;
Willy Tarreau59234e92008-11-30 23:51:27 +01004675 unsigned char *pn;
Willy Tarreaub363a1f2013-10-01 10:45:07 +02004676 pn = (unsigned char *)&((struct sockaddr_in *)&cli_conn->addr.from)->sin_addr;
Ross Westaf72a1d2008-08-03 10:51:45 +02004677
4678 /* Note: we rely on the backend to get the header name to be used for
4679 * x-forwarded-for, because the header is really meant for the backends.
4680 * However, if the backend did not specify any option, we have to rely
4681 * on the frontend's header name.
4682 */
Willy Tarreau59234e92008-11-30 23:51:27 +01004683 if (s->be->fwdfor_hdr_len) {
4684 len = s->be->fwdfor_hdr_len;
Willy Tarreau19d14ef2012-10-29 16:51:55 +01004685 memcpy(trash.str, s->be->fwdfor_hdr_name, len);
Ross Westaf72a1d2008-08-03 10:51:45 +02004686 } else {
Willy Tarreaue36cbcb2015-04-03 15:40:56 +02004687 len = sess->fe->fwdfor_hdr_len;
4688 memcpy(trash.str, sess->fe->fwdfor_hdr_name, len);
Willy Tarreaub86db342009-11-30 11:50:16 +01004689 }
Willy Tarreaue9187f82014-04-14 15:27:14 +02004690 len += snprintf(trash.str + len, trash.size - len, ": %d.%d.%d.%d", pn[0], pn[1], pn[2], pn[3]);
Willy Tarreauedcf6682008-11-30 23:15:34 +01004691
Willy Tarreau19d14ef2012-10-29 16:51:55 +01004692 if (unlikely(http_header_add_tail2(&txn->req, &txn->hdr_idx, trash.str, len) < 0))
Willy Tarreau06619262006-12-17 08:37:22 +01004693 goto return_bad_req;
Willy Tarreau2a324282006-12-05 00:05:46 +01004694 }
4695 }
Willy Tarreaub363a1f2013-10-01 10:45:07 +02004696 else if (cli_conn && cli_conn->addr.from.ss_family == AF_INET6) {
Willy Tarreau59234e92008-11-30 23:51:27 +01004697 /* FIXME: for the sake of completeness, we should also support
4698 * 'except' here, although it is mostly useless in this case.
matt.farnsworth@nokia.com1c2ab962008-04-14 20:47:37 +02004699 */
Willy Tarreau59234e92008-11-30 23:51:27 +01004700 int len;
4701 char pn[INET6_ADDRSTRLEN];
4702 inet_ntop(AF_INET6,
Willy Tarreaub363a1f2013-10-01 10:45:07 +02004703 (const void *)&((struct sockaddr_in6 *)(&cli_conn->addr.from))->sin6_addr,
Willy Tarreau59234e92008-11-30 23:51:27 +01004704 pn, sizeof(pn));
matt.farnsworth@nokia.com1c2ab962008-04-14 20:47:37 +02004705
Willy Tarreau59234e92008-11-30 23:51:27 +01004706 /* Note: we rely on the backend to get the header name to be used for
4707 * x-forwarded-for, because the header is really meant for the backends.
4708 * However, if the backend did not specify any option, we have to rely
4709 * on the frontend's header name.
matt.farnsworth@nokia.com1c2ab962008-04-14 20:47:37 +02004710 */
Willy Tarreau59234e92008-11-30 23:51:27 +01004711 if (s->be->fwdfor_hdr_len) {
4712 len = s->be->fwdfor_hdr_len;
Willy Tarreau19d14ef2012-10-29 16:51:55 +01004713 memcpy(trash.str, s->be->fwdfor_hdr_name, len);
Willy Tarreau59234e92008-11-30 23:51:27 +01004714 } else {
Willy Tarreaue36cbcb2015-04-03 15:40:56 +02004715 len = sess->fe->fwdfor_hdr_len;
4716 memcpy(trash.str, sess->fe->fwdfor_hdr_name, len);
matt.farnsworth@nokia.com1c2ab962008-04-14 20:47:37 +02004717 }
Willy Tarreaue9187f82014-04-14 15:27:14 +02004718 len += snprintf(trash.str + len, trash.size - len, ": %s", pn);
Willy Tarreauadfb8562008-08-11 15:24:42 +02004719
Willy Tarreau19d14ef2012-10-29 16:51:55 +01004720 if (unlikely(http_header_add_tail2(&txn->req, &txn->hdr_idx, trash.str, len) < 0))
Willy Tarreau59234e92008-11-30 23:51:27 +01004721 goto return_bad_req;
4722 }
4723 }
4724
4725 /*
Maik Broemme2850cb42009-04-17 18:53:21 +02004726 * 10: add X-Original-To if either the frontend or the backend
4727 * asks for it.
4728 */
Willy Tarreaue36cbcb2015-04-03 15:40:56 +02004729 if ((sess->fe->options | s->be->options) & PR_O_ORGTO) {
Maik Broemme2850cb42009-04-17 18:53:21 +02004730
4731 /* FIXME: don't know if IPv6 can handle that case too. */
Willy Tarreaub363a1f2013-10-01 10:45:07 +02004732 if (cli_conn && cli_conn->addr.from.ss_family == AF_INET) {
Maik Broemme2850cb42009-04-17 18:53:21 +02004733 /* Add an X-Original-To header unless the destination IP is
4734 * in the 'except' network range.
4735 */
Willy Tarreaub363a1f2013-10-01 10:45:07 +02004736 conn_get_to_addr(cli_conn);
Maik Broemme2850cb42009-04-17 18:53:21 +02004737
Willy Tarreaub363a1f2013-10-01 10:45:07 +02004738 if (cli_conn->addr.to.ss_family == AF_INET &&
Willy Tarreaue36cbcb2015-04-03 15:40:56 +02004739 ((!sess->fe->except_mask_to.s_addr ||
4740 (((struct sockaddr_in *)&cli_conn->addr.to)->sin_addr.s_addr & sess->fe->except_mask_to.s_addr)
4741 != sess->fe->except_to.s_addr) &&
Emeric Brun5bd86a82010-10-22 17:23:04 +02004742 (!s->be->except_mask_to.s_addr ||
Willy Tarreaub363a1f2013-10-01 10:45:07 +02004743 (((struct sockaddr_in *)&cli_conn->addr.to)->sin_addr.s_addr & s->be->except_mask_to.s_addr)
Emeric Brun5bd86a82010-10-22 17:23:04 +02004744 != s->be->except_to.s_addr))) {
Maik Broemme2850cb42009-04-17 18:53:21 +02004745 int len;
4746 unsigned char *pn;
Willy Tarreaub363a1f2013-10-01 10:45:07 +02004747 pn = (unsigned char *)&((struct sockaddr_in *)&cli_conn->addr.to)->sin_addr;
Maik Broemme2850cb42009-04-17 18:53:21 +02004748
4749 /* Note: we rely on the backend to get the header name to be used for
4750 * x-original-to, because the header is really meant for the backends.
4751 * However, if the backend did not specify any option, we have to rely
4752 * on the frontend's header name.
4753 */
4754 if (s->be->orgto_hdr_len) {
4755 len = s->be->orgto_hdr_len;
Willy Tarreau19d14ef2012-10-29 16:51:55 +01004756 memcpy(trash.str, s->be->orgto_hdr_name, len);
Maik Broemme2850cb42009-04-17 18:53:21 +02004757 } else {
Willy Tarreaue36cbcb2015-04-03 15:40:56 +02004758 len = sess->fe->orgto_hdr_len;
4759 memcpy(trash.str, sess->fe->orgto_hdr_name, len);
Willy Tarreaub86db342009-11-30 11:50:16 +01004760 }
Willy Tarreaue9187f82014-04-14 15:27:14 +02004761 len += snprintf(trash.str + len, trash.size - len, ": %d.%d.%d.%d", pn[0], pn[1], pn[2], pn[3]);
Maik Broemme2850cb42009-04-17 18:53:21 +02004762
Willy Tarreau19d14ef2012-10-29 16:51:55 +01004763 if (unlikely(http_header_add_tail2(&txn->req, &txn->hdr_idx, trash.str, len) < 0))
Maik Broemme2850cb42009-04-17 18:53:21 +02004764 goto return_bad_req;
4765 }
4766 }
4767 }
4768
Willy Tarreau50fc7772012-11-11 22:19:57 +01004769 /* 11: add "Connection: close" or "Connection: keep-alive" if needed and not yet set.
4770 * If an "Upgrade" token is found, the header is left untouched in order not to have
4771 * to deal with some servers bugs : some of them fail an Upgrade if anything but
4772 * "Upgrade" is present in the Connection header.
4773 */
4774 if (!(txn->flags & TX_HDR_CONN_UPG) &&
4775 (((txn->flags & TX_CON_WANT_MSK) != TX_CON_WANT_TUN) ||
Willy Tarreaue36cbcb2015-04-03 15:40:56 +02004776 ((sess->fe->options & PR_O_HTTP_MODE) == PR_O_HTTP_PCL ||
Willy Tarreau02bce8b2014-01-30 00:15:28 +01004777 (s->be->options & PR_O_HTTP_MODE) == PR_O_HTTP_PCL))) {
Willy Tarreaubbf0b372010-01-18 16:54:40 +01004778 unsigned int want_flags = 0;
4779
Willy Tarreaua36fc4d2012-02-17 17:39:37 +01004780 if (msg->flags & HTTP_MSGF_VER_11) {
Willy Tarreau22a95342010-09-29 14:31:41 +02004781 if (((txn->flags & TX_CON_WANT_MSK) >= TX_CON_WANT_SCL ||
Willy Tarreaue36cbcb2015-04-03 15:40:56 +02004782 ((sess->fe->options & PR_O_HTTP_MODE) == PR_O_HTTP_PCL ||
Willy Tarreau02bce8b2014-01-30 00:15:28 +01004783 (s->be->options & PR_O_HTTP_MODE) == PR_O_HTTP_PCL)) &&
Willy Tarreaue36cbcb2015-04-03 15:40:56 +02004784 !((sess->fe->options2|s->be->options2) & PR_O2_FAKE_KA))
Willy Tarreaubbf0b372010-01-18 16:54:40 +01004785 want_flags |= TX_CON_CLO_SET;
4786 } else {
Willy Tarreau22a95342010-09-29 14:31:41 +02004787 if (((txn->flags & TX_CON_WANT_MSK) == TX_CON_WANT_KAL &&
Willy Tarreaue36cbcb2015-04-03 15:40:56 +02004788 ((sess->fe->options & PR_O_HTTP_MODE) != PR_O_HTTP_PCL &&
Willy Tarreau02bce8b2014-01-30 00:15:28 +01004789 (s->be->options & PR_O_HTTP_MODE) != PR_O_HTTP_PCL)) ||
Willy Tarreaue36cbcb2015-04-03 15:40:56 +02004790 ((sess->fe->options2|s->be->options2) & PR_O2_FAKE_KA))
Willy Tarreaubbf0b372010-01-18 16:54:40 +01004791 want_flags |= TX_CON_KAL_SET;
4792 }
4793
4794 if (want_flags != (txn->flags & (TX_CON_CLO_SET|TX_CON_KAL_SET)))
Willy Tarreau6acf7c92012-03-09 13:30:45 +01004795 http_change_connection_header(txn, msg, want_flags);
Willy Tarreau59234e92008-11-30 23:51:27 +01004796 }
Willy Tarreau522d6c02009-12-06 18:49:18 +01004797
Willy Tarreaubbf0b372010-01-18 16:54:40 +01004798
Willy Tarreau522d6c02009-12-06 18:49:18 +01004799 /* If we have no server assigned yet and we're balancing on url_param
4800 * with a POST request, we may be interested in checking the body for
4801 * that parameter. This will be done in another analyser.
Willy Tarreau59234e92008-11-30 23:51:27 +01004802 */
Willy Tarreaue7dff022015-04-03 01:14:29 +02004803 if (!(s->flags & (SF_ASSIGNED|SF_DIRECT)) &&
Willy Tarreaueee5b512015-04-03 23:46:31 +02004804 s->txn->meth == HTTP_METH_POST && s->be->url_param_name != NULL &&
Willy Tarreaua36fc4d2012-02-17 17:39:37 +01004805 (msg->flags & (HTTP_MSGF_CNT_LEN|HTTP_MSGF_TE_CHNK))) {
Willy Tarreau8263d2b2012-08-28 00:06:31 +02004806 channel_dont_connect(req);
Willy Tarreau522d6c02009-12-06 18:49:18 +01004807 req->analysers |= AN_REQ_HTTP_BODY;
Willy Tarreau59234e92008-11-30 23:51:27 +01004808 }
Willy Tarreaubaaee002006-06-26 02:48:02 +02004809
Willy Tarreaua36fc4d2012-02-17 17:39:37 +01004810 if (msg->flags & HTTP_MSGF_XFER_LEN) {
Christopher Faulet0184ea72017-01-05 14:06:34 +01004811 req->analysers &= ~AN_REQ_FLT_XFER_DATA;
Willy Tarreaud98cf932009-12-27 22:54:55 +01004812 req->analysers |= AN_REQ_HTTP_XFER_BODY;
Willy Tarreau5e205522011-12-17 16:34:27 +01004813#ifdef TCP_QUICKACK
4814 /* We expect some data from the client. Unless we know for sure
4815 * we already have a full request, we have to re-enable quick-ack
4816 * in case we previously disabled it, otherwise we might cause
4817 * the client to delay further data.
4818 */
Willy Tarreaufb0afa72015-04-03 14:46:27 +02004819 if ((sess->listener->options & LI_O_NOQUICKACK) &&
Willy Tarreau3c728722014-01-23 13:50:42 +01004820 cli_conn && conn_ctrl_ready(cli_conn) &&
Willy Tarreaua36fc4d2012-02-17 17:39:37 +01004821 ((msg->flags & HTTP_MSGF_TE_CHNK) ||
Willy Tarreau9b28e032012-10-12 23:49:43 +02004822 (msg->body_len > req->buf->i - txn->req.eoh - 2)))
Willy Tarreaub363a1f2013-10-01 10:45:07 +02004823 setsockopt(cli_conn->t.sock.fd, IPPROTO_TCP, TCP_QUICKACK, &one, sizeof(one));
Willy Tarreau5e205522011-12-17 16:34:27 +01004824#endif
4825 }
Willy Tarreau03945942009-12-22 16:50:27 +01004826
Willy Tarreau59234e92008-11-30 23:51:27 +01004827 /*************************************************************
4828 * OK, that's finished for the headers. We have done what we *
4829 * could. Let's switch to the DATA state. *
4830 ************************************************************/
Willy Tarreau522d6c02009-12-06 18:49:18 +01004831 req->analyse_exp = TICK_ETERNITY;
4832 req->analysers &= ~an_bit;
Willy Tarreaubaaee002006-06-26 02:48:02 +02004833
Willy Tarreau7bb68ab2012-05-13 14:48:59 +02004834 /* if the server closes the connection, we want to immediately react
4835 * and close the socket to save packets and syscalls.
4836 */
Willy Tarreau40f151a2012-12-20 12:10:09 +01004837 if (!(req->analysers & AN_REQ_HTTP_XFER_BODY))
Willy Tarreau350f4872014-11-28 14:42:25 +01004838 s->si[1].flags |= SI_FL_NOHALF;
Willy Tarreau7bb68ab2012-05-13 14:48:59 +02004839
Willy Tarreau59234e92008-11-30 23:51:27 +01004840 s->logs.tv_request = now;
Willy Tarreau59234e92008-11-30 23:51:27 +01004841 /* OK let's go on with the BODY now */
4842 return 1;
Willy Tarreau06619262006-12-17 08:37:22 +01004843
Willy Tarreau59234e92008-11-30 23:51:27 +01004844 return_bad_req: /* let's centralize all bad requests */
Willy Tarreau4076a152009-04-02 15:18:36 +02004845 if (unlikely(msg->msg_state == HTTP_MSG_ERROR) || msg->err_pos >= 0) {
Willy Tarreauf073a832009-03-01 23:21:47 +01004846 /* we detected a parsing error. We want to archive this request
4847 * in the dedicated proxy area for later troubleshooting.
4848 */
Willy Tarreau10e61cb2017-01-04 14:51:22 +01004849 http_capture_bad_message(&sess->fe->invalid_req, s, msg, msg->err_state, sess->fe);
Willy Tarreauf073a832009-03-01 23:21:47 +01004850 }
Willy Tarreau4076a152009-04-02 15:18:36 +02004851
Willy Tarreau10e61cb2017-01-04 14:51:22 +01004852 txn->req.err_state = txn->req.msg_state;
Willy Tarreau59234e92008-11-30 23:51:27 +01004853 txn->req.msg_state = HTTP_MSG_ERROR;
4854 txn->status = 400;
Christopher Faulet0184ea72017-01-05 14:06:34 +01004855 req->analysers &= AN_REQ_FLT_END;
Christopher Fauleta94e5a52015-12-09 15:55:06 +01004856 http_reply_and_close(s, txn->status, http_error_message(s, HTTP_ERR_400));
Krzysztof Piotr Oledzkiaeebf9b2009-10-04 15:43:17 +02004857
Willy Tarreaue36cbcb2015-04-03 15:40:56 +02004858 sess->fe->fe_counters.failed_req++;
Willy Tarreaufb0afa72015-04-03 14:46:27 +02004859 if (sess->listener->counters)
4860 sess->listener->counters->failed_req++;
Willy Tarreauadfb8562008-08-11 15:24:42 +02004861
Willy Tarreaue7dff022015-04-03 01:14:29 +02004862 if (!(s->flags & SF_ERR_MASK))
4863 s->flags |= SF_ERR_PRXCOND;
4864 if (!(s->flags & SF_FINST_MASK))
4865 s->flags |= SF_FINST_R;
Willy Tarreaudafde432008-08-17 01:00:46 +02004866 return 0;
Willy Tarreauc65a3ba2008-08-11 23:42:50 +02004867}
Willy Tarreauadfb8562008-08-11 15:24:42 +02004868
Willy Tarreau60b85b02008-11-30 23:28:40 +01004869/* This function is an analyser which processes the HTTP tarpit. It always
4870 * returns zero, at the beginning because it prevents any other processing
4871 * from occurring, and at the end because it terminates the request.
4872 */
Willy Tarreau87b09662015-04-03 00:22:06 +02004873int http_process_tarpit(struct stream *s, struct channel *req, int an_bit)
Willy Tarreau60b85b02008-11-30 23:28:40 +01004874{
Willy Tarreaueee5b512015-04-03 23:46:31 +02004875 struct http_txn *txn = s->txn;
Willy Tarreau60b85b02008-11-30 23:28:40 +01004876
4877 /* This connection is being tarpitted. The CLIENT side has
4878 * already set the connect expiration date to the right
4879 * timeout. We just have to check that the client is still
4880 * there and that the timeout has not expired.
4881 */
Willy Tarreau8263d2b2012-08-28 00:06:31 +02004882 channel_dont_connect(req);
Willy Tarreau03cdb7c2012-08-27 23:14:58 +02004883 if ((req->flags & (CF_SHUTR|CF_READ_ERROR)) == 0 &&
Willy Tarreau60b85b02008-11-30 23:28:40 +01004884 !tick_is_expired(req->analyse_exp, now_ms))
4885 return 0;
4886
4887 /* We will set the queue timer to the time spent, just for
4888 * logging purposes. We fake a 500 server error, so that the
4889 * attacker will not suspect his connection has been tarpitted.
4890 * It will not cause trouble to the logs because we can exclude
4891 * the tarpitted connections by filtering on the 'PT' status flags.
4892 */
Willy Tarreau60b85b02008-11-30 23:28:40 +01004893 s->logs.t_queue = tv_ms_elapsed(&s->logs.tv_accept, &now);
4894
4895 txn->status = 500;
Willy Tarreau03cdb7c2012-08-27 23:14:58 +02004896 if (!(req->flags & CF_READ_ERROR))
Christopher Fauleta94e5a52015-12-09 15:55:06 +01004897 http_reply_and_close(s, txn->status, http_error_message(s, HTTP_ERR_500));
Willy Tarreau60b85b02008-11-30 23:28:40 +01004898
Christopher Faulet0184ea72017-01-05 14:06:34 +01004899 req->analysers &= AN_REQ_FLT_END;
Willy Tarreau60b85b02008-11-30 23:28:40 +01004900 req->analyse_exp = TICK_ETERNITY;
Krzysztof Piotr Oledzkiaeebf9b2009-10-04 15:43:17 +02004901
Willy Tarreaue7dff022015-04-03 01:14:29 +02004902 if (!(s->flags & SF_ERR_MASK))
4903 s->flags |= SF_ERR_PRXCOND;
4904 if (!(s->flags & SF_FINST_MASK))
4905 s->flags |= SF_FINST_T;
Willy Tarreau60b85b02008-11-30 23:28:40 +01004906 return 0;
4907}
4908
Willy Tarreau5a8f9472014-04-10 11:16:06 +02004909/* This function is an analyser which waits for the HTTP request body. It waits
4910 * for either the buffer to be full, or the full advertised contents to have
4911 * reached the buffer. It must only be called after the standard HTTP request
4912 * processing has occurred, because it expects the request to be parsed and will
4913 * look for the Expect header. It may send a 100-Continue interim response. It
4914 * takes in input any state starting from HTTP_MSG_BODY and leaves with one of
4915 * HTTP_MSG_CHK_SIZE, HTTP_MSG_DATA or HTTP_MSG_TRAILERS. It returns zero if it
4916 * needs to read more data, or 1 once it has completed its analysis.
Willy Tarreaud34af782008-11-30 23:36:37 +01004917 */
Willy Tarreau87b09662015-04-03 00:22:06 +02004918int http_wait_for_request_body(struct stream *s, struct channel *req, int an_bit)
Willy Tarreaud34af782008-11-30 23:36:37 +01004919{
Willy Tarreaufb0afa72015-04-03 14:46:27 +02004920 struct session *sess = s->sess;
Willy Tarreaueee5b512015-04-03 23:46:31 +02004921 struct http_txn *txn = s->txn;
4922 struct http_msg *msg = &s->txn->req;
Willy Tarreaud34af782008-11-30 23:36:37 +01004923
4924 /* We have to parse the HTTP request body to find any required data.
4925 * "balance url_param check_post" should have been the only way to get
4926 * into this. We were brought here after HTTP header analysis, so all
4927 * related structures are ready.
4928 */
4929
Willy Tarreau890988f2014-04-10 11:59:33 +02004930 if (msg->msg_state < HTTP_MSG_CHUNK_SIZE) {
4931 /* This is the first call */
4932 if (msg->msg_state < HTTP_MSG_BODY)
4933 goto missing_data;
Willy Tarreau522d6c02009-12-06 18:49:18 +01004934
Willy Tarreau890988f2014-04-10 11:59:33 +02004935 if (msg->msg_state < HTTP_MSG_100_SENT) {
4936 /* If we have HTTP/1.1 and Expect: 100-continue, then we must
4937 * send an HTTP/1.1 100 Continue intermediate response.
4938 */
4939 if (msg->flags & HTTP_MSGF_VER_11) {
4940 struct hdr_ctx ctx;
4941 ctx.idx = 0;
4942 /* Expect is allowed in 1.1, look for it */
4943 if (http_find_header2("Expect", 6, req->buf->p, &txn->hdr_idx, &ctx) &&
4944 unlikely(ctx.vlen == 12 && strncasecmp(ctx.line+ctx.val, "100-continue", 12) == 0)) {
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01004945 bo_inject(&s->res, http_100_chunk.str, http_100_chunk.len);
Thierry FOURNIER / OZON.IO43ad11d2016-12-12 15:19:58 +01004946 http_remove_header2(&txn->req, &txn->hdr_idx, &ctx);
Willy Tarreau890988f2014-04-10 11:59:33 +02004947 }
Willy Tarreau522d6c02009-12-06 18:49:18 +01004948 }
Willy Tarreau890988f2014-04-10 11:59:33 +02004949 msg->msg_state = HTTP_MSG_100_SENT;
Willy Tarreau522d6c02009-12-06 18:49:18 +01004950 }
Willy Tarreau522d6c02009-12-06 18:49:18 +01004951
Willy Tarreaufa4a03c2012-03-09 21:28:54 +01004952 /* we have msg->sov which points to the first byte of message body.
Willy Tarreau877e78d2013-04-07 18:48:08 +02004953 * req->buf->p still points to the beginning of the message. We
4954 * must save the body in msg->next because it survives buffer
4955 * re-alignments.
Willy Tarreaud98cf932009-12-27 22:54:55 +01004956 */
Willy Tarreauea1175a2012-03-05 15:52:30 +01004957 msg->next = msg->sov;
Willy Tarreaua458b672012-03-05 11:17:50 +01004958
Willy Tarreaua36fc4d2012-02-17 17:39:37 +01004959 if (msg->flags & HTTP_MSGF_TE_CHNK)
Willy Tarreau522d6c02009-12-06 18:49:18 +01004960 msg->msg_state = HTTP_MSG_CHUNK_SIZE;
4961 else
4962 msg->msg_state = HTTP_MSG_DATA;
4963 }
4964
Willy Tarreau890988f2014-04-10 11:59:33 +02004965 if (!(msg->flags & HTTP_MSGF_TE_CHNK)) {
4966 /* We're in content-length mode, we just have to wait for enough data. */
Willy Tarreaue115b492015-05-01 23:05:14 +02004967 if (http_body_bytes(msg) < msg->body_len)
Willy Tarreau890988f2014-04-10 11:59:33 +02004968 goto missing_data;
4969
4970 /* OK we have everything we need now */
4971 goto http_end;
4972 }
4973
4974 /* OK here we're parsing a chunked-encoded message */
4975
Willy Tarreau522d6c02009-12-06 18:49:18 +01004976 if (msg->msg_state == HTTP_MSG_CHUNK_SIZE) {
Willy Tarreau124d9912011-03-01 20:30:48 +01004977 /* read the chunk size and assign it to ->chunk_len, then
Willy Tarreaua458b672012-03-05 11:17:50 +01004978 * set ->sov and ->next to point to the body and switch to DATA or
Willy Tarreaud98cf932009-12-27 22:54:55 +01004979 * TRAILERS state.
Willy Tarreau115acb92009-12-26 13:56:06 +01004980 */
Willy Tarreau4baf44b2012-03-09 14:10:20 +01004981 int ret = http_parse_chunk_size(msg);
Willy Tarreaud34af782008-11-30 23:36:37 +01004982
Willy Tarreau115acb92009-12-26 13:56:06 +01004983 if (!ret)
4984 goto missing_data;
Willy Tarreauda7ff642010-06-23 11:44:09 +02004985 else if (ret < 0) {
Willy Tarreau87b09662015-04-03 00:22:06 +02004986 stream_inc_http_err_ctr(s);
Willy Tarreau522d6c02009-12-06 18:49:18 +01004987 goto return_bad_req;
Willy Tarreauda7ff642010-06-23 11:44:09 +02004988 }
Christopher Faulet113f7de2015-12-14 14:52:13 +01004989 msg->next += ret;
Christopher Fauletd7c91962015-04-30 11:48:27 +02004990 msg->msg_state = msg->chunk_len ? HTTP_MSG_DATA : HTTP_MSG_TRAILERS;
Willy Tarreaud34af782008-11-30 23:36:37 +01004991 }
4992
Willy Tarreaud98cf932009-12-27 22:54:55 +01004993 /* Now we're in HTTP_MSG_DATA or HTTP_MSG_TRAILERS state.
Willy Tarreaue115b492015-05-01 23:05:14 +02004994 * We have the first data byte is in msg->sov + msg->sol. We're waiting
4995 * for at least a whole chunk or the whole content length bytes after
4996 * msg->sov + msg->sol.
Willy Tarreaud34af782008-11-30 23:36:37 +01004997 */
Willy Tarreau890988f2014-04-10 11:59:33 +02004998 if (msg->msg_state == HTTP_MSG_TRAILERS)
4999 goto http_end;
5000
Willy Tarreaue115b492015-05-01 23:05:14 +02005001 if (http_body_bytes(msg) >= msg->body_len) /* we have enough bytes now */
Willy Tarreau522d6c02009-12-06 18:49:18 +01005002 goto http_end;
5003
5004 missing_data:
Willy Tarreau31a19952014-04-10 11:50:37 +02005005 /* we get here if we need to wait for more data. If the buffer is full,
5006 * we have the maximum we can expect.
5007 */
5008 if (buffer_full(req->buf, global.tune.maxrewrite))
5009 goto http_end;
Willy Tarreau115acb92009-12-26 13:56:06 +01005010
Willy Tarreau03cdb7c2012-08-27 23:14:58 +02005011 if ((req->flags & CF_READ_TIMEOUT) || tick_is_expired(req->analyse_exp, now_ms)) {
Willy Tarreau522d6c02009-12-06 18:49:18 +01005012 txn->status = 408;
Christopher Fauleta94e5a52015-12-09 15:55:06 +01005013 http_reply_and_close(s, txn->status, http_error_message(s, HTTP_ERR_408));
Willy Tarreau79ebac62010-06-07 13:47:49 +02005014
Willy Tarreaue7dff022015-04-03 01:14:29 +02005015 if (!(s->flags & SF_ERR_MASK))
5016 s->flags |= SF_ERR_CLITO;
5017 if (!(s->flags & SF_FINST_MASK))
5018 s->flags |= SF_FINST_D;
Willy Tarreau522d6c02009-12-06 18:49:18 +01005019 goto return_err_msg;
Willy Tarreaud34af782008-11-30 23:36:37 +01005020 }
Willy Tarreau522d6c02009-12-06 18:49:18 +01005021
5022 /* we get here if we need to wait for more data */
Willy Tarreau31a19952014-04-10 11:50:37 +02005023 if (!(req->flags & (CF_SHUTR | CF_READ_ERROR))) {
Willy Tarreaud34af782008-11-30 23:36:37 +01005024 /* Not enough data. We'll re-use the http-request
5025 * timeout here. Ideally, we should set the timeout
5026 * relative to the accept() date. We just set the
5027 * request timeout once at the beginning of the
5028 * request.
5029 */
Willy Tarreau8263d2b2012-08-28 00:06:31 +02005030 channel_dont_connect(req);
Willy Tarreaud34af782008-11-30 23:36:37 +01005031 if (!tick_isset(req->analyse_exp))
Willy Tarreaucd7afc02009-07-12 10:03:17 +02005032 req->analyse_exp = tick_add_ifset(now_ms, s->be->timeout.httpreq);
Willy Tarreaud34af782008-11-30 23:36:37 +01005033 return 0;
5034 }
Willy Tarreau522d6c02009-12-06 18:49:18 +01005035
5036 http_end:
5037 /* The situation will not evolve, so let's give up on the analysis. */
5038 s->logs.tv_request = now; /* update the request timer to reflect full request */
5039 req->analysers &= ~an_bit;
5040 req->analyse_exp = TICK_ETERNITY;
5041 return 1;
5042
5043 return_bad_req: /* let's centralize all bad requests */
Willy Tarreau10e61cb2017-01-04 14:51:22 +01005044 txn->req.err_state = txn->req.msg_state;
Willy Tarreau522d6c02009-12-06 18:49:18 +01005045 txn->req.msg_state = HTTP_MSG_ERROR;
5046 txn->status = 400;
Christopher Fauleta94e5a52015-12-09 15:55:06 +01005047 http_reply_and_close(s, txn->status, http_error_message(s, HTTP_ERR_400));
Willy Tarreau522d6c02009-12-06 18:49:18 +01005048
Willy Tarreaue7dff022015-04-03 01:14:29 +02005049 if (!(s->flags & SF_ERR_MASK))
5050 s->flags |= SF_ERR_PRXCOND;
5051 if (!(s->flags & SF_FINST_MASK))
5052 s->flags |= SF_FINST_R;
Willy Tarreau79ebac62010-06-07 13:47:49 +02005053
Willy Tarreau522d6c02009-12-06 18:49:18 +01005054 return_err_msg:
Christopher Faulet0184ea72017-01-05 14:06:34 +01005055 req->analysers &= AN_REQ_FLT_END;
Willy Tarreaue36cbcb2015-04-03 15:40:56 +02005056 sess->fe->fe_counters.failed_req++;
Willy Tarreaufb0afa72015-04-03 14:46:27 +02005057 if (sess->listener->counters)
5058 sess->listener->counters->failed_req++;
Willy Tarreau522d6c02009-12-06 18:49:18 +01005059 return 0;
Willy Tarreaud34af782008-11-30 23:36:37 +01005060}
5061
Willy Tarreaud1de8af2012-05-18 22:12:14 +02005062/* send a server's name with an outgoing request over an established connection.
5063 * Note: this function is designed to be called once the request has been scheduled
5064 * for being forwarded. This is the reason why it rewinds the buffer before
5065 * proceeding.
5066 */
Willy Tarreau45c0d982012-03-09 12:11:57 +01005067int http_send_name_header(struct http_txn *txn, struct proxy* be, const char* srv_name) {
Mark Lamourinec2247f02012-01-04 13:02:01 -05005068
5069 struct hdr_ctx ctx;
5070
Mark Lamourinec2247f02012-01-04 13:02:01 -05005071 char *hdr_name = be->server_id_hdr_name;
5072 int hdr_name_len = be->server_id_hdr_len;
Willy Tarreau394db372012-10-12 22:40:39 +02005073 struct channel *chn = txn->req.chn;
Mark Lamourinec2247f02012-01-04 13:02:01 -05005074 char *hdr_val;
Willy Tarreaud1de8af2012-05-18 22:12:14 +02005075 unsigned int old_o, old_i;
Mark Lamourinec2247f02012-01-04 13:02:01 -05005076
William Lallemandd9e90662012-01-30 17:27:17 +01005077 ctx.idx = 0;
5078
Willy Tarreau211cdec2014-04-17 20:18:08 +02005079 old_o = http_hdr_rewind(&txn->req);
Willy Tarreaud1de8af2012-05-18 22:12:14 +02005080 if (old_o) {
5081 /* The request was already skipped, let's restore it */
Willy Tarreau9b28e032012-10-12 23:49:43 +02005082 b_rew(chn->buf, old_o);
Willy Tarreau877e78d2013-04-07 18:48:08 +02005083 txn->req.next += old_o;
Christopher Fauletd7c91962015-04-30 11:48:27 +02005084 txn->req.sov += old_o;
Willy Tarreaud1de8af2012-05-18 22:12:14 +02005085 }
5086
Willy Tarreau9b28e032012-10-12 23:49:43 +02005087 old_i = chn->buf->i;
5088 while (http_find_header2(hdr_name, hdr_name_len, txn->req.chn->buf->p, &txn->hdr_idx, &ctx)) {
Mark Lamourinec2247f02012-01-04 13:02:01 -05005089 /* remove any existing values from the header */
Willy Tarreau6acf7c92012-03-09 13:30:45 +01005090 http_remove_header2(&txn->req, &txn->hdr_idx, &ctx);
Mark Lamourinec2247f02012-01-04 13:02:01 -05005091 }
5092
5093 /* Add the new header requested with the server value */
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005094 hdr_val = trash.str;
Mark Lamourinec2247f02012-01-04 13:02:01 -05005095 memcpy(hdr_val, hdr_name, hdr_name_len);
5096 hdr_val += hdr_name_len;
5097 *hdr_val++ = ':';
5098 *hdr_val++ = ' ';
Willy Tarreau19d14ef2012-10-29 16:51:55 +01005099 hdr_val += strlcpy2(hdr_val, srv_name, trash.str + trash.size - hdr_val);
5100 http_header_add_tail2(&txn->req, &txn->hdr_idx, trash.str, hdr_val - trash.str);
Mark Lamourinec2247f02012-01-04 13:02:01 -05005101
Willy Tarreaud1de8af2012-05-18 22:12:14 +02005102 if (old_o) {
5103 /* If this was a forwarded request, we must readjust the amount of
5104 * data to be forwarded in order to take into account the size
Willy Tarreau877e78d2013-04-07 18:48:08 +02005105 * variations. Note that the current state is >= HTTP_MSG_BODY,
5106 * so we don't have to adjust ->sol.
Willy Tarreaud1de8af2012-05-18 22:12:14 +02005107 */
Willy Tarreau877e78d2013-04-07 18:48:08 +02005108 old_o += chn->buf->i - old_i;
5109 b_adv(chn->buf, old_o);
5110 txn->req.next -= old_o;
5111 txn->req.sov -= old_o;
Willy Tarreaud1de8af2012-05-18 22:12:14 +02005112 }
5113
Mark Lamourinec2247f02012-01-04 13:02:01 -05005114 return 0;
5115}
5116
Willy Tarreau610ecce2010-01-04 21:15:02 +01005117/* Terminate current transaction and prepare a new one. This is very tricky
5118 * right now but it works.
5119 */
Willy Tarreau87b09662015-04-03 00:22:06 +02005120void http_end_txn_clean_session(struct stream *s)
Willy Tarreau610ecce2010-01-04 21:15:02 +01005121{
Willy Tarreaueee5b512015-04-03 23:46:31 +02005122 int prev_status = s->txn->status;
Willy Tarreaud0d8da92015-04-04 02:10:38 +02005123 struct proxy *fe = strm_fe(s);
Willy Tarreau858b1032015-12-07 17:04:59 +01005124 struct proxy *be = s->be;
Willy Tarreau323a2d92015-08-04 19:00:17 +02005125 struct connection *srv_conn;
5126 struct server *srv;
Willy Tarreau449d74a2015-08-05 17:16:33 +02005127 unsigned int prev_flags = s->txn->flags;
Willy Tarreau068621e2013-12-23 15:11:25 +01005128
Willy Tarreau610ecce2010-01-04 21:15:02 +01005129 /* FIXME: We need a more portable way of releasing a backend's and a
5130 * server's connections. We need a safer way to reinitialize buffer
5131 * flags. We also need a more accurate method for computing per-request
5132 * data.
5133 */
Willy Tarreau323a2d92015-08-04 19:00:17 +02005134 srv_conn = objt_conn(s->si[1].end);
Willy Tarreau610ecce2010-01-04 21:15:02 +01005135
Willy Tarreau4213a112013-12-15 10:25:42 +01005136 /* unless we're doing keep-alive, we want to quickly close the connection
5137 * to the server.
5138 */
Willy Tarreaueee5b512015-04-03 23:46:31 +02005139 if (((s->txn->flags & TX_CON_WANT_MSK) != TX_CON_WANT_KAL) ||
Willy Tarreau350f4872014-11-28 14:42:25 +01005140 !si_conn_ready(&s->si[1])) {
5141 s->si[1].flags |= SI_FL_NOLINGER | SI_FL_NOHALF;
5142 si_shutr(&s->si[1]);
5143 si_shutw(&s->si[1]);
Willy Tarreau4213a112013-12-15 10:25:42 +01005144 }
Willy Tarreau610ecce2010-01-04 21:15:02 +01005145
Willy Tarreaue7dff022015-04-03 01:14:29 +02005146 if (s->flags & SF_BE_ASSIGNED) {
Willy Tarreau858b1032015-12-07 17:04:59 +01005147 be->beconn--;
Willy Tarreau2d5cd472012-03-01 23:34:37 +01005148 if (unlikely(s->srv_conn))
5149 sess_change_server(s, NULL);
5150 }
Willy Tarreau610ecce2010-01-04 21:15:02 +01005151
5152 s->logs.t_close = tv_ms_elapsed(&s->logs.tv_accept, &now);
Willy Tarreau87b09662015-04-03 00:22:06 +02005153 stream_process_counters(s);
Willy Tarreau610ecce2010-01-04 21:15:02 +01005154
Willy Tarreaueee5b512015-04-03 23:46:31 +02005155 if (s->txn->status) {
Willy Tarreau610ecce2010-01-04 21:15:02 +01005156 int n;
5157
Willy Tarreaueee5b512015-04-03 23:46:31 +02005158 n = s->txn->status / 100;
Willy Tarreau610ecce2010-01-04 21:15:02 +01005159 if (n < 1 || n > 5)
5160 n = 0;
5161
Willy Tarreaue36cbcb2015-04-03 15:40:56 +02005162 if (fe->mode == PR_MODE_HTTP) {
5163 fe->fe_counters.p.http.rsp[n]++;
Willy Tarreau5e16cbc2012-11-24 14:54:13 +01005164 }
Willy Tarreaue7dff022015-04-03 01:14:29 +02005165 if ((s->flags & SF_BE_ASSIGNED) &&
Willy Tarreau858b1032015-12-07 17:04:59 +01005166 (be->mode == PR_MODE_HTTP)) {
5167 be->be_counters.p.http.rsp[n]++;
5168 be->be_counters.p.http.cum_req++;
Willy Tarreau5e16cbc2012-11-24 14:54:13 +01005169 }
Willy Tarreau610ecce2010-01-04 21:15:02 +01005170 }
5171
5172 /* don't count other requests' data */
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01005173 s->logs.bytes_in -= s->req.buf->i;
5174 s->logs.bytes_out -= s->res.buf->i;
Willy Tarreau610ecce2010-01-04 21:15:02 +01005175
5176 /* let's do a final log if we need it */
Willy Tarreaue36cbcb2015-04-03 15:40:56 +02005177 if (!LIST_ISEMPTY(&fe->logformat) && s->logs.logwait &&
Willy Tarreaue7dff022015-04-03 01:14:29 +02005178 !(s->flags & SF_MONITOR) &&
Willy Tarreaue36cbcb2015-04-03 15:40:56 +02005179 (!(fe->options & PR_O_NULLNOLOG) || s->req.total)) {
Willy Tarreau610ecce2010-01-04 21:15:02 +01005180 s->do_log(s);
5181 }
5182
Willy Tarreaud713bcc2014-06-25 15:36:04 +02005183 /* stop tracking content-based counters */
Willy Tarreau87b09662015-04-03 00:22:06 +02005184 stream_stop_content_counters(s);
5185 stream_update_time_stats(s);
Willy Tarreau4bfc5802014-06-17 12:19:18 +02005186
Willy Tarreau610ecce2010-01-04 21:15:02 +01005187 s->logs.accept_date = date; /* user-visible date for logging */
5188 s->logs.tv_accept = now; /* corrected date for internal use */
Thierry FOURNIER / OZON.IO4cac3592016-07-28 17:19:45 +02005189 s->logs.t_handshake = 0; /* There are no handshake in keep alive connection. */
5190 s->logs.t_idle = -1;
Willy Tarreau610ecce2010-01-04 21:15:02 +01005191 tv_zero(&s->logs.tv_request);
5192 s->logs.t_queue = -1;
5193 s->logs.t_connect = -1;
5194 s->logs.t_data = -1;
5195 s->logs.t_close = 0;
5196 s->logs.prx_queue_size = 0; /* we get the number of pending conns before us */
5197 s->logs.srv_queue_size = 0; /* we will get this number soon */
5198
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01005199 s->logs.bytes_in = s->req.total = s->req.buf->i;
5200 s->logs.bytes_out = s->res.total = s->res.buf->i;
Willy Tarreau610ecce2010-01-04 21:15:02 +01005201
5202 if (s->pend_pos)
5203 pendconn_free(s->pend_pos);
5204
Willy Tarreau3fdb3662012-11-12 00:42:33 +01005205 if (objt_server(s->target)) {
Willy Tarreaue7dff022015-04-03 01:14:29 +02005206 if (s->flags & SF_CURR_SESS) {
5207 s->flags &= ~SF_CURR_SESS;
Willy Tarreau3fdb3662012-11-12 00:42:33 +01005208 objt_server(s->target)->cur_sess--;
Willy Tarreau610ecce2010-01-04 21:15:02 +01005209 }
Willy Tarreau858b1032015-12-07 17:04:59 +01005210 if (may_dequeue_tasks(objt_server(s->target), be))
Willy Tarreau3fdb3662012-11-12 00:42:33 +01005211 process_srv_queue(objt_server(s->target));
Willy Tarreau610ecce2010-01-04 21:15:02 +01005212 }
5213
Willy Tarreau3fdb3662012-11-12 00:42:33 +01005214 s->target = NULL;
Willy Tarreau610ecce2010-01-04 21:15:02 +01005215
Willy Tarreau4213a112013-12-15 10:25:42 +01005216 /* only release our endpoint if we don't intend to reuse the
5217 * connection.
5218 */
Willy Tarreaueee5b512015-04-03 23:46:31 +02005219 if (((s->txn->flags & TX_CON_WANT_MSK) != TX_CON_WANT_KAL) ||
Willy Tarreau350f4872014-11-28 14:42:25 +01005220 !si_conn_ready(&s->si[1])) {
5221 si_release_endpoint(&s->si[1]);
Willy Tarreau323a2d92015-08-04 19:00:17 +02005222 srv_conn = NULL;
Willy Tarreau4213a112013-12-15 10:25:42 +01005223 }
5224
Willy Tarreau350f4872014-11-28 14:42:25 +01005225 s->si[1].state = s->si[1].prev_state = SI_ST_INI;
5226 s->si[1].err_type = SI_ET_NONE;
5227 s->si[1].conn_retries = 0; /* used for logging too */
5228 s->si[1].exp = TICK_ETERNITY;
Willy Tarreau87b09662015-04-03 00:22:06 +02005229 s->si[1].flags &= SI_FL_ISBACK | SI_FL_DONT_WAKE; /* we're in the context of process_stream */
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01005230 s->req.flags &= ~(CF_SHUTW|CF_SHUTW_NOW|CF_AUTO_CONNECT|CF_WRITE_ERROR|CF_STREAMER|CF_STREAMER_FAST|CF_NEVER_WAIT|CF_WAKE_CONNECT|CF_WROTE_DATA);
5231 s->res.flags &= ~(CF_SHUTR|CF_SHUTR_NOW|CF_READ_ATTACHED|CF_READ_ERROR|CF_READ_NOEXP|CF_STREAMER|CF_STREAMER_FAST|CF_WRITE_PARTIAL|CF_NEVER_WAIT|CF_WROTE_DATA);
Willy Tarreaue7dff022015-04-03 01:14:29 +02005232 s->flags &= ~(SF_DIRECT|SF_ASSIGNED|SF_ADDR_SET|SF_BE_ASSIGNED|SF_FORCE_PRST|SF_IGNORE_PRST);
5233 s->flags &= ~(SF_CURR_SESS|SF_REDIRECTABLE|SF_SRV_REUSED);
5234 s->flags &= ~(SF_ERR_MASK|SF_FINST_MASK|SF_REDISP);
Willy Tarreau543db622012-11-15 16:41:22 +01005235
Willy Tarreaueee5b512015-04-03 23:46:31 +02005236 s->txn->meth = 0;
Willy Tarreau610ecce2010-01-04 21:15:02 +01005237 http_reset_txn(s);
Willy Tarreaueee5b512015-04-03 23:46:31 +02005238 s->txn->flags |= TX_NOT_FIRST | TX_WAIT_NEXT_RQ;
Willy Tarreau068621e2013-12-23 15:11:25 +01005239
5240 if (prev_status == 401 || prev_status == 407) {
5241 /* In HTTP keep-alive mode, if we receive a 401, we still have
5242 * a chance of being able to send the visitor again to the same
5243 * server over the same connection. This is required by some
5244 * broken protocols such as NTLM, and anyway whenever there is
5245 * an opportunity for sending the challenge to the proper place,
5246 * it's better to do it (at least it helps with debugging).
5247 */
Willy Tarreaueee5b512015-04-03 23:46:31 +02005248 s->txn->flags |= TX_PREFER_LAST;
Willy Tarreaubd99d582015-09-02 10:40:43 +02005249 if (srv_conn)
5250 srv_conn->flags |= CO_FL_PRIVATE;
Willy Tarreau068621e2013-12-23 15:11:25 +01005251 }
5252
Willy Tarreau53f96852016-02-02 18:50:47 +01005253 /* Never ever allow to reuse a connection from a non-reuse backend */
5254 if (srv_conn && (be->options & PR_O_REUSE_MASK) == PR_O_REUSE_NEVR)
5255 srv_conn->flags |= CO_FL_PRIVATE;
5256
Willy Tarreaue36cbcb2015-04-03 15:40:56 +02005257 if (fe->options2 & PR_O2_INDEPSTR)
Willy Tarreau350f4872014-11-28 14:42:25 +01005258 s->si[1].flags |= SI_FL_INDEP_STR;
Willy Tarreau610ecce2010-01-04 21:15:02 +01005259
Willy Tarreaue36cbcb2015-04-03 15:40:56 +02005260 if (fe->options2 & PR_O2_NODELAY) {
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01005261 s->req.flags |= CF_NEVER_WAIT;
5262 s->res.flags |= CF_NEVER_WAIT;
Willy Tarreau96e31212011-05-30 18:10:30 +02005263 }
5264
Willy Tarreau610ecce2010-01-04 21:15:02 +01005265 /* if the request buffer is not empty, it means we're
5266 * about to process another request, so send pending
5267 * data with MSG_MORE to merge TCP packets when possible.
Willy Tarreau065e8332010-01-08 00:30:20 +01005268 * Just don't do this if the buffer is close to be full,
5269 * because the request will wait for it to flush a little
5270 * bit before proceeding.
Willy Tarreau610ecce2010-01-04 21:15:02 +01005271 */
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01005272 if (s->req.buf->i) {
5273 if (s->res.buf->o &&
5274 !buffer_full(s->res.buf, global.tune.maxrewrite) &&
5275 bi_end(s->res.buf) <= s->res.buf->data + s->res.buf->size - global.tune.maxrewrite)
5276 s->res.flags |= CF_EXPECT_MORE;
Willy Tarreau065e8332010-01-08 00:30:20 +01005277 }
Willy Tarreau90deb182010-01-07 00:20:41 +01005278
Willy Tarreau714ea782015-11-25 20:11:11 +01005279 /* we're removing the analysers, we MUST re-enable events detection.
5280 * We don't enable close on the response channel since it's either
5281 * already closed, or in keep-alive with an idle connection handler.
5282 */
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01005283 channel_auto_read(&s->req);
5284 channel_auto_close(&s->req);
5285 channel_auto_read(&s->res);
Willy Tarreau610ecce2010-01-04 21:15:02 +01005286
Willy Tarreau1c59bd52015-11-02 20:20:11 +01005287 /* we're in keep-alive with an idle connection, monitor it if not already done */
5288 if (srv_conn && LIST_ISEMPTY(&srv_conn->list)) {
Willy Tarreau323a2d92015-08-04 19:00:17 +02005289 srv = objt_server(srv_conn->target);
Willy Tarreau8dff9982015-08-04 20:45:52 +02005290 if (!srv)
5291 si_idle_conn(&s->si[1], NULL);
Willy Tarreau53f96852016-02-02 18:50:47 +01005292 else if (srv_conn->flags & CO_FL_PRIVATE)
Willy Tarreau8dff9982015-08-04 20:45:52 +02005293 si_idle_conn(&s->si[1], &srv->priv_conns);
Willy Tarreau449d74a2015-08-05 17:16:33 +02005294 else if (prev_flags & TX_NOT_FIRST)
5295 /* note: we check the request, not the connection, but
5296 * this is valid for strategies SAFE and AGGR, and in
5297 * case of ALWS, we don't care anyway.
5298 */
5299 si_idle_conn(&s->si[1], &srv->safe_conns);
Willy Tarreau8dff9982015-08-04 20:45:52 +02005300 else
5301 si_idle_conn(&s->si[1], &srv->idle_conns);
Willy Tarreau4320eaa2015-08-05 11:08:30 +02005302 }
Willy Tarreau27375622013-12-17 00:00:28 +01005303
Christopher Faulet3e344292015-11-24 16:24:13 +01005304 if (HAS_FILTERS(s)) {
Christopher Faulet0184ea72017-01-05 14:06:34 +01005305 s->req.analysers &= AN_REQ_FLT_END;
5306 s->res.analysers &= AN_RES_FLT_END;
Christopher Fauletd7c91962015-04-30 11:48:27 +02005307 }
Christopher Faulet3e344292015-11-24 16:24:13 +01005308 else {
5309 s->req.analysers = strm_li(s) ? strm_li(s)->analysers : 0;
5310 s->res.analysers = 0;
5311 }
Willy Tarreau610ecce2010-01-04 21:15:02 +01005312}
5313
5314
5315/* This function updates the request state machine according to the response
5316 * state machine and buffer flags. It returns 1 if it changes anything (flag
5317 * or state), otherwise zero. It ignores any state before HTTP_MSG_DONE, as
5318 * it is only used to find when a request/response couple is complete. Both
5319 * this function and its equivalent should loop until both return zero. It
5320 * can set its own state to DONE, CLOSING, CLOSED, TUNNEL, ERROR.
5321 */
Willy Tarreau87b09662015-04-03 00:22:06 +02005322int http_sync_req_state(struct stream *s)
Willy Tarreau610ecce2010-01-04 21:15:02 +01005323{
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01005324 struct channel *chn = &s->req;
Willy Tarreaueee5b512015-04-03 23:46:31 +02005325 struct http_txn *txn = s->txn;
Willy Tarreaucdbdd522012-10-12 22:51:15 +02005326 unsigned int old_flags = chn->flags;
Willy Tarreau610ecce2010-01-04 21:15:02 +01005327 unsigned int old_state = txn->req.msg_state;
5328
Willy Tarreau610ecce2010-01-04 21:15:02 +01005329 if (unlikely(txn->req.msg_state < HTTP_MSG_BODY))
5330 return 0;
5331
5332 if (txn->req.msg_state == HTTP_MSG_DONE) {
Willy Tarreau90deb182010-01-07 00:20:41 +01005333 /* No need to read anymore, the request was completely parsed.
Willy Tarreau58bd8fd2010-09-28 14:16:41 +02005334 * We can shut the read side unless we want to abort_on_close,
5335 * or we have a POST request. The issue with POST requests is
5336 * that some browsers still send a CRLF after the request, and
5337 * this CRLF must be read so that it does not remain in the kernel
5338 * buffers, otherwise a close could cause an RST on some systems
5339 * (eg: Linux).
Willy Tarreau3988d932013-12-27 23:03:08 +01005340 * Note that if we're using keep-alive on the client side, we'd
5341 * rather poll now and keep the polling enabled for the whole
Willy Tarreau87b09662015-04-03 00:22:06 +02005342 * stream's life than enabling/disabling it between each
Willy Tarreau3988d932013-12-27 23:03:08 +01005343 * response and next request.
Willy Tarreau90deb182010-01-07 00:20:41 +01005344 */
Willy Tarreau3988d932013-12-27 23:03:08 +01005345 if (((txn->flags & TX_CON_WANT_MSK) != TX_CON_WANT_SCL) &&
5346 ((txn->flags & TX_CON_WANT_MSK) != TX_CON_WANT_KAL) &&
5347 !(s->be->options & PR_O_ABRT_CLOSE) &&
5348 txn->meth != HTTP_METH_POST)
Willy Tarreaucdbdd522012-10-12 22:51:15 +02005349 channel_dont_read(chn);
Willy Tarreau610ecce2010-01-04 21:15:02 +01005350
Willy Tarreau40f151a2012-12-20 12:10:09 +01005351 /* if the server closes the connection, we want to immediately react
5352 * and close the socket to save packets and syscalls.
5353 */
Willy Tarreau350f4872014-11-28 14:42:25 +01005354 s->si[1].flags |= SI_FL_NOHALF;
Willy Tarreau40f151a2012-12-20 12:10:09 +01005355
Willy Tarreau7f876a12015-11-18 11:59:55 +01005356 /* In any case we've finished parsing the request so we must
5357 * disable Nagle when sending data because 1) we're not going
5358 * to shut this side, and 2) the server is waiting for us to
5359 * send pending data.
5360 */
5361 chn->flags |= CF_NEVER_WAIT;
5362
Willy Tarreau610ecce2010-01-04 21:15:02 +01005363 if (txn->rsp.msg_state == HTTP_MSG_ERROR)
5364 goto wait_other_side;
5365
5366 if (txn->rsp.msg_state < HTTP_MSG_DONE) {
5367 /* The server has not finished to respond, so we
5368 * don't want to move in order not to upset it.
5369 */
5370 goto wait_other_side;
5371 }
5372
5373 if (txn->rsp.msg_state == HTTP_MSG_TUNNEL) {
5374 /* if any side switches to tunnel mode, the other one does too */
Willy Tarreaucdbdd522012-10-12 22:51:15 +02005375 channel_auto_read(chn);
Willy Tarreau610ecce2010-01-04 21:15:02 +01005376 txn->req.msg_state = HTTP_MSG_TUNNEL;
5377 goto wait_other_side;
5378 }
5379
5380 /* When we get here, it means that both the request and the
5381 * response have finished receiving. Depending on the connection
5382 * mode, we'll have to wait for the last bytes to leave in either
5383 * direction, and sometimes for a close to be effective.
5384 */
5385
Willy Tarreaucce7fa42010-01-16 23:19:39 +01005386 if ((txn->flags & TX_CON_WANT_MSK) == TX_CON_WANT_SCL) {
5387 /* Server-close mode : queue a connection close to the server */
Willy Tarreaucdbdd522012-10-12 22:51:15 +02005388 if (!(chn->flags & (CF_SHUTW|CF_SHUTW_NOW)))
5389 channel_shutw_now(chn);
Willy Tarreaucce7fa42010-01-16 23:19:39 +01005390 }
5391 else if ((txn->flags & TX_CON_WANT_MSK) == TX_CON_WANT_CLO) {
5392 /* Option forceclose is set, or either side wants to close,
5393 * let's enforce it now that we're not expecting any new
Willy Tarreau87b09662015-04-03 00:22:06 +02005394 * data to come. The caller knows the stream is complete
Willy Tarreaucce7fa42010-01-16 23:19:39 +01005395 * once both states are CLOSED.
5396 */
Willy Tarreaucdbdd522012-10-12 22:51:15 +02005397 if (!(chn->flags & (CF_SHUTW|CF_SHUTW_NOW))) {
5398 channel_shutr_now(chn);
5399 channel_shutw_now(chn);
Willy Tarreau610ecce2010-01-04 21:15:02 +01005400 }
Willy Tarreaucce7fa42010-01-16 23:19:39 +01005401 }
5402 else {
Willy Tarreau4213a112013-12-15 10:25:42 +01005403 /* The last possible modes are keep-alive and tunnel. Tunnel mode
5404 * will not have any analyser so it needs to poll for reads.
Willy Tarreaucce7fa42010-01-16 23:19:39 +01005405 */
Willy Tarreau4213a112013-12-15 10:25:42 +01005406 if ((txn->flags & TX_CON_WANT_MSK) == TX_CON_WANT_TUN) {
5407 channel_auto_read(chn);
5408 txn->req.msg_state = HTTP_MSG_TUNNEL;
Willy Tarreau4213a112013-12-15 10:25:42 +01005409 }
Willy Tarreau610ecce2010-01-04 21:15:02 +01005410 }
5411
Willy Tarreaucdbdd522012-10-12 22:51:15 +02005412 if (chn->flags & (CF_SHUTW|CF_SHUTW_NOW)) {
Willy Tarreau610ecce2010-01-04 21:15:02 +01005413 /* if we've just closed an output, let's switch */
Willy Tarreau350f4872014-11-28 14:42:25 +01005414 s->si[1].flags |= SI_FL_NOLINGER; /* we want to close ASAP */
Willy Tarreaucce7fa42010-01-16 23:19:39 +01005415
Willy Tarreaucdbdd522012-10-12 22:51:15 +02005416 if (!channel_is_empty(chn)) {
Willy Tarreau610ecce2010-01-04 21:15:02 +01005417 txn->req.msg_state = HTTP_MSG_CLOSING;
5418 goto http_msg_closing;
5419 }
5420 else {
5421 txn->req.msg_state = HTTP_MSG_CLOSED;
5422 goto http_msg_closed;
5423 }
5424 }
Willy Tarreaucce7fa42010-01-16 23:19:39 +01005425 goto wait_other_side;
Willy Tarreau610ecce2010-01-04 21:15:02 +01005426 }
5427
5428 if (txn->req.msg_state == HTTP_MSG_CLOSING) {
5429 http_msg_closing:
5430 /* nothing else to forward, just waiting for the output buffer
5431 * to be empty and for the shutw_now to take effect.
5432 */
Willy Tarreaucdbdd522012-10-12 22:51:15 +02005433 if (channel_is_empty(chn)) {
Willy Tarreau610ecce2010-01-04 21:15:02 +01005434 txn->req.msg_state = HTTP_MSG_CLOSED;
5435 goto http_msg_closed;
5436 }
Willy Tarreaucdbdd522012-10-12 22:51:15 +02005437 else if (chn->flags & CF_SHUTW) {
Willy Tarreau10e61cb2017-01-04 14:51:22 +01005438 txn->req.err_state = txn->req.msg_state;
Willy Tarreau610ecce2010-01-04 21:15:02 +01005439 txn->req.msg_state = HTTP_MSG_ERROR;
5440 goto wait_other_side;
5441 }
5442 }
5443
5444 if (txn->req.msg_state == HTTP_MSG_CLOSED) {
5445 http_msg_closed:
Willy Tarreau3988d932013-12-27 23:03:08 +01005446 /* see above in MSG_DONE why we only do this in these states */
5447 if (((txn->flags & TX_CON_WANT_MSK) != TX_CON_WANT_SCL) &&
5448 ((txn->flags & TX_CON_WANT_MSK) != TX_CON_WANT_KAL) &&
5449 !(s->be->options & PR_O_ABRT_CLOSE))
Willy Tarreau2e7a1652013-12-15 15:32:10 +01005450 channel_dont_read(chn);
Willy Tarreau610ecce2010-01-04 21:15:02 +01005451 goto wait_other_side;
5452 }
5453
5454 wait_other_side:
Willy Tarreaucdbdd522012-10-12 22:51:15 +02005455 return txn->req.msg_state != old_state || chn->flags != old_flags;
Willy Tarreau610ecce2010-01-04 21:15:02 +01005456}
5457
5458
5459/* This function updates the response state machine according to the request
5460 * state machine and buffer flags. It returns 1 if it changes anything (flag
5461 * or state), otherwise zero. It ignores any state before HTTP_MSG_DONE, as
5462 * it is only used to find when a request/response couple is complete. Both
5463 * this function and its equivalent should loop until both return zero. It
5464 * can set its own state to DONE, CLOSING, CLOSED, TUNNEL, ERROR.
5465 */
Willy Tarreau87b09662015-04-03 00:22:06 +02005466int http_sync_res_state(struct stream *s)
Willy Tarreau610ecce2010-01-04 21:15:02 +01005467{
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01005468 struct channel *chn = &s->res;
Willy Tarreaueee5b512015-04-03 23:46:31 +02005469 struct http_txn *txn = s->txn;
Willy Tarreaucdbdd522012-10-12 22:51:15 +02005470 unsigned int old_flags = chn->flags;
Willy Tarreau610ecce2010-01-04 21:15:02 +01005471 unsigned int old_state = txn->rsp.msg_state;
5472
Willy Tarreau610ecce2010-01-04 21:15:02 +01005473 if (unlikely(txn->rsp.msg_state < HTTP_MSG_BODY))
5474 return 0;
5475
5476 if (txn->rsp.msg_state == HTTP_MSG_DONE) {
5477 /* In theory, we don't need to read anymore, but we must
Willy Tarreau90deb182010-01-07 00:20:41 +01005478 * still monitor the server connection for a possible close
5479 * while the request is being uploaded, so we don't disable
5480 * reading.
Willy Tarreau610ecce2010-01-04 21:15:02 +01005481 */
Willy Tarreaucdbdd522012-10-12 22:51:15 +02005482 /* channel_dont_read(chn); */
Willy Tarreau610ecce2010-01-04 21:15:02 +01005483
5484 if (txn->req.msg_state == HTTP_MSG_ERROR)
5485 goto wait_other_side;
5486
5487 if (txn->req.msg_state < HTTP_MSG_DONE) {
5488 /* The client seems to still be sending data, probably
5489 * because we got an error response during an upload.
5490 * We have the choice of either breaking the connection
5491 * or letting it pass through. Let's do the later.
5492 */
5493 goto wait_other_side;
5494 }
5495
5496 if (txn->req.msg_state == HTTP_MSG_TUNNEL) {
5497 /* if any side switches to tunnel mode, the other one does too */
Willy Tarreaucdbdd522012-10-12 22:51:15 +02005498 channel_auto_read(chn);
Willy Tarreau610ecce2010-01-04 21:15:02 +01005499 txn->rsp.msg_state = HTTP_MSG_TUNNEL;
Willy Tarreaufc47f912012-10-20 10:38:09 +02005500 chn->flags |= CF_NEVER_WAIT;
Willy Tarreau610ecce2010-01-04 21:15:02 +01005501 goto wait_other_side;
5502 }
5503
5504 /* When we get here, it means that both the request and the
5505 * response have finished receiving. Depending on the connection
5506 * mode, we'll have to wait for the last bytes to leave in either
5507 * direction, and sometimes for a close to be effective.
5508 */
5509
5510 if ((txn->flags & TX_CON_WANT_MSK) == TX_CON_WANT_SCL) {
5511 /* Server-close mode : shut read and wait for the request
5512 * side to close its output buffer. The caller will detect
5513 * when we're in DONE and the other is in CLOSED and will
5514 * catch that for the final cleanup.
5515 */
Willy Tarreaucdbdd522012-10-12 22:51:15 +02005516 if (!(chn->flags & (CF_SHUTR|CF_SHUTR_NOW)))
5517 channel_shutr_now(chn);
Willy Tarreau610ecce2010-01-04 21:15:02 +01005518 }
Willy Tarreaucce7fa42010-01-16 23:19:39 +01005519 else if ((txn->flags & TX_CON_WANT_MSK) == TX_CON_WANT_CLO) {
5520 /* Option forceclose is set, or either side wants to close,
5521 * let's enforce it now that we're not expecting any new
Willy Tarreau87b09662015-04-03 00:22:06 +02005522 * data to come. The caller knows the stream is complete
Willy Tarreaucce7fa42010-01-16 23:19:39 +01005523 * once both states are CLOSED.
Willy Tarreau610ecce2010-01-04 21:15:02 +01005524 */
Willy Tarreaucdbdd522012-10-12 22:51:15 +02005525 if (!(chn->flags & (CF_SHUTW|CF_SHUTW_NOW))) {
5526 channel_shutr_now(chn);
5527 channel_shutw_now(chn);
Willy Tarreaucce7fa42010-01-16 23:19:39 +01005528 }
Willy Tarreau610ecce2010-01-04 21:15:02 +01005529 }
5530 else {
Willy Tarreau4213a112013-12-15 10:25:42 +01005531 /* The last possible modes are keep-alive and tunnel. Tunnel will
5532 * need to forward remaining data. Keep-alive will need to monitor
5533 * for connection closing.
Willy Tarreau610ecce2010-01-04 21:15:02 +01005534 */
Willy Tarreaucdbdd522012-10-12 22:51:15 +02005535 channel_auto_read(chn);
Willy Tarreaufc47f912012-10-20 10:38:09 +02005536 chn->flags |= CF_NEVER_WAIT;
Willy Tarreau4213a112013-12-15 10:25:42 +01005537 if ((txn->flags & TX_CON_WANT_MSK) == TX_CON_WANT_TUN)
5538 txn->rsp.msg_state = HTTP_MSG_TUNNEL;
Willy Tarreau610ecce2010-01-04 21:15:02 +01005539 }
5540
Willy Tarreaucdbdd522012-10-12 22:51:15 +02005541 if (chn->flags & (CF_SHUTW|CF_SHUTW_NOW)) {
Willy Tarreau610ecce2010-01-04 21:15:02 +01005542 /* if we've just closed an output, let's switch */
Willy Tarreaucdbdd522012-10-12 22:51:15 +02005543 if (!channel_is_empty(chn)) {
Willy Tarreau610ecce2010-01-04 21:15:02 +01005544 txn->rsp.msg_state = HTTP_MSG_CLOSING;
5545 goto http_msg_closing;
5546 }
5547 else {
5548 txn->rsp.msg_state = HTTP_MSG_CLOSED;
5549 goto http_msg_closed;
5550 }
5551 }
5552 goto wait_other_side;
5553 }
5554
5555 if (txn->rsp.msg_state == HTTP_MSG_CLOSING) {
5556 http_msg_closing:
5557 /* nothing else to forward, just waiting for the output buffer
5558 * to be empty and for the shutw_now to take effect.
5559 */
Willy Tarreaucdbdd522012-10-12 22:51:15 +02005560 if (channel_is_empty(chn)) {
Willy Tarreau610ecce2010-01-04 21:15:02 +01005561 txn->rsp.msg_state = HTTP_MSG_CLOSED;
5562 goto http_msg_closed;
5563 }
Willy Tarreaucdbdd522012-10-12 22:51:15 +02005564 else if (chn->flags & CF_SHUTW) {
Willy Tarreau10e61cb2017-01-04 14:51:22 +01005565 txn->req.err_state = txn->req.msg_state;
Willy Tarreau610ecce2010-01-04 21:15:02 +01005566 txn->rsp.msg_state = HTTP_MSG_ERROR;
Willy Tarreau7d0aaf32011-03-10 23:25:56 +01005567 s->be->be_counters.cli_aborts++;
Willy Tarreau3fdb3662012-11-12 00:42:33 +01005568 if (objt_server(s->target))
5569 objt_server(s->target)->counters.cli_aborts++;
Willy Tarreau610ecce2010-01-04 21:15:02 +01005570 goto wait_other_side;
5571 }
5572 }
5573
5574 if (txn->rsp.msg_state == HTTP_MSG_CLOSED) {
5575 http_msg_closed:
5576 /* drop any pending data */
Willy Tarreau319f7452015-01-14 20:32:59 +01005577 channel_truncate(chn);
Willy Tarreaucdbdd522012-10-12 22:51:15 +02005578 channel_auto_close(chn);
5579 channel_auto_read(chn);
Willy Tarreau610ecce2010-01-04 21:15:02 +01005580 goto wait_other_side;
5581 }
5582
5583 wait_other_side:
Willy Tarreaufc47f912012-10-20 10:38:09 +02005584 /* We force the response to leave immediately if we're waiting for the
5585 * other side, since there is no pending shutdown to push it out.
5586 */
5587 if (!channel_is_empty(chn))
5588 chn->flags |= CF_SEND_DONTWAIT;
Willy Tarreaucdbdd522012-10-12 22:51:15 +02005589 return txn->rsp.msg_state != old_state || chn->flags != old_flags;
Willy Tarreau610ecce2010-01-04 21:15:02 +01005590}
5591
5592
5593/* Resync the request and response state machines. Return 1 if either state
5594 * changes.
5595 */
Willy Tarreau87b09662015-04-03 00:22:06 +02005596int http_resync_states(struct stream *s)
Willy Tarreau610ecce2010-01-04 21:15:02 +01005597{
Willy Tarreaueee5b512015-04-03 23:46:31 +02005598 struct http_txn *txn = s->txn;
Willy Tarreau610ecce2010-01-04 21:15:02 +01005599 int old_req_state = txn->req.msg_state;
5600 int old_res_state = txn->rsp.msg_state;
5601
Willy Tarreau610ecce2010-01-04 21:15:02 +01005602 http_sync_req_state(s);
5603 while (1) {
Willy Tarreau610ecce2010-01-04 21:15:02 +01005604 if (!http_sync_res_state(s))
5605 break;
Willy Tarreau610ecce2010-01-04 21:15:02 +01005606 if (!http_sync_req_state(s))
5607 break;
5608 }
Willy Tarreau3ce10ff2014-04-22 08:24:38 +02005609
Willy Tarreau610ecce2010-01-04 21:15:02 +01005610 /* OK, both state machines agree on a compatible state.
5611 * There are a few cases we're interested in :
5612 * - HTTP_MSG_TUNNEL on either means we have to disable both analysers
5613 * - HTTP_MSG_CLOSED on both sides means we've reached the end in both
5614 * directions, so let's simply disable both analysers.
5615 * - HTTP_MSG_CLOSED on the response only means we must abort the
5616 * request.
5617 * - HTTP_MSG_CLOSED on the request and HTTP_MSG_DONE on the response
5618 * with server-close mode means we've completed one request and we
5619 * must re-initialize the server connection.
5620 */
5621
5622 if (txn->req.msg_state == HTTP_MSG_TUNNEL ||
5623 txn->rsp.msg_state == HTTP_MSG_TUNNEL ||
5624 (txn->req.msg_state == HTTP_MSG_CLOSED &&
5625 txn->rsp.msg_state == HTTP_MSG_CLOSED)) {
Christopher Faulet0184ea72017-01-05 14:06:34 +01005626 s->req.analysers &= AN_REQ_FLT_END;
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01005627 channel_auto_close(&s->req);
5628 channel_auto_read(&s->req);
Christopher Faulet0184ea72017-01-05 14:06:34 +01005629 s->res.analysers &= AN_RES_FLT_END;
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01005630 channel_auto_close(&s->res);
5631 channel_auto_read(&s->res);
Christopher Faulet6962f4e2016-11-28 14:21:27 +01005632 if (txn->req.msg_state == HTTP_MSG_TUNNEL && HAS_REQ_DATA_FILTERS(s))
Christopher Faulet0184ea72017-01-05 14:06:34 +01005633 s->req.analysers |= AN_REQ_FLT_XFER_DATA;
Christopher Faulet6962f4e2016-11-28 14:21:27 +01005634 if (txn->rsp.msg_state == HTTP_MSG_TUNNEL && HAS_RSP_DATA_FILTERS(s))
Christopher Faulet0184ea72017-01-05 14:06:34 +01005635 s->res.analysers |= AN_RES_FLT_XFER_DATA;
Willy Tarreau610ecce2010-01-04 21:15:02 +01005636 }
Willy Tarreau40f151a2012-12-20 12:10:09 +01005637 else if ((txn->req.msg_state >= HTTP_MSG_DONE &&
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01005638 (txn->rsp.msg_state == HTTP_MSG_CLOSED || (s->res.flags & CF_SHUTW))) ||
Willy Tarreau2fa144c2010-01-04 23:13:26 +01005639 txn->rsp.msg_state == HTTP_MSG_ERROR ||
Willy Tarreau40f151a2012-12-20 12:10:09 +01005640 txn->req.msg_state == HTTP_MSG_ERROR) {
Christopher Faulet0184ea72017-01-05 14:06:34 +01005641 s->res.analysers &= AN_RES_FLT_END;
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01005642 channel_auto_close(&s->res);
5643 channel_auto_read(&s->res);
Christopher Faulet0184ea72017-01-05 14:06:34 +01005644 s->req.analysers &= AN_REQ_FLT_END;
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01005645 channel_abort(&s->req);
5646 channel_auto_close(&s->req);
5647 channel_auto_read(&s->req);
5648 channel_truncate(&s->req);
Willy Tarreau610ecce2010-01-04 21:15:02 +01005649 }
Willy Tarreau4213a112013-12-15 10:25:42 +01005650 else if ((txn->req.msg_state == HTTP_MSG_DONE ||
5651 txn->req.msg_state == HTTP_MSG_CLOSED) &&
Willy Tarreau610ecce2010-01-04 21:15:02 +01005652 txn->rsp.msg_state == HTTP_MSG_DONE &&
Willy Tarreau4213a112013-12-15 10:25:42 +01005653 ((txn->flags & TX_CON_WANT_MSK) == TX_CON_WANT_SCL ||
5654 (txn->flags & TX_CON_WANT_MSK) == TX_CON_WANT_KAL)) {
5655 /* server-close/keep-alive: terminate this transaction,
5656 * possibly killing the server connection and reinitialize
Willy Tarreau3de5bd62016-05-02 16:07:07 +02005657 * a fresh-new transaction, but only once we're sure there's
5658 * enough room in the request and response buffer to process
5659 * another request. The request buffer must not hold any
5660 * pending output data and the request buffer must not have
5661 * output data occupying the reserve.
Willy Tarreau610ecce2010-01-04 21:15:02 +01005662 */
Willy Tarreau3de5bd62016-05-02 16:07:07 +02005663 if (s->req.buf->o)
5664 s->req.flags |= CF_WAKE_WRITE;
5665 else if (channel_congested(&s->res))
5666 s->res.flags |= CF_WAKE_WRITE;
5667 else
5668 http_end_txn_clean_session(s);
Willy Tarreau610ecce2010-01-04 21:15:02 +01005669 }
5670
Willy Tarreau610ecce2010-01-04 21:15:02 +01005671 return txn->req.msg_state != old_req_state ||
5672 txn->rsp.msg_state != old_res_state;
5673}
5674
Willy Tarreaud98cf932009-12-27 22:54:55 +01005675/* This function is an analyser which forwards request body (including chunk
5676 * sizes if any). It is called as soon as we must forward, even if we forward
5677 * zero byte. The only situation where it must not be called is when we're in
5678 * tunnel mode and we want to forward till the close. It's used both to forward
5679 * remaining data and to resync after end of body. It expects the msg_state to
5680 * be between MSG_BODY and MSG_DONE (inclusive). It returns zero if it needs to
Willy Tarreau87b09662015-04-03 00:22:06 +02005681 * read more data, or 1 once we can go on with next request or end the stream.
Willy Tarreau124d9912011-03-01 20:30:48 +01005682 * When in MSG_DATA or MSG_TRAILERS, it will automatically forward chunk_len
Willy Tarreauc24715e2014-04-17 15:21:20 +02005683 * bytes of pending data + the headers if not already done.
Willy Tarreaud98cf932009-12-27 22:54:55 +01005684 */
Willy Tarreau87b09662015-04-03 00:22:06 +02005685int http_request_forward_body(struct stream *s, struct channel *req, int an_bit)
Willy Tarreaud98cf932009-12-27 22:54:55 +01005686{
Willy Tarreaufb0afa72015-04-03 14:46:27 +02005687 struct session *sess = s->sess;
Willy Tarreaueee5b512015-04-03 23:46:31 +02005688 struct http_txn *txn = s->txn;
5689 struct http_msg *msg = &s->txn->req;
Christopher Faulet3e344292015-11-24 16:24:13 +01005690 int ret;
Willy Tarreaud98cf932009-12-27 22:54:55 +01005691
Willy Tarreauf5c8bd62010-01-04 07:10:34 +01005692 if (unlikely(msg->msg_state < HTTP_MSG_BODY))
5693 return 0;
5694
Willy Tarreau03cdb7c2012-08-27 23:14:58 +02005695 if ((req->flags & (CF_READ_ERROR|CF_READ_TIMEOUT|CF_WRITE_ERROR|CF_WRITE_TIMEOUT)) ||
Willy Tarreau9b28e032012-10-12 23:49:43 +02005696 ((req->flags & CF_SHUTW) && (req->to_forward || req->buf->o))) {
Willy Tarreau4fe41902010-06-07 22:27:41 +02005697 /* Output closed while we were sending data. We must abort and
5698 * wake the other side up.
5699 */
Willy Tarreau10e61cb2017-01-04 14:51:22 +01005700 msg->err_state = msg->msg_state;
Willy Tarreau4fe41902010-06-07 22:27:41 +02005701 msg->msg_state = HTTP_MSG_ERROR;
5702 http_resync_states(s);
Willy Tarreau082b01c2010-01-02 23:58:04 +01005703 return 1;
5704 }
5705
Willy Tarreaud98cf932009-12-27 22:54:55 +01005706 /* Note that we don't have to send 100-continue back because we don't
5707 * need the data to complete our job, and it's up to the server to
5708 * decide whether to return 100, 417 or anything else in return of
5709 * an "Expect: 100-continue" header.
5710 */
Christopher Fauletd7c91962015-04-30 11:48:27 +02005711 if (msg->msg_state == HTTP_MSG_BODY) {
Christopher Fauletdbe34eb2015-12-02 10:01:17 +01005712 msg->msg_state = ((msg->flags & HTTP_MSGF_TE_CHNK)
5713 ? HTTP_MSG_CHUNK_SIZE
5714 : HTTP_MSG_DATA);
Christopher Fauletd7c91962015-04-30 11:48:27 +02005715
5716 /* TODO/filters: when http-buffer-request option is set or if a
5717 * rule on url_param exists, the first chunk size could be
5718 * already parsed. In that case, msg->next is after the chunk
5719 * size (including the CRLF after the size). So this case should
5720 * be handled to */
Willy Tarreaud98cf932009-12-27 22:54:55 +01005721 }
5722
Willy Tarreau7ba23542014-04-17 21:50:00 +02005723 /* Some post-connect processing might want us to refrain from starting to
5724 * forward data. Currently, the only reason for this is "balance url_param"
5725 * whichs need to parse/process the request after we've enabled forwarding.
5726 */
5727 if (unlikely(msg->flags & HTTP_MSGF_WAIT_CONN)) {
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01005728 if (!(s->res.flags & CF_READ_ATTACHED)) {
Willy Tarreau7ba23542014-04-17 21:50:00 +02005729 channel_auto_connect(req);
Willy Tarreau644c1012014-04-30 18:11:11 +02005730 req->flags |= CF_WAKE_CONNECT;
Christopher Fauletdbe34eb2015-12-02 10:01:17 +01005731 goto missing_data_or_waiting;
Willy Tarreau7ba23542014-04-17 21:50:00 +02005732 }
5733 msg->flags &= ~HTTP_MSGF_WAIT_CONN;
5734 }
5735
Willy Tarreau80a92c02014-03-12 10:41:13 +01005736 /* in most states, we should abort in case of early close */
5737 channel_auto_close(req);
5738
Willy Tarreauefdf0942014-04-24 20:08:57 +02005739 if (req->to_forward) {
5740 /* We can't process the buffer's contents yet */
5741 req->flags |= CF_WAKE_WRITE;
Christopher Fauletdbe34eb2015-12-02 10:01:17 +01005742 goto missing_data_or_waiting;
Willy Tarreauefdf0942014-04-24 20:08:57 +02005743 }
5744
Christopher Fauletdbe34eb2015-12-02 10:01:17 +01005745 if (msg->msg_state < HTTP_MSG_DONE) {
5746 ret = ((msg->flags & HTTP_MSGF_TE_CHNK)
5747 ? http_msg_forward_chunked_body(s, msg)
5748 : http_msg_forward_body(s, msg));
5749 if (!ret)
5750 goto missing_data_or_waiting;
5751 if (ret < 0)
5752 goto return_bad_req;
5753 }
Christopher Fauletd7c91962015-04-30 11:48:27 +02005754
Christopher Fauletdbe34eb2015-12-02 10:01:17 +01005755 /* other states, DONE...TUNNEL */
5756 /* we don't want to forward closes on DONE except in tunnel mode. */
5757 if ((txn->flags & TX_CON_WANT_MSK) != TX_CON_WANT_TUN)
5758 channel_dont_close(req);
Willy Tarreau5c54c712010-07-17 08:02:58 +02005759
Christopher Fauletdbe34eb2015-12-02 10:01:17 +01005760 if (http_resync_states(s)) {
5761 /* some state changes occurred, maybe the analyser
5762 * was disabled too. */
5763 if (unlikely(msg->msg_state == HTTP_MSG_ERROR)) {
5764 if (req->flags & CF_SHUTW) {
5765 /* request errors are most likely due to the
5766 * server aborting the transfer. */
5767 goto aborted_xfer;
Willy Tarreau58bd8fd2010-09-28 14:16:41 +02005768 }
Christopher Fauletdbe34eb2015-12-02 10:01:17 +01005769 if (msg->err_pos >= 0)
Willy Tarreau10e61cb2017-01-04 14:51:22 +01005770 http_capture_bad_message(&sess->fe->invalid_req, s, msg, msg->err_state, s->be);
Christopher Fauletdbe34eb2015-12-02 10:01:17 +01005771 goto return_bad_req;
Willy Tarreaud98cf932009-12-27 22:54:55 +01005772 }
Christopher Fauletdbe34eb2015-12-02 10:01:17 +01005773 return 1;
Willy Tarreaud98cf932009-12-27 22:54:55 +01005774 }
5775
Christopher Fauletdbe34eb2015-12-02 10:01:17 +01005776 /* If "option abortonclose" is set on the backend, we want to monitor
5777 * the client's connection and forward any shutdown notification to the
5778 * server, which will decide whether to close or to go on processing the
5779 * request. We only do that in tunnel mode, and not in other modes since
5780 * it can be abused to exhaust source ports. */
5781 if (s->be->options & PR_O_ABRT_CLOSE) {
5782 channel_auto_read(req);
5783 if ((req->flags & (CF_SHUTR|CF_READ_NULL)) &&
5784 ((txn->flags & TX_CON_WANT_MSK) != TX_CON_WANT_TUN))
5785 s->si[1].flags |= SI_FL_NOLINGER;
5786 channel_auto_close(req);
5787 }
5788 else if (s->txn->meth == HTTP_METH_POST) {
5789 /* POST requests may require to read extra CRLF sent by broken
5790 * browsers and which could cause an RST to be sent upon close
5791 * on some systems (eg: Linux). */
5792 channel_auto_read(req);
5793 }
5794 return 0;
Willy Tarreaubed410e2014-04-22 08:19:34 +02005795
Christopher Fauletdbe34eb2015-12-02 10:01:17 +01005796 missing_data_or_waiting:
Willy Tarreauf5c8bd62010-01-04 07:10:34 +01005797 /* stop waiting for data if the input is closed before the end */
Willy Tarreau03cdb7c2012-08-27 23:14:58 +02005798 if (req->flags & CF_SHUTR) {
Willy Tarreaue7dff022015-04-03 01:14:29 +02005799 if (!(s->flags & SF_ERR_MASK))
5800 s->flags |= SF_ERR_CLICL;
5801 if (!(s->flags & SF_FINST_MASK)) {
Willy Tarreaued2fd2d2010-12-29 11:23:27 +01005802 if (txn->rsp.msg_state < HTTP_MSG_ERROR)
Willy Tarreaue7dff022015-04-03 01:14:29 +02005803 s->flags |= SF_FINST_H;
Willy Tarreaued2fd2d2010-12-29 11:23:27 +01005804 else
Willy Tarreaue7dff022015-04-03 01:14:29 +02005805 s->flags |= SF_FINST_D;
Willy Tarreaued2fd2d2010-12-29 11:23:27 +01005806 }
5807
Willy Tarreaue36cbcb2015-04-03 15:40:56 +02005808 sess->fe->fe_counters.cli_aborts++;
Willy Tarreau7d0aaf32011-03-10 23:25:56 +01005809 s->be->be_counters.cli_aborts++;
Willy Tarreau3fdb3662012-11-12 00:42:33 +01005810 if (objt_server(s->target))
5811 objt_server(s->target)->counters.cli_aborts++;
Willy Tarreaued2fd2d2010-12-29 11:23:27 +01005812
5813 goto return_bad_req_stats_ok;
Willy Tarreau79ebac62010-06-07 13:47:49 +02005814 }
Willy Tarreauf5c8bd62010-01-04 07:10:34 +01005815
Willy Tarreauf5c8bd62010-01-04 07:10:34 +01005816 /* waiting for the last bits to leave the buffer */
Willy Tarreau03cdb7c2012-08-27 23:14:58 +02005817 if (req->flags & CF_SHUTW)
Willy Tarreaued2fd2d2010-12-29 11:23:27 +01005818 goto aborted_xfer;
Willy Tarreau610ecce2010-01-04 21:15:02 +01005819
Willy Tarreau92aa1fa2010-08-28 18:57:20 +02005820 /* When TE: chunked is used, we need to get there again to parse remaining
Willy Tarreau03cdb7c2012-08-27 23:14:58 +02005821 * chunks even if the client has closed, so we don't want to set CF_DONTCLOSE.
Willy Tarreau92aa1fa2010-08-28 18:57:20 +02005822 */
Willy Tarreaua36fc4d2012-02-17 17:39:37 +01005823 if (msg->flags & HTTP_MSGF_TE_CHNK)
Willy Tarreau8263d2b2012-08-28 00:06:31 +02005824 channel_dont_close(req);
Willy Tarreau92aa1fa2010-08-28 18:57:20 +02005825
Willy Tarreau5c620922011-05-11 19:56:11 +02005826 /* We know that more data are expected, but we couldn't send more that
Willy Tarreau03cdb7c2012-08-27 23:14:58 +02005827 * what we did. So we always set the CF_EXPECT_MORE flag so that the
Willy Tarreau07293032011-05-30 18:29:28 +02005828 * system knows it must not set a PUSH on this first part. Interactive
Willy Tarreau869fc1e2012-03-05 08:29:20 +01005829 * modes are already handled by the stream sock layer. We must not do
5830 * this in content-length mode because it could present the MSG_MORE
5831 * flag with the last block of forwarded data, which would cause an
5832 * additional delay to be observed by the receiver.
Willy Tarreau5c620922011-05-11 19:56:11 +02005833 */
Willy Tarreaua36fc4d2012-02-17 17:39:37 +01005834 if (msg->flags & HTTP_MSGF_TE_CHNK)
Willy Tarreau03cdb7c2012-08-27 23:14:58 +02005835 req->flags |= CF_EXPECT_MORE;
Willy Tarreau5c620922011-05-11 19:56:11 +02005836
Willy Tarreauf5c8bd62010-01-04 07:10:34 +01005837 return 0;
5838
Willy Tarreaud98cf932009-12-27 22:54:55 +01005839 return_bad_req: /* let's centralize all bad requests */
Willy Tarreaue36cbcb2015-04-03 15:40:56 +02005840 sess->fe->fe_counters.failed_req++;
Willy Tarreaufb0afa72015-04-03 14:46:27 +02005841 if (sess->listener->counters)
5842 sess->listener->counters->failed_req++;
Willy Tarreaubed410e2014-04-22 08:19:34 +02005843
Willy Tarreaued2fd2d2010-12-29 11:23:27 +01005844 return_bad_req_stats_ok:
Willy Tarreau10e61cb2017-01-04 14:51:22 +01005845 txn->req.err_state = txn->req.msg_state;
Willy Tarreaued2fd2d2010-12-29 11:23:27 +01005846 txn->req.msg_state = HTTP_MSG_ERROR;
5847 if (txn->status) {
5848 /* Note: we don't send any error if some data were already sent */
Christopher Fauleta94e5a52015-12-09 15:55:06 +01005849 http_reply_and_close(s, txn->status, NULL);
Willy Tarreaued2fd2d2010-12-29 11:23:27 +01005850 } else {
5851 txn->status = 400;
Christopher Fauleta94e5a52015-12-09 15:55:06 +01005852 http_reply_and_close(s, txn->status, http_error_message(s, HTTP_ERR_400));
Willy Tarreaued2fd2d2010-12-29 11:23:27 +01005853 }
Christopher Faulet0184ea72017-01-05 14:06:34 +01005854 req->analysers &= AN_REQ_FLT_END;
5855 s->res.analysers &= AN_RES_FLT_END; /* we're in data phase, we want to abort both directions */
Willy Tarreaud98cf932009-12-27 22:54:55 +01005856
Willy Tarreaue7dff022015-04-03 01:14:29 +02005857 if (!(s->flags & SF_ERR_MASK))
5858 s->flags |= SF_ERR_PRXCOND;
5859 if (!(s->flags & SF_FINST_MASK)) {
Willy Tarreaued2fd2d2010-12-29 11:23:27 +01005860 if (txn->rsp.msg_state < HTTP_MSG_ERROR)
Willy Tarreaue7dff022015-04-03 01:14:29 +02005861 s->flags |= SF_FINST_H;
Willy Tarreaued2fd2d2010-12-29 11:23:27 +01005862 else
Willy Tarreaue7dff022015-04-03 01:14:29 +02005863 s->flags |= SF_FINST_D;
Willy Tarreaued2fd2d2010-12-29 11:23:27 +01005864 }
5865 return 0;
5866
5867 aborted_xfer:
Willy Tarreau10e61cb2017-01-04 14:51:22 +01005868 txn->req.err_state = txn->req.msg_state;
Willy Tarreaued2fd2d2010-12-29 11:23:27 +01005869 txn->req.msg_state = HTTP_MSG_ERROR;
5870 if (txn->status) {
5871 /* Note: we don't send any error if some data were already sent */
Christopher Fauleta94e5a52015-12-09 15:55:06 +01005872 http_reply_and_close(s, txn->status, NULL);
Willy Tarreaued2fd2d2010-12-29 11:23:27 +01005873 } else {
5874 txn->status = 502;
Christopher Fauleta94e5a52015-12-09 15:55:06 +01005875 http_reply_and_close(s, txn->status, http_error_message(s, HTTP_ERR_502));
Willy Tarreaued2fd2d2010-12-29 11:23:27 +01005876 }
Christopher Faulet0184ea72017-01-05 14:06:34 +01005877 req->analysers &= AN_REQ_FLT_END;
5878 s->res.analysers &= AN_RES_FLT_END; /* we're in data phase, we want to abort both directions */
Willy Tarreaued2fd2d2010-12-29 11:23:27 +01005879
Willy Tarreaue36cbcb2015-04-03 15:40:56 +02005880 sess->fe->fe_counters.srv_aborts++;
Willy Tarreau7d0aaf32011-03-10 23:25:56 +01005881 s->be->be_counters.srv_aborts++;
Willy Tarreau3fdb3662012-11-12 00:42:33 +01005882 if (objt_server(s->target))
5883 objt_server(s->target)->counters.srv_aborts++;
Willy Tarreaued2fd2d2010-12-29 11:23:27 +01005884
Willy Tarreaue7dff022015-04-03 01:14:29 +02005885 if (!(s->flags & SF_ERR_MASK))
5886 s->flags |= SF_ERR_SRVCL;
5887 if (!(s->flags & SF_FINST_MASK)) {
Willy Tarreaued2fd2d2010-12-29 11:23:27 +01005888 if (txn->rsp.msg_state < HTTP_MSG_ERROR)
Willy Tarreaue7dff022015-04-03 01:14:29 +02005889 s->flags |= SF_FINST_H;
Willy Tarreaued2fd2d2010-12-29 11:23:27 +01005890 else
Willy Tarreaue7dff022015-04-03 01:14:29 +02005891 s->flags |= SF_FINST_D;
Willy Tarreaued2fd2d2010-12-29 11:23:27 +01005892 }
Willy Tarreaud98cf932009-12-27 22:54:55 +01005893 return 0;
5894}
5895
Willy Tarreaub37c27e2009-10-18 22:53:08 +02005896/* This stream analyser waits for a complete HTTP response. It returns 1 if the
5897 * processing can continue on next analysers, or zero if it either needs more
5898 * data or wants to immediately abort the response (eg: timeout, error, ...). It
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01005899 * is tied to AN_RES_WAIT_HTTP and may may remove itself from s->res.analysers
Willy Tarreaub37c27e2009-10-18 22:53:08 +02005900 * when it has nothing left to do, and may remove any analyser when it wants to
5901 * abort.
Willy Tarreauc65a3ba2008-08-11 23:42:50 +02005902 */
Willy Tarreau87b09662015-04-03 00:22:06 +02005903int http_wait_for_response(struct stream *s, struct channel *rep, int an_bit)
Willy Tarreauc65a3ba2008-08-11 23:42:50 +02005904{
Willy Tarreaue36cbcb2015-04-03 15:40:56 +02005905 struct session *sess = s->sess;
Willy Tarreaueee5b512015-04-03 23:46:31 +02005906 struct http_txn *txn = s->txn;
Willy Tarreaub37c27e2009-10-18 22:53:08 +02005907 struct http_msg *msg = &txn->rsp;
Willy Tarreaub8c82c22009-10-18 23:45:12 +02005908 struct hdr_ctx ctx;
Willy Tarreaue8e785b2009-12-26 15:34:26 +01005909 int use_close_only;
Willy Tarreaub37c27e2009-10-18 22:53:08 +02005910 int cur_idx;
Krzysztof Piotr Oledzki5fb18822009-10-13 21:14:09 +02005911 int n;
Willy Tarreauadfb8562008-08-11 15:24:42 +02005912
Willy Tarreau87b09662015-04-03 00:22:06 +02005913 DPRINTF(stderr,"[%u] %s: stream=%p b=%p, exp(r,w)=%u,%u bf=%08x bh=%d analysers=%02x\n",
Willy Tarreaufa7e1022008-10-19 07:30:41 +02005914 now_ms, __FUNCTION__,
Willy Tarreaub37c27e2009-10-18 22:53:08 +02005915 s,
Willy Tarreau3a16b2c2008-08-28 08:54:27 +02005916 rep,
5917 rep->rex, rep->wex,
5918 rep->flags,
Willy Tarreau9b28e032012-10-12 23:49:43 +02005919 rep->buf->i,
Willy Tarreau3a16b2c2008-08-28 08:54:27 +02005920 rep->analysers);
Willy Tarreau67f0eea2008-08-10 22:55:22 +02005921
Willy Tarreaub37c27e2009-10-18 22:53:08 +02005922 /*
5923 * Now parse the partial (or complete) lines.
5924 * We will check the response syntax, and also join multi-line
5925 * headers. An index of all the lines will be elaborated while
5926 * parsing.
5927 *
5928 * For the parsing, we use a 28 states FSM.
5929 *
5930 * Here is the information we currently have :
Willy Tarreau9b28e032012-10-12 23:49:43 +02005931 * rep->buf->p = beginning of response
5932 * rep->buf->p + msg->eoh = end of processed headers / start of current one
5933 * rep->buf->p + rep->buf->i = end of input data
Willy Tarreau26927362012-05-18 23:22:52 +02005934 * msg->eol = end of current header or line (LF or CRLF)
5935 * msg->next = first non-visited byte
Willy Tarreaub37c27e2009-10-18 22:53:08 +02005936 */
5937
Willy Tarreau628c40c2014-04-24 19:11:26 +02005938 next_one:
Willy Tarreau83e3af02009-12-28 17:39:57 +01005939 /* There's a protected area at the end of the buffer for rewriting
5940 * purposes. We don't want to start to parse the request if the
5941 * protected area is affected, because we may have to move processed
5942 * data later, which is much more complicated.
5943 */
Willy Tarreau9b28e032012-10-12 23:49:43 +02005944 if (buffer_not_empty(rep->buf) && msg->msg_state < HTTP_MSG_ERROR) {
Willy Tarreauba0902e2015-01-13 14:39:16 +01005945 if (unlikely(!channel_is_rewritable(rep))) {
Willy Tarreau379357a2013-06-08 12:55:46 +02005946 /* some data has still not left the buffer, wake us once that's done */
5947 if (rep->flags & (CF_SHUTW|CF_SHUTW_NOW|CF_WRITE_ERROR|CF_WRITE_TIMEOUT))
5948 goto abort_response;
5949 channel_dont_close(rep);
5950 rep->flags |= CF_READ_DONTWAIT; /* try to get back here ASAP */
Willy Tarreaud7ad9f52013-12-31 17:26:25 +01005951 rep->flags |= CF_WAKE_WRITE;
Willy Tarreau379357a2013-06-08 12:55:46 +02005952 return 0;
Willy Tarreau83e3af02009-12-28 17:39:57 +01005953 }
5954
Willy Tarreau379357a2013-06-08 12:55:46 +02005955 if (unlikely(bi_end(rep->buf) < b_ptr(rep->buf, msg->next) ||
5956 bi_end(rep->buf) > rep->buf->data + rep->buf->size - global.tune.maxrewrite))
5957 buffer_slow_realign(rep->buf);
5958
Willy Tarreau9b28e032012-10-12 23:49:43 +02005959 if (likely(msg->next < rep->buf->i))
Willy Tarreaua560c212012-03-09 13:50:57 +01005960 http_msg_analyzer(msg, &txn->hdr_idx);
Willy Tarreau83e3af02009-12-28 17:39:57 +01005961 }
5962
Willy Tarreaub37c27e2009-10-18 22:53:08 +02005963 /* 1: we might have to print this header in debug mode */
5964 if (unlikely((global.mode & MODE_DEBUG) &&
5965 (!(global.mode & MODE_QUIET) || (global.mode & MODE_VERBOSE)) &&
Willy Tarreau7d59e902014-10-21 19:36:09 +02005966 msg->msg_state >= HTTP_MSG_BODY)) {
Willy Tarreaub37c27e2009-10-18 22:53:08 +02005967 char *eol, *sol;
Willy Tarreauf5483bf2008-08-14 18:35:40 +02005968
Willy Tarreau9b28e032012-10-12 23:49:43 +02005969 sol = rep->buf->p;
5970 eol = sol + (msg->sl.st.l ? msg->sl.st.l : rep->buf->i);
Willy Tarreaub37c27e2009-10-18 22:53:08 +02005971 debug_hdr("srvrep", s, sol, eol);
Willy Tarreauf5483bf2008-08-14 18:35:40 +02005972
Willy Tarreaub37c27e2009-10-18 22:53:08 +02005973 sol += hdr_idx_first_pos(&txn->hdr_idx);
5974 cur_idx = hdr_idx_first_idx(&txn->hdr_idx);
Willy Tarreauf5483bf2008-08-14 18:35:40 +02005975
Willy Tarreaub37c27e2009-10-18 22:53:08 +02005976 while (cur_idx) {
5977 eol = sol + txn->hdr_idx.v[cur_idx].len;
5978 debug_hdr("srvhdr", s, sol, eol);
5979 sol = eol + txn->hdr_idx.v[cur_idx].cr + 1;
5980 cur_idx = txn->hdr_idx.v[cur_idx].next;
5981 }
5982 }
Willy Tarreauf5483bf2008-08-14 18:35:40 +02005983
Willy Tarreaub37c27e2009-10-18 22:53:08 +02005984 /*
5985 * Now we quickly check if we have found a full valid response.
5986 * If not so, we check the FD and buffer states before leaving.
5987 * A full response is indicated by the fact that we have seen
Willy Tarreau655dce92009-11-08 13:10:58 +01005988 * the double LF/CRLF, so the state is >= HTTP_MSG_BODY. Invalid
Willy Tarreaub37c27e2009-10-18 22:53:08 +02005989 * responses are checked first.
5990 *
5991 * Depending on whether the client is still there or not, we
5992 * may send an error response back or not. Note that normally
5993 * we should only check for HTTP status there, and check I/O
5994 * errors somewhere else.
5995 */
Willy Tarreauf5483bf2008-08-14 18:35:40 +02005996
Willy Tarreau655dce92009-11-08 13:10:58 +01005997 if (unlikely(msg->msg_state < HTTP_MSG_BODY)) {
Willy Tarreaub37c27e2009-10-18 22:53:08 +02005998 /* Invalid response */
5999 if (unlikely(msg->msg_state == HTTP_MSG_ERROR)) {
6000 /* we detected a parsing error. We want to archive this response
6001 * in the dedicated proxy area for later troubleshooting.
6002 */
6003 hdr_response_bad:
6004 if (msg->msg_state == HTTP_MSG_ERROR || msg->err_pos >= 0)
Willy Tarreau10e61cb2017-01-04 14:51:22 +01006005 http_capture_bad_message(&s->be->invalid_rep, s, msg, msg->err_state, sess->fe);
Willy Tarreaub37c27e2009-10-18 22:53:08 +02006006
Willy Tarreau7d0aaf32011-03-10 23:25:56 +01006007 s->be->be_counters.failed_resp++;
Willy Tarreau3fdb3662012-11-12 00:42:33 +01006008 if (objt_server(s->target)) {
6009 objt_server(s->target)->counters.failed_resp++;
6010 health_adjust(objt_server(s->target), HANA_STATUS_HTTP_HDRRSP);
Krzysztof Piotr Oledzki97f07b82009-12-15 22:31:24 +01006011 }
Willy Tarreau64648412010-03-05 10:41:54 +01006012 abort_response:
Willy Tarreau8263d2b2012-08-28 00:06:31 +02006013 channel_auto_close(rep);
Christopher Faulet0184ea72017-01-05 14:06:34 +01006014 rep->analysers &= AN_RES_FLT_END;
Willy Tarreaub37c27e2009-10-18 22:53:08 +02006015 txn->status = 502;
Willy Tarreau350f4872014-11-28 14:42:25 +01006016 s->si[1].flags |= SI_FL_NOLINGER;
Willy Tarreau319f7452015-01-14 20:32:59 +01006017 channel_truncate(rep);
Christopher Fauleta94e5a52015-12-09 15:55:06 +01006018 http_reply_and_close(s, txn->status, http_error_message(s, HTTP_ERR_502));
Willy Tarreaub37c27e2009-10-18 22:53:08 +02006019
Willy Tarreaue7dff022015-04-03 01:14:29 +02006020 if (!(s->flags & SF_ERR_MASK))
6021 s->flags |= SF_ERR_PRXCOND;
6022 if (!(s->flags & SF_FINST_MASK))
6023 s->flags |= SF_FINST_H;
Willy Tarreaub37c27e2009-10-18 22:53:08 +02006024
6025 return 0;
Willy Tarreaubaaee002006-06-26 02:48:02 +02006026 }
Willy Tarreaubaaee002006-06-26 02:48:02 +02006027
Willy Tarreaub37c27e2009-10-18 22:53:08 +02006028 /* too large response does not fit in buffer. */
Willy Tarreau9b28e032012-10-12 23:49:43 +02006029 else if (buffer_full(rep->buf, global.tune.maxrewrite)) {
Willy Tarreaufec4d892011-09-02 20:04:57 +02006030 if (msg->err_pos < 0)
Willy Tarreau9b28e032012-10-12 23:49:43 +02006031 msg->err_pos = rep->buf->i;
Willy Tarreaub37c27e2009-10-18 22:53:08 +02006032 goto hdr_response_bad;
6033 }
Willy Tarreauf5483bf2008-08-14 18:35:40 +02006034
Willy Tarreaub37c27e2009-10-18 22:53:08 +02006035 /* read error */
Willy Tarreau03cdb7c2012-08-27 23:14:58 +02006036 else if (rep->flags & CF_READ_ERROR) {
Willy Tarreaub37c27e2009-10-18 22:53:08 +02006037 if (msg->err_pos >= 0)
Willy Tarreau10e61cb2017-01-04 14:51:22 +01006038 http_capture_bad_message(&s->be->invalid_rep, s, msg, msg->err_state, sess->fe);
Willy Tarreau6b726ad2013-12-15 19:31:37 +01006039 else if (txn->flags & TX_NOT_FIRST)
6040 goto abort_keep_alive;
Willy Tarreau4076a152009-04-02 15:18:36 +02006041
Willy Tarreau7d0aaf32011-03-10 23:25:56 +01006042 s->be->be_counters.failed_resp++;
Willy Tarreau3fdb3662012-11-12 00:42:33 +01006043 if (objt_server(s->target)) {
6044 objt_server(s->target)->counters.failed_resp++;
6045 health_adjust(objt_server(s->target), HANA_STATUS_HTTP_READ_ERROR);
Krzysztof Piotr Oledzki97f07b82009-12-15 22:31:24 +01006046 }
Willy Tarreau461f6622008-08-15 23:43:19 +02006047
Willy Tarreau8263d2b2012-08-28 00:06:31 +02006048 channel_auto_close(rep);
Christopher Faulet0184ea72017-01-05 14:06:34 +01006049 rep->analysers &= AN_RES_FLT_END;
Willy Tarreaub37c27e2009-10-18 22:53:08 +02006050 txn->status = 502;
Willy Tarreau350f4872014-11-28 14:42:25 +01006051 s->si[1].flags |= SI_FL_NOLINGER;
Willy Tarreau319f7452015-01-14 20:32:59 +01006052 channel_truncate(rep);
Christopher Fauleta94e5a52015-12-09 15:55:06 +01006053 http_reply_and_close(s, txn->status, http_error_message(s, HTTP_ERR_502));
Willy Tarreau816b9792009-09-15 21:25:21 +02006054
Willy Tarreaue7dff022015-04-03 01:14:29 +02006055 if (!(s->flags & SF_ERR_MASK))
6056 s->flags |= SF_ERR_SRVCL;
6057 if (!(s->flags & SF_FINST_MASK))
6058 s->flags |= SF_FINST_H;
Willy Tarreaucebf57e2008-08-15 18:16:37 +02006059 return 0;
Willy Tarreauf5483bf2008-08-14 18:35:40 +02006060 }
Willy Tarreaubaaee002006-06-26 02:48:02 +02006061
Willy Tarreau6f0a7ba2014-06-23 15:22:31 +02006062 /* read timeout : return a 504 to the client. */
6063 else if (rep->flags & CF_READ_TIMEOUT) {
Willy Tarreaub37c27e2009-10-18 22:53:08 +02006064 if (msg->err_pos >= 0)
Willy Tarreau10e61cb2017-01-04 14:51:22 +01006065 http_capture_bad_message(&s->be->invalid_rep, s, msg, msg->err_state, sess->fe);
Willy Tarreau21d2af32008-02-14 20:25:24 +01006066
Willy Tarreau7d0aaf32011-03-10 23:25:56 +01006067 s->be->be_counters.failed_resp++;
Willy Tarreau3fdb3662012-11-12 00:42:33 +01006068 if (objt_server(s->target)) {
6069 objt_server(s->target)->counters.failed_resp++;
6070 health_adjust(objt_server(s->target), HANA_STATUS_HTTP_READ_TIMEOUT);
Krzysztof Piotr Oledzki97f07b82009-12-15 22:31:24 +01006071 }
Willy Tarreau21d2af32008-02-14 20:25:24 +01006072
Willy Tarreau8263d2b2012-08-28 00:06:31 +02006073 channel_auto_close(rep);
Christopher Faulet0184ea72017-01-05 14:06:34 +01006074 rep->analysers &= AN_RES_FLT_END;
Willy Tarreaub37c27e2009-10-18 22:53:08 +02006075 txn->status = 504;
Willy Tarreau350f4872014-11-28 14:42:25 +01006076 s->si[1].flags |= SI_FL_NOLINGER;
Willy Tarreau319f7452015-01-14 20:32:59 +01006077 channel_truncate(rep);
Christopher Fauleta94e5a52015-12-09 15:55:06 +01006078 http_reply_and_close(s, txn->status, http_error_message(s, HTTP_ERR_504));
Willy Tarreau4076a152009-04-02 15:18:36 +02006079
Willy Tarreaue7dff022015-04-03 01:14:29 +02006080 if (!(s->flags & SF_ERR_MASK))
6081 s->flags |= SF_ERR_SRVTO;
6082 if (!(s->flags & SF_FINST_MASK))
6083 s->flags |= SF_FINST_H;
Willy Tarreaub37c27e2009-10-18 22:53:08 +02006084 return 0;
6085 }
Willy Tarreaua7c52762008-08-16 18:40:18 +02006086
Willy Tarreauf003d372012-11-26 13:35:37 +01006087 /* client abort with an abortonclose */
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01006088 else if ((rep->flags & CF_SHUTR) && ((s->req.flags & (CF_SHUTR|CF_SHUTW)) == (CF_SHUTR|CF_SHUTW))) {
Willy Tarreaue36cbcb2015-04-03 15:40:56 +02006089 sess->fe->fe_counters.cli_aborts++;
Willy Tarreauf003d372012-11-26 13:35:37 +01006090 s->be->be_counters.cli_aborts++;
6091 if (objt_server(s->target))
6092 objt_server(s->target)->counters.cli_aborts++;
6093
Christopher Faulet0184ea72017-01-05 14:06:34 +01006094 rep->analysers &= AN_RES_FLT_END;
Willy Tarreauf003d372012-11-26 13:35:37 +01006095 channel_auto_close(rep);
6096
6097 txn->status = 400;
Willy Tarreau319f7452015-01-14 20:32:59 +01006098 channel_truncate(rep);
Christopher Fauleta94e5a52015-12-09 15:55:06 +01006099 http_reply_and_close(s, txn->status, http_error_message(s, HTTP_ERR_400));
Willy Tarreauf003d372012-11-26 13:35:37 +01006100
Willy Tarreaue7dff022015-04-03 01:14:29 +02006101 if (!(s->flags & SF_ERR_MASK))
6102 s->flags |= SF_ERR_CLICL;
6103 if (!(s->flags & SF_FINST_MASK))
6104 s->flags |= SF_FINST_H;
Willy Tarreauf003d372012-11-26 13:35:37 +01006105
Willy Tarreau87b09662015-04-03 00:22:06 +02006106 /* process_stream() will take care of the error */
Willy Tarreauf003d372012-11-26 13:35:37 +01006107 return 0;
6108 }
6109
Willy Tarreau3b8c08a2011-09-02 20:16:24 +02006110 /* close from server, capture the response if the server has started to respond */
Willy Tarreau03cdb7c2012-08-27 23:14:58 +02006111 else if (rep->flags & CF_SHUTR) {
Willy Tarreau3b8c08a2011-09-02 20:16:24 +02006112 if (msg->msg_state >= HTTP_MSG_RPVER || msg->err_pos >= 0)
Willy Tarreau10e61cb2017-01-04 14:51:22 +01006113 http_capture_bad_message(&s->be->invalid_rep, s, msg, msg->err_state, sess->fe);
Willy Tarreau6b726ad2013-12-15 19:31:37 +01006114 else if (txn->flags & TX_NOT_FIRST)
6115 goto abort_keep_alive;
Willy Tarreau21d2af32008-02-14 20:25:24 +01006116
Willy Tarreau7d0aaf32011-03-10 23:25:56 +01006117 s->be->be_counters.failed_resp++;
Willy Tarreau3fdb3662012-11-12 00:42:33 +01006118 if (objt_server(s->target)) {
6119 objt_server(s->target)->counters.failed_resp++;
6120 health_adjust(objt_server(s->target), HANA_STATUS_HTTP_BROKEN_PIPE);
Krzysztof Piotr Oledzki97f07b82009-12-15 22:31:24 +01006121 }
Willy Tarreau21d2af32008-02-14 20:25:24 +01006122
Willy Tarreau8263d2b2012-08-28 00:06:31 +02006123 channel_auto_close(rep);
Christopher Faulet0184ea72017-01-05 14:06:34 +01006124 rep->analysers &= AN_RES_FLT_END;
Willy Tarreaub37c27e2009-10-18 22:53:08 +02006125 txn->status = 502;
Willy Tarreau350f4872014-11-28 14:42:25 +01006126 s->si[1].flags |= SI_FL_NOLINGER;
Willy Tarreau319f7452015-01-14 20:32:59 +01006127 channel_truncate(rep);
Christopher Fauleta94e5a52015-12-09 15:55:06 +01006128 http_reply_and_close(s, txn->status, http_error_message(s, HTTP_ERR_502));
Willy Tarreau21d2af32008-02-14 20:25:24 +01006129
Willy Tarreaue7dff022015-04-03 01:14:29 +02006130 if (!(s->flags & SF_ERR_MASK))
6131 s->flags |= SF_ERR_SRVCL;
6132 if (!(s->flags & SF_FINST_MASK))
6133 s->flags |= SF_FINST_H;
Willy Tarreaub37c27e2009-10-18 22:53:08 +02006134 return 0;
6135 }
Krzysztof Piotr Oledzki5fb18822009-10-13 21:14:09 +02006136
Willy Tarreaub37c27e2009-10-18 22:53:08 +02006137 /* write error to client (we don't send any message then) */
Willy Tarreau03cdb7c2012-08-27 23:14:58 +02006138 else if (rep->flags & CF_WRITE_ERROR) {
Willy Tarreaub37c27e2009-10-18 22:53:08 +02006139 if (msg->err_pos >= 0)
Willy Tarreau10e61cb2017-01-04 14:51:22 +01006140 http_capture_bad_message(&s->be->invalid_rep, s, msg, msg->err_state, sess->fe);
Willy Tarreau6b726ad2013-12-15 19:31:37 +01006141 else if (txn->flags & TX_NOT_FIRST)
6142 goto abort_keep_alive;
Krzysztof Piotr Oledzki5fb18822009-10-13 21:14:09 +02006143
Willy Tarreau7d0aaf32011-03-10 23:25:56 +01006144 s->be->be_counters.failed_resp++;
Christopher Faulet0184ea72017-01-05 14:06:34 +01006145 rep->analysers &= AN_RES_FLT_END;
Willy Tarreau8263d2b2012-08-28 00:06:31 +02006146 channel_auto_close(rep);
Willy Tarreaub37c27e2009-10-18 22:53:08 +02006147
Willy Tarreaue7dff022015-04-03 01:14:29 +02006148 if (!(s->flags & SF_ERR_MASK))
6149 s->flags |= SF_ERR_CLICL;
6150 if (!(s->flags & SF_FINST_MASK))
6151 s->flags |= SF_FINST_H;
Willy Tarreaub37c27e2009-10-18 22:53:08 +02006152
Willy Tarreau87b09662015-04-03 00:22:06 +02006153 /* process_stream() will take care of the error */
Willy Tarreaub37c27e2009-10-18 22:53:08 +02006154 return 0;
Willy Tarreauf5483bf2008-08-14 18:35:40 +02006155 }
Willy Tarreau21d2af32008-02-14 20:25:24 +01006156
Willy Tarreau8263d2b2012-08-28 00:06:31 +02006157 channel_dont_close(rep);
Willy Tarreau3f3997e2013-12-15 15:21:32 +01006158 rep->flags |= CF_READ_DONTWAIT; /* try to get back here ASAP */
Willy Tarreaub37c27e2009-10-18 22:53:08 +02006159 return 0;
6160 }
6161
6162 /* More interesting part now : we know that we have a complete
6163 * response which at least looks like HTTP. We have an indicator
6164 * of each header's length, so we can parse them quickly.
6165 */
6166
6167 if (unlikely(msg->err_pos >= 0))
Willy Tarreau10e61cb2017-01-04 14:51:22 +01006168 http_capture_bad_message(&s->be->invalid_rep, s, msg, msg->err_state, sess->fe);
Willy Tarreaub37c27e2009-10-18 22:53:08 +02006169
Willy Tarreaub37c27e2009-10-18 22:53:08 +02006170 /*
6171 * 1: get the status code
6172 */
Willy Tarreau9b28e032012-10-12 23:49:43 +02006173 n = rep->buf->p[msg->sl.st.c] - '0';
Willy Tarreaub37c27e2009-10-18 22:53:08 +02006174 if (n < 1 || n > 5)
6175 n = 0;
Willy Tarreauda7ff642010-06-23 11:44:09 +02006176 /* when the client triggers a 4xx from the server, it's most often due
6177 * to a missing object or permission. These events should be tracked
6178 * because if they happen often, it may indicate a brute force or a
6179 * vulnerability scan.
6180 */
6181 if (n == 4)
Willy Tarreau87b09662015-04-03 00:22:06 +02006182 stream_inc_http_err_ctr(s);
Willy Tarreauda7ff642010-06-23 11:44:09 +02006183
Willy Tarreau3fdb3662012-11-12 00:42:33 +01006184 if (objt_server(s->target))
6185 objt_server(s->target)->counters.p.http.rsp[n]++;
Willy Tarreaub37c27e2009-10-18 22:53:08 +02006186
Willy Tarreau91852eb2015-05-01 13:26:00 +02006187 /* RFC7230#2.6 has enforced the format of the HTTP version string to be
6188 * exactly one digit "." one digit. This check may be disabled using
6189 * option accept-invalid-http-response.
6190 */
6191 if (!(s->be->options2 & PR_O2_RSPBUG_OK)) {
6192 if (msg->sl.st.v_l != 8) {
6193 msg->err_pos = 0;
6194 goto hdr_response_bad;
6195 }
6196
6197 if (rep->buf->p[4] != '/' ||
6198 !isdigit((unsigned char)rep->buf->p[5]) ||
6199 rep->buf->p[6] != '.' ||
6200 !isdigit((unsigned char)rep->buf->p[7])) {
6201 msg->err_pos = 4;
6202 goto hdr_response_bad;
6203 }
6204 }
6205
Willy Tarreau5b154472009-12-21 20:11:07 +01006206 /* check if the response is HTTP/1.1 or above */
6207 if ((msg->sl.st.v_l == 8) &&
Willy Tarreau9b28e032012-10-12 23:49:43 +02006208 ((rep->buf->p[5] > '1') ||
6209 ((rep->buf->p[5] == '1') && (rep->buf->p[7] >= '1'))))
Willy Tarreaua36fc4d2012-02-17 17:39:37 +01006210 msg->flags |= HTTP_MSGF_VER_11;
Willy Tarreau5b154472009-12-21 20:11:07 +01006211
6212 /* "connection" has not been parsed yet */
Willy Tarreau50fc7772012-11-11 22:19:57 +01006213 txn->flags &= ~(TX_HDR_CONN_PRS|TX_HDR_CONN_CLO|TX_HDR_CONN_KAL|TX_HDR_CONN_UPG|TX_CON_CLO_SET|TX_CON_KAL_SET);
Willy Tarreau5b154472009-12-21 20:11:07 +01006214
Willy Tarreaue8e785b2009-12-26 15:34:26 +01006215 /* transfer length unknown*/
Willy Tarreaua36fc4d2012-02-17 17:39:37 +01006216 msg->flags &= ~HTTP_MSGF_XFER_LEN;
Willy Tarreaue8e785b2009-12-26 15:34:26 +01006217
Willy Tarreau9b28e032012-10-12 23:49:43 +02006218 txn->status = strl2ui(rep->buf->p + msg->sl.st.c, msg->sl.st.c_l);
Willy Tarreaub37c27e2009-10-18 22:53:08 +02006219
Willy Tarreau39650402010-03-15 19:44:39 +01006220 /* Adjust server's health based on status code. Note: status codes 501
6221 * and 505 are triggered on demand by client request, so we must not
6222 * count them as server failures.
6223 */
Willy Tarreau3fdb3662012-11-12 00:42:33 +01006224 if (objt_server(s->target)) {
Willy Tarreaud45b3d52010-05-20 11:49:03 +02006225 if (txn->status >= 100 && (txn->status < 500 || txn->status == 501 || txn->status == 505))
Willy Tarreau3fdb3662012-11-12 00:42:33 +01006226 health_adjust(objt_server(s->target), HANA_STATUS_HTTP_OK);
Willy Tarreaud45b3d52010-05-20 11:49:03 +02006227 else
Willy Tarreau3fdb3662012-11-12 00:42:33 +01006228 health_adjust(objt_server(s->target), HANA_STATUS_HTTP_STS);
Willy Tarreaud45b3d52010-05-20 11:49:03 +02006229 }
Krzysztof Piotr Oledzki97f07b82009-12-15 22:31:24 +01006230
Willy Tarreaub37c27e2009-10-18 22:53:08 +02006231 /*
6232 * 2: check for cacheability.
6233 */
6234
6235 switch (txn->status) {
Willy Tarreau628c40c2014-04-24 19:11:26 +02006236 case 100:
6237 /*
6238 * We may be facing a 100-continue response, in which case this
6239 * is not the right response, and we're waiting for the next one.
6240 * Let's allow this response to go to the client and wait for the
6241 * next one.
6242 */
6243 hdr_idx_init(&txn->hdr_idx);
6244 msg->next -= channel_forward(rep, msg->next);
6245 msg->msg_state = HTTP_MSG_RPBEFORE;
6246 txn->status = 0;
6247 s->logs.t_data = -1; /* was not a response yet */
Christopher Faulet3e344292015-11-24 16:24:13 +01006248 FLT_STRM_CB(s, flt_http_reset(s, msg));
Willy Tarreau628c40c2014-04-24 19:11:26 +02006249 goto next_one;
6250
Willy Tarreaub37c27e2009-10-18 22:53:08 +02006251 case 200:
6252 case 203:
6253 case 206:
6254 case 300:
6255 case 301:
6256 case 410:
6257 /* RFC2616 @13.4:
6258 * "A response received with a status code of
6259 * 200, 203, 206, 300, 301 or 410 MAY be stored
6260 * by a cache (...) unless a cache-control
6261 * directive prohibits caching."
6262 *
6263 * RFC2616 @9.5: POST method :
6264 * "Responses to this method are not cacheable,
6265 * unless the response includes appropriate
6266 * Cache-Control or Expires header fields."
Willy Tarreauf5483bf2008-08-14 18:35:40 +02006267 */
Willy Tarreaub37c27e2009-10-18 22:53:08 +02006268 if (likely(txn->meth != HTTP_METH_POST) &&
Willy Tarreau67402132012-05-31 20:40:20 +02006269 ((s->be->options & PR_O_CHK_CACHE) || (s->be->ck_opts & PR_CK_NOC)))
Willy Tarreaub37c27e2009-10-18 22:53:08 +02006270 txn->flags |= TX_CACHEABLE | TX_CACHE_COOK;
6271 break;
6272 default:
6273 break;
6274 }
Willy Tarreauf5483bf2008-08-14 18:35:40 +02006275
Willy Tarreaub37c27e2009-10-18 22:53:08 +02006276 /*
6277 * 3: we may need to capture headers
6278 */
6279 s->logs.logwait &= ~LW_RESP;
Willy Tarreaucb7dd012015-04-03 22:16:32 +02006280 if (unlikely((s->logs.logwait & LW_RSPHDR) && s->res_cap))
Willy Tarreau9b28e032012-10-12 23:49:43 +02006281 capture_headers(rep->buf->p, &txn->hdr_idx,
Willy Tarreaucb7dd012015-04-03 22:16:32 +02006282 s->res_cap, sess->fe->rsp_cap);
Willy Tarreaub37c27e2009-10-18 22:53:08 +02006283
Willy Tarreau557f1992015-05-01 10:05:17 +02006284 /* 4: determine the transfer-length according to RFC2616 #4.4, updated
6285 * by RFC7230#3.3.3 :
6286 *
6287 * The length of a message body is determined by one of the following
6288 * (in order of precedence):
6289 *
Christopher Fauletd1cd2092016-11-28 10:14:03 +01006290 * 1. Any 2xx (Successful) response to a CONNECT request implies that
6291 * the connection will become a tunnel immediately after the empty
6292 * line that concludes the header fields. A client MUST ignore
6293 * any Content-Length or Transfer-Encoding header fields received
6294 * in such a message. Any 101 response (Switching Protocols) is
6295 * managed in the same manner.
6296 *
6297 * 2. Any response to a HEAD request and any response with a 1xx
Willy Tarreau557f1992015-05-01 10:05:17 +02006298 * (Informational), 204 (No Content), or 304 (Not Modified) status
6299 * code is always terminated by the first empty line after the
6300 * header fields, regardless of the header fields present in the
6301 * message, and thus cannot contain a message body.
Willy Tarreaub8c82c22009-10-18 23:45:12 +02006302 *
Willy Tarreau557f1992015-05-01 10:05:17 +02006303 * 3. If a Transfer-Encoding header field is present and the chunked
6304 * transfer coding (Section 4.1) is the final encoding, the message
6305 * body length is determined by reading and decoding the chunked
6306 * data until the transfer coding indicates the data is complete.
Willy Tarreaue8e785b2009-12-26 15:34:26 +01006307 *
Willy Tarreau557f1992015-05-01 10:05:17 +02006308 * If a Transfer-Encoding header field is present in a response and
6309 * the chunked transfer coding is not the final encoding, the
6310 * message body length is determined by reading the connection until
6311 * it is closed by the server. If a Transfer-Encoding header field
6312 * is present in a request and the chunked transfer coding is not
6313 * the final encoding, the message body length cannot be determined
6314 * reliably; the server MUST respond with the 400 (Bad Request)
6315 * status code and then close the connection.
Willy Tarreaue8e785b2009-12-26 15:34:26 +01006316 *
Willy Tarreau557f1992015-05-01 10:05:17 +02006317 * If a message is received with both a Transfer-Encoding and a
6318 * Content-Length header field, the Transfer-Encoding overrides the
6319 * Content-Length. Such a message might indicate an attempt to
6320 * perform request smuggling (Section 9.5) or response splitting
6321 * (Section 9.4) and ought to be handled as an error. A sender MUST
6322 * remove the received Content-Length field prior to forwarding such
6323 * a message downstream.
Willy Tarreaue8e785b2009-12-26 15:34:26 +01006324 *
Willy Tarreau557f1992015-05-01 10:05:17 +02006325 * 4. If a message is received without Transfer-Encoding and with
6326 * either multiple Content-Length header fields having differing
6327 * field-values or a single Content-Length header field having an
6328 * invalid value, then the message framing is invalid and the
6329 * recipient MUST treat it as an unrecoverable error. If this is a
6330 * request message, the server MUST respond with a 400 (Bad Request)
6331 * status code and then close the connection. If this is a response
6332 * message received by a proxy, the proxy MUST close the connection
6333 * to the server, discard the received response, and send a 502 (Bad
6334 * Gateway) response to the client. If this is a response message
6335 * received by a user agent, the user agent MUST close the
6336 * connection to the server and discard the received response.
6337 *
6338 * 5. If a valid Content-Length header field is present without
6339 * Transfer-Encoding, its decimal value defines the expected message
6340 * body length in octets. If the sender closes the connection or
6341 * the recipient times out before the indicated number of octets are
6342 * received, the recipient MUST consider the message to be
6343 * incomplete and close the connection.
6344 *
6345 * 6. If this is a request message and none of the above are true, then
6346 * the message body length is zero (no message body is present).
Willy Tarreaue8e785b2009-12-26 15:34:26 +01006347 *
Willy Tarreau557f1992015-05-01 10:05:17 +02006348 * 7. Otherwise, this is a response message without a declared message
6349 * body length, so the message body length is determined by the
6350 * number of octets received prior to the server closing the
6351 * connection.
Willy Tarreaub8c82c22009-10-18 23:45:12 +02006352 */
6353
6354 /* Skip parsing if no content length is possible. The response flags
Willy Tarreau124d9912011-03-01 20:30:48 +01006355 * remain 0 as well as the chunk_len, which may or may not mirror
Willy Tarreaue8e785b2009-12-26 15:34:26 +01006356 * the real header value, and we note that we know the response's length.
Willy Tarreaub8c82c22009-10-18 23:45:12 +02006357 * FIXME: should we parse anyway and return an error on chunked encoding ?
6358 */
Christopher Fauletd1cd2092016-11-28 10:14:03 +01006359 if (unlikely((txn->meth == HTTP_METH_CONNECT && txn->status == 200) ||
6360 txn->status == 101)) {
6361 /* Either we've established an explicit tunnel, or we're
6362 * switching the protocol. In both cases, we're very unlikely
6363 * to understand the next protocols. We have to switch to tunnel
6364 * mode, so that we transfer the request and responses then let
6365 * this protocol pass unmodified. When we later implement specific
6366 * parsers for such protocols, we'll want to check the Upgrade
6367 * header which contains information about that protocol for
6368 * responses with status 101 (eg: see RFC2817 about TLS).
6369 */
6370 txn->flags = (txn->flags & ~TX_CON_WANT_MSK) | TX_CON_WANT_TUN;
6371 msg->flags |= HTTP_MSGF_XFER_LEN;
6372 goto end;
6373 }
6374
Willy Tarreaub8c82c22009-10-18 23:45:12 +02006375 if (txn->meth == HTTP_METH_HEAD ||
6376 (txn->status >= 100 && txn->status < 200) ||
Willy Tarreaue8e785b2009-12-26 15:34:26 +01006377 txn->status == 204 || txn->status == 304) {
Willy Tarreaua36fc4d2012-02-17 17:39:37 +01006378 msg->flags |= HTTP_MSGF_XFER_LEN;
Willy Tarreaue8e785b2009-12-26 15:34:26 +01006379 goto skip_content_length;
6380 }
6381
Willy Tarreaue8e785b2009-12-26 15:34:26 +01006382 use_close_only = 0;
Willy Tarreaub8c82c22009-10-18 23:45:12 +02006383 ctx.idx = 0;
Willy Tarreau4979d5c2015-05-01 10:06:30 +02006384 while (http_find_header2("Transfer-Encoding", 17, rep->buf->p, &txn->hdr_idx, &ctx)) {
Willy Tarreaue8e785b2009-12-26 15:34:26 +01006385 if (ctx.vlen == 7 && strncasecmp(ctx.line + ctx.val, "chunked", 7) == 0)
Willy Tarreaua36fc4d2012-02-17 17:39:37 +01006386 msg->flags |= (HTTP_MSGF_TE_CHNK | HTTP_MSGF_XFER_LEN);
6387 else if (msg->flags & HTTP_MSGF_TE_CHNK) {
Willy Tarreaue8e785b2009-12-26 15:34:26 +01006388 /* bad transfer-encoding (chunked followed by something else) */
6389 use_close_only = 1;
Willy Tarreaua36fc4d2012-02-17 17:39:37 +01006390 msg->flags &= ~(HTTP_MSGF_TE_CHNK | HTTP_MSGF_XFER_LEN);
Willy Tarreaue8e785b2009-12-26 15:34:26 +01006391 break;
6392 }
Willy Tarreaub8c82c22009-10-18 23:45:12 +02006393 }
6394
Willy Tarreau1c913912015-04-30 10:57:51 +02006395 /* Chunked responses must have their content-length removed */
Willy Tarreaub8c82c22009-10-18 23:45:12 +02006396 ctx.idx = 0;
Willy Tarreaub4d0c032015-05-01 10:25:45 +02006397 if (use_close_only || (msg->flags & HTTP_MSGF_TE_CHNK)) {
Willy Tarreau1c913912015-04-30 10:57:51 +02006398 while (http_find_header2("Content-Length", 14, rep->buf->p, &txn->hdr_idx, &ctx))
6399 http_remove_header2(msg, &txn->hdr_idx, &ctx);
6400 }
Willy Tarreaub4d0c032015-05-01 10:25:45 +02006401 else while (http_find_header2("Content-Length", 14, rep->buf->p, &txn->hdr_idx, &ctx)) {
Willy Tarreaub8c82c22009-10-18 23:45:12 +02006402 signed long long cl;
6403
Willy Tarreauad14f752011-09-02 20:33:27 +02006404 if (!ctx.vlen) {
Willy Tarreau9b28e032012-10-12 23:49:43 +02006405 msg->err_pos = ctx.line + ctx.val - rep->buf->p;
Willy Tarreaub8c82c22009-10-18 23:45:12 +02006406 goto hdr_response_bad;
Willy Tarreauad14f752011-09-02 20:33:27 +02006407 }
Willy Tarreaub8c82c22009-10-18 23:45:12 +02006408
Willy Tarreauad14f752011-09-02 20:33:27 +02006409 if (strl2llrc(ctx.line + ctx.val, ctx.vlen, &cl)) {
Willy Tarreau9b28e032012-10-12 23:49:43 +02006410 msg->err_pos = ctx.line + ctx.val - rep->buf->p;
Willy Tarreaub8c82c22009-10-18 23:45:12 +02006411 goto hdr_response_bad; /* parse failure */
Willy Tarreauad14f752011-09-02 20:33:27 +02006412 }
Willy Tarreaub8c82c22009-10-18 23:45:12 +02006413
Willy Tarreauad14f752011-09-02 20:33:27 +02006414 if (cl < 0) {
Willy Tarreau9b28e032012-10-12 23:49:43 +02006415 msg->err_pos = ctx.line + ctx.val - rep->buf->p;
Willy Tarreaub8c82c22009-10-18 23:45:12 +02006416 goto hdr_response_bad;
Willy Tarreauad14f752011-09-02 20:33:27 +02006417 }
Willy Tarreaub8c82c22009-10-18 23:45:12 +02006418
Willy Tarreaua36fc4d2012-02-17 17:39:37 +01006419 if ((msg->flags & HTTP_MSGF_CNT_LEN) && (msg->chunk_len != cl)) {
Willy Tarreau9b28e032012-10-12 23:49:43 +02006420 msg->err_pos = ctx.line + ctx.val - rep->buf->p;
Willy Tarreaub8c82c22009-10-18 23:45:12 +02006421 goto hdr_response_bad; /* already specified, was different */
Willy Tarreauad14f752011-09-02 20:33:27 +02006422 }
Willy Tarreaub8c82c22009-10-18 23:45:12 +02006423
Willy Tarreaua36fc4d2012-02-17 17:39:37 +01006424 msg->flags |= HTTP_MSGF_CNT_LEN | HTTP_MSGF_XFER_LEN;
Willy Tarreau124d9912011-03-01 20:30:48 +01006425 msg->body_len = msg->chunk_len = cl;
Willy Tarreaub8c82c22009-10-18 23:45:12 +02006426 }
6427
Christopher Fauletd1cd2092016-11-28 10:14:03 +01006428 skip_content_length:
Willy Tarreau5b154472009-12-21 20:11:07 +01006429 /* Now we have to check if we need to modify the Connection header.
6430 * This is more difficult on the response than it is on the request,
6431 * because we can have two different HTTP versions and we don't know
6432 * how the client will interprete a response. For instance, let's say
6433 * that the client sends a keep-alive request in HTTP/1.0 and gets an
6434 * HTTP/1.1 response without any header. Maybe it will bound itself to
6435 * HTTP/1.0 because it only knows about it, and will consider the lack
6436 * of header as a close, or maybe it knows HTTP/1.1 and can consider
6437 * the lack of header as a keep-alive. Thus we will use two flags
6438 * indicating how a request MAY be understood by the client. In case
6439 * of multiple possibilities, we'll fix the header to be explicit. If
6440 * ambiguous cases such as both close and keepalive are seen, then we
6441 * will fall back to explicit close. Note that we won't take risks with
6442 * HTTP/1.0 clients which may not necessarily understand keep-alive.
Willy Tarreau60466522010-01-18 19:08:45 +01006443 * See doc/internals/connection-header.txt for the complete matrix.
Willy Tarreau5b154472009-12-21 20:11:07 +01006444 */
Christopher Fauletd1cd2092016-11-28 10:14:03 +01006445 if ((txn->status >= 200) && !(txn->flags & TX_HDR_CONN_PRS) &&
6446 ((txn->flags & TX_CON_WANT_MSK) != TX_CON_WANT_TUN ||
6447 ((sess->fe->options & PR_O_HTTP_MODE) == PR_O_HTTP_PCL ||
6448 (s->be->options & PR_O_HTTP_MODE) == PR_O_HTTP_PCL))) {
Willy Tarreau60466522010-01-18 19:08:45 +01006449 int to_del = 0;
Willy Tarreau5b154472009-12-21 20:11:07 +01006450
Willy Tarreau70dffda2014-01-30 03:07:23 +01006451 /* this situation happens when combining pretend-keepalive with httpclose. */
6452 if ((txn->flags & TX_CON_WANT_MSK) == TX_CON_WANT_KAL &&
Willy Tarreaue36cbcb2015-04-03 15:40:56 +02006453 ((sess->fe->options & PR_O_HTTP_MODE) == PR_O_HTTP_PCL ||
Willy Tarreauf1fd9dc2014-04-24 20:47:57 +02006454 (s->be->options & PR_O_HTTP_MODE) == PR_O_HTTP_PCL))
Willy Tarreau70dffda2014-01-30 03:07:23 +01006455 txn->flags = (txn->flags & ~TX_CON_WANT_MSK) | TX_CON_WANT_CLO;
6456
Willy Tarreau60466522010-01-18 19:08:45 +01006457 /* on unknown transfer length, we must close */
Willy Tarreaua36fc4d2012-02-17 17:39:37 +01006458 if (!(msg->flags & HTTP_MSGF_XFER_LEN) &&
Willy Tarreau60466522010-01-18 19:08:45 +01006459 (txn->flags & TX_CON_WANT_MSK) != TX_CON_WANT_TUN)
6460 txn->flags = (txn->flags & ~TX_CON_WANT_MSK) | TX_CON_WANT_CLO;
Willy Tarreau5b154472009-12-21 20:11:07 +01006461
Willy Tarreau60466522010-01-18 19:08:45 +01006462 /* now adjust header transformations depending on current state */
6463 if ((txn->flags & TX_CON_WANT_MSK) == TX_CON_WANT_TUN ||
6464 (txn->flags & TX_CON_WANT_MSK) == TX_CON_WANT_CLO) {
6465 to_del |= 2; /* remove "keep-alive" on any response */
Willy Tarreaua36fc4d2012-02-17 17:39:37 +01006466 if (!(msg->flags & HTTP_MSGF_VER_11))
Willy Tarreau60466522010-01-18 19:08:45 +01006467 to_del |= 1; /* remove "close" for HTTP/1.0 responses */
Willy Tarreau5b154472009-12-21 20:11:07 +01006468 }
Willy Tarreau60466522010-01-18 19:08:45 +01006469 else { /* SCL / KAL */
6470 to_del |= 1; /* remove "close" on any response */
Willy Tarreaua36fc4d2012-02-17 17:39:37 +01006471 if (txn->req.flags & msg->flags & HTTP_MSGF_VER_11)
Willy Tarreau60466522010-01-18 19:08:45 +01006472 to_del |= 2; /* remove "keep-alive" on pure 1.1 responses */
Willy Tarreau5b154472009-12-21 20:11:07 +01006473 }
Willy Tarreau5b154472009-12-21 20:11:07 +01006474
Willy Tarreau60466522010-01-18 19:08:45 +01006475 /* Parse and remove some headers from the connection header */
Willy Tarreau6acf7c92012-03-09 13:30:45 +01006476 http_parse_connection_header(txn, msg, to_del);
Willy Tarreau5b154472009-12-21 20:11:07 +01006477
Willy Tarreau60466522010-01-18 19:08:45 +01006478 /* Some keep-alive responses are converted to Server-close if
6479 * the server wants to close.
Willy Tarreau5b154472009-12-21 20:11:07 +01006480 */
Willy Tarreau60466522010-01-18 19:08:45 +01006481 if ((txn->flags & TX_CON_WANT_MSK) == TX_CON_WANT_KAL) {
6482 if ((txn->flags & TX_HDR_CONN_CLO) ||
Willy Tarreaua36fc4d2012-02-17 17:39:37 +01006483 (!(txn->flags & TX_HDR_CONN_KAL) && !(msg->flags & HTTP_MSGF_VER_11)))
Willy Tarreau60466522010-01-18 19:08:45 +01006484 txn->flags = (txn->flags & ~TX_CON_WANT_MSK) | TX_CON_WANT_SCL;
Willy Tarreaub608feb2010-01-02 22:47:18 +01006485 }
Willy Tarreau5b154472009-12-21 20:11:07 +01006486 }
6487
Christopher Fauletd1cd2092016-11-28 10:14:03 +01006488 end:
Willy Tarreau7959a552013-09-23 16:44:27 +02006489 /* we want to have the response time before we start processing it */
Willy Tarreauf1fd9dc2014-04-24 20:47:57 +02006490 s->logs.t_data = tv_ms_elapsed(&s->logs.tv_accept, &now);
Willy Tarreau7959a552013-09-23 16:44:27 +02006491
Willy Tarreauf118d9f2014-04-24 18:26:08 +02006492 /* end of job, return OK */
6493 rep->analysers &= ~an_bit;
6494 rep->analyse_exp = TICK_ETERNITY;
6495 channel_auto_close(rep);
6496 return 1;
6497
6498 abort_keep_alive:
6499 /* A keep-alive request to the server failed on a network error.
6500 * The client is required to retry. We need to close without returning
6501 * any other information so that the client retries.
6502 */
6503 txn->status = 0;
Christopher Faulet0184ea72017-01-05 14:06:34 +01006504 rep->analysers &= AN_RES_FLT_END;
6505 s->req.analysers &= AN_REQ_FLT_END;
Willy Tarreauf118d9f2014-04-24 18:26:08 +02006506 channel_auto_close(rep);
6507 s->logs.logwait = 0;
6508 s->logs.level = 0;
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01006509 s->res.flags &= ~CF_EXPECT_MORE; /* speed up sending a previous response */
Willy Tarreau319f7452015-01-14 20:32:59 +01006510 channel_truncate(rep);
Christopher Fauleta94e5a52015-12-09 15:55:06 +01006511 http_reply_and_close(s, txn->status, NULL);
Willy Tarreauf118d9f2014-04-24 18:26:08 +02006512 return 0;
6513}
6514
6515/* This function performs all the processing enabled for the current response.
6516 * It normally returns 1 unless it wants to break. It relies on buffers flags,
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01006517 * and updates s->res.analysers. It might make sense to explode it into several
Willy Tarreauf118d9f2014-04-24 18:26:08 +02006518 * other functions. It works like process_request (see indications above).
6519 */
Willy Tarreau87b09662015-04-03 00:22:06 +02006520int http_process_res_common(struct stream *s, struct channel *rep, int an_bit, struct proxy *px)
Willy Tarreauf118d9f2014-04-24 18:26:08 +02006521{
Willy Tarreaufb0afa72015-04-03 14:46:27 +02006522 struct session *sess = s->sess;
Willy Tarreaueee5b512015-04-03 23:46:31 +02006523 struct http_txn *txn = s->txn;
Willy Tarreauf118d9f2014-04-24 18:26:08 +02006524 struct http_msg *msg = &txn->rsp;
6525 struct proxy *cur_proxy;
6526 struct cond_wordlist *wl;
Thierry FOURNIER9e2ef992015-02-25 13:51:19 +01006527 enum rule_result ret = HTTP_RULE_RES_CONT;
Willy Tarreauf118d9f2014-04-24 18:26:08 +02006528
Willy Tarreau87b09662015-04-03 00:22:06 +02006529 DPRINTF(stderr,"[%u] %s: stream=%p b=%p, exp(r,w)=%u,%u bf=%08x bh=%d analysers=%02x\n",
Willy Tarreauf118d9f2014-04-24 18:26:08 +02006530 now_ms, __FUNCTION__,
6531 s,
6532 rep,
6533 rep->rex, rep->wex,
6534 rep->flags,
6535 rep->buf->i,
6536 rep->analysers);
6537
6538 if (unlikely(msg->msg_state < HTTP_MSG_BODY)) /* we need more data */
6539 return 0;
6540
Willy Tarreau70730dd2014-04-24 18:06:27 +02006541 /* The stats applet needs to adjust the Connection header but we don't
6542 * apply any filter there.
6543 */
Willy Tarreau612adb82015-03-10 15:25:54 +01006544 if (unlikely(objt_applet(s->target) == &http_stats_applet)) {
6545 rep->analysers &= ~an_bit;
6546 rep->analyse_exp = TICK_ETERNITY;
Willy Tarreau70730dd2014-04-24 18:06:27 +02006547 goto skip_filters;
Willy Tarreau612adb82015-03-10 15:25:54 +01006548 }
Willy Tarreau70730dd2014-04-24 18:06:27 +02006549
Willy Tarreau58975672014-04-24 21:13:57 +02006550 /*
6551 * We will have to evaluate the filters.
6552 * As opposed to version 1.2, now they will be evaluated in the
6553 * filters order and not in the header order. This means that
6554 * each filter has to be validated among all headers.
6555 *
6556 * Filters are tried with ->be first, then with ->fe if it is
6557 * different from ->be.
Thierry FOURNIERbc4c1ac2015-02-25 13:36:14 +01006558 *
6559 * Maybe we are in resume condiion. In this case I choose the
6560 * "struct proxy" which contains the rule list matching the resume
6561 * pointer. If none of theses "struct proxy" match, I initialise
6562 * the process with the first one.
6563 *
6564 * In fact, I check only correspondance betwwen the current list
6565 * pointer and the ->fe rule list. If it doesn't match, I initialize
6566 * the loop with the ->be.
Willy Tarreau58975672014-04-24 21:13:57 +02006567 */
Willy Tarreaue36cbcb2015-04-03 15:40:56 +02006568 if (s->current_rule_list == &sess->fe->http_res_rules)
6569 cur_proxy = sess->fe;
Thierry FOURNIERbc4c1ac2015-02-25 13:36:14 +01006570 else
6571 cur_proxy = s->be;
Willy Tarreau58975672014-04-24 21:13:57 +02006572 while (1) {
6573 struct proxy *rule_set = cur_proxy;
Willy Tarreauf5483bf2008-08-14 18:35:40 +02006574
Willy Tarreau58975672014-04-24 21:13:57 +02006575 /* evaluate http-response rules */
Willy Tarreau51d861a2015-05-22 17:30:48 +02006576 if (ret == HTTP_RULE_RES_CONT) {
Willy Tarreau987e3fb2015-04-04 01:09:08 +02006577 ret = http_res_get_intercept_rule(cur_proxy, &cur_proxy->http_res_rules, s);
Willy Tarreaue365c0b2013-06-11 16:06:12 +02006578
Willy Tarreau51d861a2015-05-22 17:30:48 +02006579 if (ret == HTTP_RULE_RES_BADREQ)
6580 goto return_srv_prx_502;
6581
6582 if (ret == HTTP_RULE_RES_DONE) {
6583 rep->analysers &= ~an_bit;
6584 rep->analyse_exp = TICK_ETERNITY;
6585 return 1;
6586 }
6587 }
6588
Thierry FOURNIERbc4c1ac2015-02-25 13:36:14 +01006589 /* we need to be called again. */
6590 if (ret == HTTP_RULE_RES_YIELD) {
6591 channel_dont_close(rep);
6592 return 0;
6593 }
6594
Willy Tarreau58975672014-04-24 21:13:57 +02006595 /* try headers filters */
6596 if (rule_set->rsp_exp != NULL) {
6597 if (apply_filters_to_response(s, rep, rule_set) < 0) {
6598 return_bad_resp:
6599 if (objt_server(s->target)) {
6600 objt_server(s->target)->counters.failed_resp++;
6601 health_adjust(objt_server(s->target), HANA_STATUS_HTTP_RSP);
Willy Tarreau21d2af32008-02-14 20:25:24 +01006602 }
Willy Tarreau58975672014-04-24 21:13:57 +02006603 s->be->be_counters.failed_resp++;
6604 return_srv_prx_502:
Christopher Faulet0184ea72017-01-05 14:06:34 +01006605 rep->analysers &= AN_RES_FLT_END;
Willy Tarreau58975672014-04-24 21:13:57 +02006606 txn->status = 502;
6607 s->logs.t_data = -1; /* was not a valid response */
Willy Tarreau350f4872014-11-28 14:42:25 +01006608 s->si[1].flags |= SI_FL_NOLINGER;
Willy Tarreau319f7452015-01-14 20:32:59 +01006609 channel_truncate(rep);
Christopher Fauleta94e5a52015-12-09 15:55:06 +01006610 http_reply_and_close(s, txn->status, http_error_message(s, HTTP_ERR_502));
Willy Tarreaue7dff022015-04-03 01:14:29 +02006611 if (!(s->flags & SF_ERR_MASK))
6612 s->flags |= SF_ERR_PRXCOND;
6613 if (!(s->flags & SF_FINST_MASK))
6614 s->flags |= SF_FINST_H;
Willy Tarreau58975672014-04-24 21:13:57 +02006615 return 0;
Willy Tarreauf5483bf2008-08-14 18:35:40 +02006616 }
Willy Tarreau58975672014-04-24 21:13:57 +02006617 }
Krzysztof Piotr Oledzkiaeebf9b2009-10-04 15:43:17 +02006618
Willy Tarreau58975672014-04-24 21:13:57 +02006619 /* has the response been denied ? */
6620 if (txn->flags & TX_SVDENY) {
6621 if (objt_server(s->target))
6622 objt_server(s->target)->counters.failed_secu++;
Krzysztof Piotr Oledzkiaeebf9b2009-10-04 15:43:17 +02006623
Willy Tarreau58975672014-04-24 21:13:57 +02006624 s->be->be_counters.denied_resp++;
Willy Tarreaue36cbcb2015-04-03 15:40:56 +02006625 sess->fe->fe_counters.denied_resp++;
Willy Tarreaufb0afa72015-04-03 14:46:27 +02006626 if (sess->listener->counters)
6627 sess->listener->counters->denied_resp++;
Willy Tarreaubaaee002006-06-26 02:48:02 +02006628
Willy Tarreau58975672014-04-24 21:13:57 +02006629 goto return_srv_prx_502;
6630 }
Willy Tarreau0bbc3cf2006-10-15 14:26:02 +02006631
Willy Tarreau58975672014-04-24 21:13:57 +02006632 /* add response headers from the rule sets in the same order */
6633 list_for_each_entry(wl, &rule_set->rsp_add, list) {
Willy Tarreauce730de2014-09-16 10:40:38 +02006634 if (txn->status < 200 && txn->status != 101)
Willy Tarreauf5483bf2008-08-14 18:35:40 +02006635 break;
Willy Tarreau58975672014-04-24 21:13:57 +02006636 if (wl->cond) {
Willy Tarreau192252e2015-04-04 01:47:55 +02006637 int ret = acl_exec_cond(wl->cond, px, sess, s, SMP_OPT_DIR_RES|SMP_OPT_FINAL);
Willy Tarreau58975672014-04-24 21:13:57 +02006638 ret = acl_pass(ret);
6639 if (((struct acl_cond *)wl->cond)->pol == ACL_COND_UNLESS)
6640 ret = !ret;
6641 if (!ret)
6642 continue;
6643 }
6644 if (unlikely(http_header_add_tail(&txn->rsp, &txn->hdr_idx, wl->s) < 0))
6645 goto return_bad_resp;
Willy Tarreaubaaee002006-06-26 02:48:02 +02006646 }
Willy Tarreaubaaee002006-06-26 02:48:02 +02006647
Willy Tarreau58975672014-04-24 21:13:57 +02006648 /* check whether we're already working on the frontend */
Willy Tarreaue36cbcb2015-04-03 15:40:56 +02006649 if (cur_proxy == sess->fe)
Willy Tarreau58975672014-04-24 21:13:57 +02006650 break;
Willy Tarreaue36cbcb2015-04-03 15:40:56 +02006651 cur_proxy = sess->fe;
Willy Tarreau58975672014-04-24 21:13:57 +02006652 }
Willy Tarreau63c9e5f2009-12-22 16:01:27 +01006653
Thierry FOURNIERbc4c1ac2015-02-25 13:36:14 +01006654 /* After this point, this anayzer can't return yield, so we can
6655 * remove the bit corresponding to this analyzer from the list.
6656 *
6657 * Note that the intermediate returns and goto found previously
6658 * reset the analyzers.
6659 */
6660 rep->analysers &= ~an_bit;
6661 rep->analyse_exp = TICK_ETERNITY;
6662
Willy Tarreau58975672014-04-24 21:13:57 +02006663 /* OK that's all we can do for 1xx responses */
Willy Tarreauce730de2014-09-16 10:40:38 +02006664 if (unlikely(txn->status < 200 && txn->status != 101))
Willy Tarreau58975672014-04-24 21:13:57 +02006665 goto skip_header_mangling;
Willy Tarreau63c9e5f2009-12-22 16:01:27 +01006666
Willy Tarreau58975672014-04-24 21:13:57 +02006667 /*
6668 * Now check for a server cookie.
6669 */
Willy Tarreau53a09d52015-08-10 18:59:40 +02006670 if (s->be->cookie_name || sess->fe->capture_name || (s->be->options & PR_O_CHK_CACHE))
Willy Tarreau58975672014-04-24 21:13:57 +02006671 manage_server_side_cookies(s, rep);
Willy Tarreaubaaee002006-06-26 02:48:02 +02006672
Willy Tarreau58975672014-04-24 21:13:57 +02006673 /*
6674 * Check for cache-control or pragma headers if required.
6675 */
Willy Tarreauce730de2014-09-16 10:40:38 +02006676 if (((s->be->options & PR_O_CHK_CACHE) || (s->be->ck_opts & PR_CK_NOC)) && txn->status != 101)
Willy Tarreau58975672014-04-24 21:13:57 +02006677 check_response_for_cacheability(s, rep);
Willy Tarreaubaaee002006-06-26 02:48:02 +02006678
Willy Tarreau58975672014-04-24 21:13:57 +02006679 /*
6680 * Add server cookie in the response if needed
6681 */
6682 if (objt_server(s->target) && (s->be->ck_opts & PR_CK_INS) &&
6683 !((txn->flags & TX_SCK_FOUND) && (s->be->ck_opts & PR_CK_PSV)) &&
Willy Tarreaue7dff022015-04-03 01:14:29 +02006684 (!(s->flags & SF_DIRECT) ||
Willy Tarreau58975672014-04-24 21:13:57 +02006685 ((s->be->cookie_maxidle || txn->cookie_last_date) &&
6686 (!txn->cookie_last_date || (txn->cookie_last_date - date.tv_sec) < 0)) ||
6687 (s->be->cookie_maxlife && !txn->cookie_first_date) || // set the first_date
6688 (!s->be->cookie_maxlife && txn->cookie_first_date)) && // remove the first_date
6689 (!(s->be->ck_opts & PR_CK_POST) || (txn->meth == HTTP_METH_POST)) &&
Willy Tarreaue7dff022015-04-03 01:14:29 +02006690 !(s->flags & SF_IGNORE_PRST)) {
Willy Tarreau58975672014-04-24 21:13:57 +02006691 /* the server is known, it's not the one the client requested, or the
6692 * cookie's last seen date needs to be refreshed. We have to
6693 * insert a set-cookie here, except if we want to insert only on POST
6694 * requests and this one isn't. Note that servers which don't have cookies
6695 * (eg: some backup servers) will return a full cookie removal request.
Willy Tarreaua15645d2007-03-18 16:22:39 +01006696 */
Willy Tarreau58975672014-04-24 21:13:57 +02006697 if (!objt_server(s->target)->cookie) {
6698 chunk_printf(&trash,
6699 "Set-Cookie: %s=; Expires=Thu, 01-Jan-1970 00:00:01 GMT; path=/",
6700 s->be->cookie_name);
6701 }
6702 else {
6703 chunk_printf(&trash, "Set-Cookie: %s=%s", s->be->cookie_name, objt_server(s->target)->cookie);
Willy Tarreaua15645d2007-03-18 16:22:39 +01006704
Willy Tarreau58975672014-04-24 21:13:57 +02006705 if (s->be->cookie_maxidle || s->be->cookie_maxlife) {
6706 /* emit last_date, which is mandatory */
6707 trash.str[trash.len++] = COOKIE_DELIM_DATE;
6708 s30tob64((date.tv_sec+3) >> 2, trash.str + trash.len);
6709 trash.len += 5;
Willy Tarreauef4f3912010-10-07 21:00:29 +02006710
Willy Tarreau58975672014-04-24 21:13:57 +02006711 if (s->be->cookie_maxlife) {
6712 /* emit first_date, which is either the original one or
6713 * the current date.
6714 */
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006715 trash.str[trash.len++] = COOKIE_DELIM_DATE;
Willy Tarreau58975672014-04-24 21:13:57 +02006716 s30tob64(txn->cookie_first_date ?
6717 txn->cookie_first_date >> 2 :
6718 (date.tv_sec+3) >> 2, trash.str + trash.len);
Willy Tarreau19d14ef2012-10-29 16:51:55 +01006719 trash.len += 5;
Willy Tarreauef4f3912010-10-07 21:00:29 +02006720 }
Willy Tarreauef4f3912010-10-07 21:00:29 +02006721 }
Willy Tarreau58975672014-04-24 21:13:57 +02006722 chunk_appendf(&trash, "; path=/");
6723 }
Willy Tarreau4992dd22012-05-31 21:02:17 +02006724
Willy Tarreau58975672014-04-24 21:13:57 +02006725 if (s->be->cookie_domain)
6726 chunk_appendf(&trash, "; domain=%s", s->be->cookie_domain);
Willy Tarreauef4f3912010-10-07 21:00:29 +02006727
Willy Tarreau58975672014-04-24 21:13:57 +02006728 if (s->be->ck_opts & PR_CK_HTTPONLY)
6729 chunk_appendf(&trash, "; HttpOnly");
Willy Tarreaubaaee002006-06-26 02:48:02 +02006730
Willy Tarreau58975672014-04-24 21:13:57 +02006731 if (s->be->ck_opts & PR_CK_SECURE)
6732 chunk_appendf(&trash, "; Secure");
Willy Tarreaubaaee002006-06-26 02:48:02 +02006733
Willy Tarreau58975672014-04-24 21:13:57 +02006734 if (unlikely(http_header_add_tail2(&txn->rsp, &txn->hdr_idx, trash.str, trash.len) < 0))
6735 goto return_bad_resp;
Willy Tarreauf5483bf2008-08-14 18:35:40 +02006736
Willy Tarreau58975672014-04-24 21:13:57 +02006737 txn->flags &= ~TX_SCK_MASK;
Willy Tarreaue7dff022015-04-03 01:14:29 +02006738 if (objt_server(s->target)->cookie && (s->flags & SF_DIRECT))
Willy Tarreau58975672014-04-24 21:13:57 +02006739 /* the server did not change, only the date was updated */
6740 txn->flags |= TX_SCK_UPDATED;
6741 else
6742 txn->flags |= TX_SCK_INSERTED;
Willy Tarreaubaaee002006-06-26 02:48:02 +02006743
Willy Tarreau58975672014-04-24 21:13:57 +02006744 /* Here, we will tell an eventual cache on the client side that we don't
6745 * want it to cache this reply because HTTP/1.0 caches also cache cookies !
6746 * Some caches understand the correct form: 'no-cache="set-cookie"', but
6747 * others don't (eg: apache <= 1.3.26). So we use 'private' instead.
Willy Tarreauf5483bf2008-08-14 18:35:40 +02006748 */
Willy Tarreau58975672014-04-24 21:13:57 +02006749 if ((s->be->ck_opts & PR_CK_NOC) && (txn->flags & TX_CACHEABLE)) {
Willy Tarreauf5483bf2008-08-14 18:35:40 +02006750
Willy Tarreau58975672014-04-24 21:13:57 +02006751 txn->flags &= ~TX_CACHEABLE & ~TX_CACHE_COOK;
Krzysztof Piotr Oledzkiaeebf9b2009-10-04 15:43:17 +02006752
Willy Tarreau58975672014-04-24 21:13:57 +02006753 if (unlikely(http_header_add_tail2(&txn->rsp, &txn->hdr_idx,
6754 "Cache-control: private", 22) < 0))
6755 goto return_bad_resp;
Willy Tarreauf5483bf2008-08-14 18:35:40 +02006756 }
Willy Tarreau58975672014-04-24 21:13:57 +02006757 }
Willy Tarreaua15645d2007-03-18 16:22:39 +01006758
Willy Tarreau58975672014-04-24 21:13:57 +02006759 /*
6760 * Check if result will be cacheable with a cookie.
6761 * We'll block the response if security checks have caught
6762 * nasty things such as a cacheable cookie.
6763 */
6764 if (((txn->flags & (TX_CACHEABLE | TX_CACHE_COOK | TX_SCK_PRESENT)) ==
6765 (TX_CACHEABLE | TX_CACHE_COOK | TX_SCK_PRESENT)) &&
6766 (s->be->options & PR_O_CHK_CACHE)) {
6767 /* we're in presence of a cacheable response containing
6768 * a set-cookie header. We'll block it as requested by
6769 * the 'checkcache' option, and send an alert.
Willy Tarreaua15645d2007-03-18 16:22:39 +01006770 */
Willy Tarreau58975672014-04-24 21:13:57 +02006771 if (objt_server(s->target))
6772 objt_server(s->target)->counters.failed_secu++;
Willy Tarreau60466522010-01-18 19:08:45 +01006773
Willy Tarreau58975672014-04-24 21:13:57 +02006774 s->be->be_counters.denied_resp++;
Willy Tarreaue36cbcb2015-04-03 15:40:56 +02006775 sess->fe->fe_counters.denied_resp++;
Willy Tarreaufb0afa72015-04-03 14:46:27 +02006776 if (sess->listener->counters)
6777 sess->listener->counters->denied_resp++;
Willy Tarreaua15645d2007-03-18 16:22:39 +01006778
Willy Tarreau58975672014-04-24 21:13:57 +02006779 Alert("Blocking cacheable cookie in response from instance %s, server %s.\n",
6780 s->be->id, objt_server(s->target) ? objt_server(s->target)->id : "<dispatch>");
6781 send_log(s->be, LOG_ALERT,
6782 "Blocking cacheable cookie in response from instance %s, server %s.\n",
6783 s->be->id, objt_server(s->target) ? objt_server(s->target)->id : "<dispatch>");
6784 goto return_srv_prx_502;
6785 }
Willy Tarreau03945942009-12-22 16:50:27 +01006786
Willy Tarreau70730dd2014-04-24 18:06:27 +02006787 skip_filters:
Willy Tarreau58975672014-04-24 21:13:57 +02006788 /*
6789 * Adjust "Connection: close" or "Connection: keep-alive" if needed.
6790 * If an "Upgrade" token is found, the header is left untouched in order
6791 * not to have to deal with some client bugs : some of them fail an upgrade
Willy Tarreauce730de2014-09-16 10:40:38 +02006792 * if anything but "Upgrade" is present in the Connection header. We don't
6793 * want to touch any 101 response either since it's switching to another
6794 * protocol.
Willy Tarreau58975672014-04-24 21:13:57 +02006795 */
Willy Tarreauce730de2014-09-16 10:40:38 +02006796 if ((txn->status != 101) && !(txn->flags & TX_HDR_CONN_UPG) &&
Willy Tarreau58975672014-04-24 21:13:57 +02006797 (((txn->flags & TX_CON_WANT_MSK) != TX_CON_WANT_TUN) ||
Willy Tarreaue36cbcb2015-04-03 15:40:56 +02006798 ((sess->fe->options & PR_O_HTTP_MODE) == PR_O_HTTP_PCL ||
Willy Tarreau58975672014-04-24 21:13:57 +02006799 (s->be->options & PR_O_HTTP_MODE) == PR_O_HTTP_PCL))) {
6800 unsigned int want_flags = 0;
Willy Tarreaubaaee002006-06-26 02:48:02 +02006801
Willy Tarreau58975672014-04-24 21:13:57 +02006802 if ((txn->flags & TX_CON_WANT_MSK) == TX_CON_WANT_KAL ||
6803 (txn->flags & TX_CON_WANT_MSK) == TX_CON_WANT_SCL) {
6804 /* we want a keep-alive response here. Keep-alive header
6805 * required if either side is not 1.1.
6806 */
6807 if (!(txn->req.flags & msg->flags & HTTP_MSGF_VER_11))
6808 want_flags |= TX_CON_KAL_SET;
6809 }
6810 else {
6811 /* we want a close response here. Close header required if
6812 * the server is 1.1, regardless of the client.
6813 */
6814 if (msg->flags & HTTP_MSGF_VER_11)
6815 want_flags |= TX_CON_CLO_SET;
Willy Tarreauf5483bf2008-08-14 18:35:40 +02006816 }
Willy Tarreaua15645d2007-03-18 16:22:39 +01006817
Willy Tarreau58975672014-04-24 21:13:57 +02006818 if (want_flags != (txn->flags & (TX_CON_CLO_SET|TX_CON_KAL_SET)))
6819 http_change_connection_header(txn, msg, want_flags);
6820 }
6821
6822 skip_header_mangling:
Christopher Faulet3e344292015-11-24 16:24:13 +01006823 if ((msg->flags & HTTP_MSGF_XFER_LEN) || HAS_FILTERS(s) ||
Christopher Fauletd7c91962015-04-30 11:48:27 +02006824 (txn->flags & TX_CON_WANT_MSK) == TX_CON_WANT_TUN) {
Christopher Faulet0184ea72017-01-05 14:06:34 +01006825 rep->analysers &= ~AN_RES_FLT_XFER_DATA;
Willy Tarreau58975672014-04-24 21:13:57 +02006826 rep->analysers |= AN_RES_HTTP_XFER_BODY;
Christopher Fauletd7c91962015-04-30 11:48:27 +02006827 }
Willy Tarreaua15645d2007-03-18 16:22:39 +01006828
Willy Tarreau58975672014-04-24 21:13:57 +02006829 /* if the user wants to log as soon as possible, without counting
6830 * bytes from the server, then this is the right moment. We have
6831 * to temporarily assign bytes_out to log what we currently have.
6832 */
Willy Tarreaue36cbcb2015-04-03 15:40:56 +02006833 if (!LIST_ISEMPTY(&sess->fe->logformat) && !(s->logs.logwait & LW_BYTES)) {
Willy Tarreau58975672014-04-24 21:13:57 +02006834 s->logs.t_close = s->logs.t_data; /* to get a valid end date */
6835 s->logs.bytes_out = txn->rsp.eoh;
6836 s->do_log(s);
6837 s->logs.bytes_out = 0;
Willy Tarreauf5483bf2008-08-14 18:35:40 +02006838 }
Willy Tarreaue3fa6e52010-01-04 22:57:43 +01006839 return 1;
Willy Tarreauf5483bf2008-08-14 18:35:40 +02006840}
Willy Tarreaua15645d2007-03-18 16:22:39 +01006841
Willy Tarreaud98cf932009-12-27 22:54:55 +01006842/* This function is an analyser which forwards response body (including chunk
6843 * sizes if any). It is called as soon as we must forward, even if we forward
6844 * zero byte. The only situation where it must not be called is when we're in
6845 * tunnel mode and we want to forward till the close. It's used both to forward
6846 * remaining data and to resync after end of body. It expects the msg_state to
6847 * be between MSG_BODY and MSG_DONE (inclusive). It returns zero if it needs to
Willy Tarreau87b09662015-04-03 00:22:06 +02006848 * read more data, or 1 once we can go on with next request or end the stream.
Willy Tarreaud3510212014-04-21 11:24:13 +02006849 *
6850 * It is capable of compressing response data both in content-length mode and
6851 * in chunked mode. The state machines follows different flows depending on
6852 * whether content-length and chunked modes are used, since there are no
6853 * trailers in content-length :
6854 *
6855 * chk-mode cl-mode
6856 * ,----- BODY -----.
6857 * / \
6858 * V size > 0 V chk-mode
6859 * .--> SIZE -------------> DATA -------------> CRLF
6860 * | | size == 0 | last byte |
6861 * | v final crlf v inspected |
6862 * | TRAILERS -----------> DONE |
6863 * | |
6864 * `----------------------------------------------'
6865 *
6866 * Compression only happens in the DATA state, and must be flushed in final
6867 * states (TRAILERS/DONE) or when leaving on missing data. Normal forwarding
6868 * is performed at once on final states for all bytes parsed, or when leaving
6869 * on missing data.
Willy Tarreaud98cf932009-12-27 22:54:55 +01006870 */
Willy Tarreau87b09662015-04-03 00:22:06 +02006871int http_response_forward_body(struct stream *s, struct channel *res, int an_bit)
Willy Tarreaud98cf932009-12-27 22:54:55 +01006872{
Willy Tarreaue36cbcb2015-04-03 15:40:56 +02006873 struct session *sess = s->sess;
Willy Tarreaueee5b512015-04-03 23:46:31 +02006874 struct http_txn *txn = s->txn;
6875 struct http_msg *msg = &s->txn->rsp;
Christopher Faulet3e344292015-11-24 16:24:13 +01006876 int ret;
Willy Tarreaud98cf932009-12-27 22:54:55 +01006877
Willy Tarreauf5c8bd62010-01-04 07:10:34 +01006878 if (unlikely(msg->msg_state < HTTP_MSG_BODY))
6879 return 0;
6880
Willy Tarreau03cdb7c2012-08-27 23:14:58 +02006881 if ((res->flags & (CF_READ_ERROR|CF_READ_TIMEOUT|CF_WRITE_ERROR|CF_WRITE_TIMEOUT)) ||
Willy Tarreau9b28e032012-10-12 23:49:43 +02006882 ((res->flags & CF_SHUTW) && (res->to_forward || res->buf->o)) ||
Christopher Fauletd7c91962015-04-30 11:48:27 +02006883 !s->req.analysers) {
Willy Tarreau4fe41902010-06-07 22:27:41 +02006884 /* Output closed while we were sending data. We must abort and
6885 * wake the other side up.
6886 */
Willy Tarreau10e61cb2017-01-04 14:51:22 +01006887 msg->err_state = msg->msg_state;
Willy Tarreau4fe41902010-06-07 22:27:41 +02006888 msg->msg_state = HTTP_MSG_ERROR;
6889 http_resync_states(s);
Willy Tarreau082b01c2010-01-02 23:58:04 +01006890 return 1;
6891 }
6892
Willy Tarreau4fe41902010-06-07 22:27:41 +02006893 /* in most states, we should abort in case of early close */
Willy Tarreau8263d2b2012-08-28 00:06:31 +02006894 channel_auto_close(res);
Willy Tarreaub608feb2010-01-02 22:47:18 +01006895
Christopher Fauletd7c91962015-04-30 11:48:27 +02006896 if (msg->msg_state == HTTP_MSG_BODY) {
Christopher Fauletdbe34eb2015-12-02 10:01:17 +01006897 msg->msg_state = ((msg->flags & HTTP_MSGF_TE_CHNK)
6898 ? HTTP_MSG_CHUNK_SIZE
6899 : HTTP_MSG_DATA);
Willy Tarreaud98cf932009-12-27 22:54:55 +01006900 }
6901
Willy Tarreauefdf0942014-04-24 20:08:57 +02006902 if (res->to_forward) {
Christopher Fauletdbe34eb2015-12-02 10:01:17 +01006903 /* We can't process the buffer's contents yet */
Willy Tarreauefdf0942014-04-24 20:08:57 +02006904 res->flags |= CF_WAKE_WRITE;
Christopher Fauletdbe34eb2015-12-02 10:01:17 +01006905 goto missing_data_or_waiting;
Willy Tarreauefdf0942014-04-24 20:08:57 +02006906 }
6907
Christopher Fauletdbe34eb2015-12-02 10:01:17 +01006908 if (msg->msg_state < HTTP_MSG_DONE) {
6909 ret = ((msg->flags & HTTP_MSGF_TE_CHNK)
6910 ? http_msg_forward_chunked_body(s, msg)
6911 : http_msg_forward_body(s, msg));
6912 if (!ret)
6913 goto missing_data_or_waiting;
6914 if (ret < 0)
6915 goto return_bad_res;
6916 }
Christopher Fauletd7c91962015-04-30 11:48:27 +02006917
Christopher Fauletdbe34eb2015-12-02 10:01:17 +01006918 /* other states, DONE...TUNNEL */
6919 /* for keep-alive we don't want to forward closes on DONE */
6920 if ((txn->flags & TX_CON_WANT_MSK) == TX_CON_WANT_KAL ||
6921 (txn->flags & TX_CON_WANT_MSK) == TX_CON_WANT_SCL)
6922 channel_dont_close(res);
Willy Tarreau3ce10ff2014-04-22 08:24:38 +02006923
Christopher Fauletdbe34eb2015-12-02 10:01:17 +01006924 if (http_resync_states(s)) {
6925 /* some state changes occurred, maybe the analyser was disabled
6926 * too. */
6927 if (unlikely(msg->msg_state == HTTP_MSG_ERROR)) {
6928 if (res->flags & CF_SHUTW) {
6929 /* response errors are most likely due to the
6930 * client aborting the transfer. */
6931 goto aborted_xfer;
Willy Tarreau5523b322009-12-29 12:05:52 +01006932 }
Christopher Fauletdbe34eb2015-12-02 10:01:17 +01006933 if (msg->err_pos >= 0)
Willy Tarreau10e61cb2017-01-04 14:51:22 +01006934 http_capture_bad_message(&s->be->invalid_rep, s, msg, msg->err_state, strm_fe(s));
Christopher Fauletdbe34eb2015-12-02 10:01:17 +01006935 goto return_bad_res;
Willy Tarreaud98cf932009-12-27 22:54:55 +01006936 }
Christopher Fauletdbe34eb2015-12-02 10:01:17 +01006937 return 1;
Willy Tarreaud98cf932009-12-27 22:54:55 +01006938 }
Willy Tarreauf51d03c2016-05-02 15:25:15 +02006939 return 0;
Willy Tarreaud98cf932009-12-27 22:54:55 +01006940
Christopher Fauletdbe34eb2015-12-02 10:01:17 +01006941 missing_data_or_waiting:
Willy Tarreauf003d372012-11-26 13:35:37 +01006942 if (res->flags & CF_SHUTW)
6943 goto aborted_xfer;
6944
6945 /* stop waiting for data if the input is closed before the end. If the
6946 * client side was already closed, it means that the client has aborted,
6947 * so we don't want to count this as a server abort. Otherwise it's a
6948 * server abort.
6949 */
Willy Tarreau03cdb7c2012-08-27 23:14:58 +02006950 if (res->flags & CF_SHUTR) {
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01006951 if ((s->req.flags & (CF_SHUTR|CF_SHUTW)) == (CF_SHUTR|CF_SHUTW))
Willy Tarreauf003d372012-11-26 13:35:37 +01006952 goto aborted_xfer;
Christopher Fauleta46bbd82015-06-19 09:00:58 +02006953 /* If we have some pending data, we continue the processing */
6954 if (!buffer_pending(res->buf)) {
6955 if (!(s->flags & SF_ERR_MASK))
6956 s->flags |= SF_ERR_SRVCL;
6957 s->be->be_counters.srv_aborts++;
6958 if (objt_server(s->target))
6959 objt_server(s->target)->counters.srv_aborts++;
6960 goto return_bad_res_stats_ok;
6961 }
Willy Tarreau40dba092010-03-04 18:14:51 +01006962 }
Willy Tarreauf5c8bd62010-01-04 07:10:34 +01006963
Willy Tarreau40dba092010-03-04 18:14:51 +01006964 /* we need to obey the req analyser, so if it leaves, we must too */
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01006965 if (!s->req.analysers)
Willy Tarreau610ecce2010-01-04 21:15:02 +01006966 goto return_bad_res;
6967
Christopher Fauletdbe34eb2015-12-02 10:01:17 +01006968 /* When TE: chunked is used, we need to get there again to parse
6969 * remaining chunks even if the server has closed, so we don't want to
6970 * set CF_DONTCLOSE. Similarly, if the body length is undefined, if
6971 * keep-alive is set on the client side or if there are filters
6972 * registered on the stream, we don't want to forward a close
Willy Tarreau92aa1fa2010-08-28 18:57:20 +02006973 */
Christopher Faulet92d36382015-11-05 13:35:03 +01006974 if ((msg->flags & HTTP_MSGF_TE_CHNK) || !msg->body_len ||
Christopher Fauletdbe34eb2015-12-02 10:01:17 +01006975 HAS_FILTERS(s) ||
Willy Tarreau92aa1fa2010-08-28 18:57:20 +02006976 (txn->flags & TX_CON_WANT_MSK) == TX_CON_WANT_KAL ||
6977 (txn->flags & TX_CON_WANT_MSK) == TX_CON_WANT_SCL)
Willy Tarreau8263d2b2012-08-28 00:06:31 +02006978 channel_dont_close(res);
Willy Tarreau92aa1fa2010-08-28 18:57:20 +02006979
Willy Tarreau5c620922011-05-11 19:56:11 +02006980 /* We know that more data are expected, but we couldn't send more that
Willy Tarreau03cdb7c2012-08-27 23:14:58 +02006981 * what we did. So we always set the CF_EXPECT_MORE flag so that the
Willy Tarreau07293032011-05-30 18:29:28 +02006982 * system knows it must not set a PUSH on this first part. Interactive
Willy Tarreau869fc1e2012-03-05 08:29:20 +01006983 * modes are already handled by the stream sock layer. We must not do
6984 * this in content-length mode because it could present the MSG_MORE
6985 * flag with the last block of forwarded data, which would cause an
6986 * additional delay to be observed by the receiver.
Willy Tarreau5c620922011-05-11 19:56:11 +02006987 */
Christopher Faulet92d36382015-11-05 13:35:03 +01006988 if ((msg->flags & HTTP_MSGF_TE_CHNK) || (msg->flags & HTTP_MSGF_COMPRESSING))
Willy Tarreau03cdb7c2012-08-27 23:14:58 +02006989 res->flags |= CF_EXPECT_MORE;
Willy Tarreau5c620922011-05-11 19:56:11 +02006990
Willy Tarreau87b09662015-04-03 00:22:06 +02006991 /* the stream handler will take care of timeouts and errors */
Willy Tarreaud98cf932009-12-27 22:54:55 +01006992 return 0;
6993
Willy Tarreau40dba092010-03-04 18:14:51 +01006994 return_bad_res: /* let's centralize all bad responses */
Willy Tarreau7d0aaf32011-03-10 23:25:56 +01006995 s->be->be_counters.failed_resp++;
Willy Tarreau3fdb3662012-11-12 00:42:33 +01006996 if (objt_server(s->target))
6997 objt_server(s->target)->counters.failed_resp++;
Willy Tarreaued2fd2d2010-12-29 11:23:27 +01006998
6999 return_bad_res_stats_ok:
Willy Tarreau10e61cb2017-01-04 14:51:22 +01007000 txn->rsp.err_state = txn->rsp.msg_state;
Willy Tarreaud98cf932009-12-27 22:54:55 +01007001 txn->rsp.msg_state = HTTP_MSG_ERROR;
Willy Tarreau148d0992010-01-10 10:21:21 +01007002 /* don't send any error message as we're in the body */
Christopher Fauleta94e5a52015-12-09 15:55:06 +01007003 http_reply_and_close(s, txn->status, NULL);
Christopher Faulet0184ea72017-01-05 14:06:34 +01007004 res->analysers &= AN_RES_FLT_END;
7005 s->req.analysers &= AN_REQ_FLT_END; /* we're in data phase, we want to abort both directions */
Willy Tarreau3fdb3662012-11-12 00:42:33 +01007006 if (objt_server(s->target))
7007 health_adjust(objt_server(s->target), HANA_STATUS_HTTP_HDRRSP);
Willy Tarreaud98cf932009-12-27 22:54:55 +01007008
Willy Tarreaue7dff022015-04-03 01:14:29 +02007009 if (!(s->flags & SF_ERR_MASK))
7010 s->flags |= SF_ERR_PRXCOND;
7011 if (!(s->flags & SF_FINST_MASK))
7012 s->flags |= SF_FINST_D;
Willy Tarreaued2fd2d2010-12-29 11:23:27 +01007013 return 0;
7014
7015 aborted_xfer:
Willy Tarreau10e61cb2017-01-04 14:51:22 +01007016 txn->rsp.err_state = txn->rsp.msg_state;
Willy Tarreaued2fd2d2010-12-29 11:23:27 +01007017 txn->rsp.msg_state = HTTP_MSG_ERROR;
7018 /* don't send any error message as we're in the body */
Christopher Fauleta94e5a52015-12-09 15:55:06 +01007019 http_reply_and_close(s, txn->status, NULL);
Christopher Faulet0184ea72017-01-05 14:06:34 +01007020 res->analysers &= AN_RES_FLT_END;
7021 s->req.analysers &= AN_REQ_FLT_END; /* we're in data phase, we want to abort both directions */
Willy Tarreaued2fd2d2010-12-29 11:23:27 +01007022
Willy Tarreaue36cbcb2015-04-03 15:40:56 +02007023 sess->fe->fe_counters.cli_aborts++;
Willy Tarreau7d0aaf32011-03-10 23:25:56 +01007024 s->be->be_counters.cli_aborts++;
Willy Tarreau3fdb3662012-11-12 00:42:33 +01007025 if (objt_server(s->target))
7026 objt_server(s->target)->counters.cli_aborts++;
Willy Tarreaued2fd2d2010-12-29 11:23:27 +01007027
Willy Tarreaue7dff022015-04-03 01:14:29 +02007028 if (!(s->flags & SF_ERR_MASK))
7029 s->flags |= SF_ERR_CLICL;
7030 if (!(s->flags & SF_FINST_MASK))
7031 s->flags |= SF_FINST_D;
Willy Tarreaud98cf932009-12-27 22:54:55 +01007032 return 0;
Christopher Fauletdbe34eb2015-12-02 10:01:17 +01007033}
7034
7035
7036static inline int
7037http_msg_forward_body(struct stream *s, struct http_msg *msg)
7038{
7039 struct channel *chn = msg->chn;
7040 int ret;
7041
7042 /* Here we have the guarantee to be in HTTP_MSG_DATA or HTTP_MSG_ENDING state */
7043
7044 if (msg->msg_state == HTTP_MSG_ENDING)
7045 goto ending;
7046
7047 /* Neither content-length, nor transfer-encoding was found, so we must
7048 * read the body until the server connection is closed. In that case, we
7049 * eat data as they come. Of course, this happens for response only. */
7050 if (!(msg->flags & HTTP_MSGF_XFER_LEN)) {
7051 unsigned long long len = (chn->buf->i - msg->next);
7052 msg->chunk_len += len;
7053 msg->body_len += len;
7054 }
Christopher Fauletda02e172015-12-04 09:25:05 +01007055 ret = FLT_STRM_DATA_CB(s, chn, flt_http_data(s, msg),
7056 /* default_ret */ MIN(msg->chunk_len, chn->buf->i - msg->next),
7057 /* on_error */ goto error);
Christopher Fauletdbe34eb2015-12-02 10:01:17 +01007058 msg->next += ret;
7059 msg->chunk_len -= ret;
7060 if (msg->chunk_len) {
7061 /* input empty or output full */
7062 if (chn->buf->i > msg->next)
7063 chn->flags |= CF_WAKE_WRITE;
7064 goto missing_data_or_waiting;
7065 }
7066
Christopher Faulet32359572016-11-29 14:49:54 +01007067 if (!(msg->flags & HTTP_MSGF_XFER_LEN) && !(chn->flags & CF_SHUTR) &&
7068 HAS_DATA_FILTERS(s, chn)) {
7069 /* The server still sending data that should be filtered */
Christopher Fauletdbe34eb2015-12-02 10:01:17 +01007070 goto missing_data_or_waiting;
7071 }
7072 msg->msg_state = HTTP_MSG_ENDING;
7073
7074 ending:
7075 /* we may have some pending data starting at res->buf->p such as a last
7076 * chunk of data or trailers. */
Christopher Fauletda02e172015-12-04 09:25:05 +01007077 ret = FLT_STRM_DATA_CB(s, chn, flt_http_forward_data(s, msg, msg->next),
7078 /* default_ret */ msg->next,
7079 /* on_error */ goto error);
Christopher Fauletdbe34eb2015-12-02 10:01:17 +01007080 b_adv(chn->buf, ret);
7081 msg->next -= ret;
Willy Tarreau9962f8f2016-06-28 11:52:08 +02007082 if (unlikely(!(chn->flags & CF_WROTE_DATA) || msg->sov > 0))
7083 msg->sov -= ret;
Christopher Fauleta9300a32016-06-28 15:54:44 +02007084 if (msg->next)
7085 goto waiting;
Willy Tarreau9962f8f2016-06-28 11:52:08 +02007086
Christopher Fauletda02e172015-12-04 09:25:05 +01007087 FLT_STRM_DATA_CB(s, chn, flt_http_end(s, msg),
7088 /* default_ret */ 1,
7089 /* on_error */ goto error,
7090 /* on_wait */ goto waiting);
Christopher Fauletdbe34eb2015-12-02 10:01:17 +01007091 msg->msg_state = HTTP_MSG_DONE;
7092 return 1;
7093
7094 missing_data_or_waiting:
7095 /* we may have some pending data starting at chn->buf->p */
Christopher Fauletda02e172015-12-04 09:25:05 +01007096 ret = FLT_STRM_DATA_CB(s, chn, flt_http_forward_data(s, msg, msg->next),
7097 /* default_ret */ msg->next,
7098 /* on_error */ goto error);
Christopher Fauletdbe34eb2015-12-02 10:01:17 +01007099 b_adv(chn->buf, ret);
7100 msg->next -= ret;
7101 if (!(chn->flags & CF_WROTE_DATA) || msg->sov > 0)
7102 msg->sov -= ret;
Christopher Faulet75e2eb62015-12-15 10:41:47 +01007103 if (!HAS_DATA_FILTERS(s, chn))
Christopher Fauletdbe34eb2015-12-02 10:01:17 +01007104 msg->chunk_len -= channel_forward(chn, msg->chunk_len);
Christopher Fauleta9300a32016-06-28 15:54:44 +02007105 waiting:
Christopher Fauletdbe34eb2015-12-02 10:01:17 +01007106 return 0;
7107 error:
7108 return -1;
7109}
7110
7111static inline int
7112http_msg_forward_chunked_body(struct stream *s, struct http_msg *msg)
7113{
7114 struct channel *chn = msg->chn;
7115 int ret;
7116
7117 /* Here we have the guarantee to be in one of the following state:
7118 * HTTP_MSG_DATA, HTTP_MSG_CHUNK_SIZE, HTTP_MSG_CHUNK_CRLF,
7119 * HTTP_MSG_TRAILERS or HTTP_MSG_ENDING. */
7120
7121 switch_states:
7122 switch (msg->msg_state) {
7123 case HTTP_MSG_DATA:
Christopher Fauletda02e172015-12-04 09:25:05 +01007124 ret = FLT_STRM_DATA_CB(s, chn, flt_http_data(s, msg),
7125 /* default_ret */ MIN(msg->chunk_len, chn->buf->i - msg->next),
7126 /* on_error */ goto error);
7127 msg->next += ret;
Christopher Fauletdbe34eb2015-12-02 10:01:17 +01007128 msg->chunk_len -= ret;
7129 if (msg->chunk_len) {
7130 /* input empty or output full */
7131 if (chn->buf->i > msg->next)
7132 chn->flags |= CF_WAKE_WRITE;
7133 goto missing_data_or_waiting;
7134 }
7135
7136 /* nothing left to forward for this chunk*/
7137 msg->msg_state = HTTP_MSG_CHUNK_CRLF;
7138 /* fall through for HTTP_MSG_CHUNK_CRLF */
7139
7140 case HTTP_MSG_CHUNK_CRLF:
7141 /* we want the CRLF after the data */
7142 ret = http_skip_chunk_crlf(msg);
7143 if (ret == 0)
7144 goto missing_data_or_waiting;
7145 if (ret < 0)
7146 goto chunk_parsing_error;
Christopher Faulet113f7de2015-12-14 14:52:13 +01007147 msg->next += ret;
Christopher Fauletdbe34eb2015-12-02 10:01:17 +01007148 msg->msg_state = HTTP_MSG_CHUNK_SIZE;
7149 /* fall through for HTTP_MSG_CHUNK_SIZE */
7150
7151 case HTTP_MSG_CHUNK_SIZE:
7152 /* read the chunk size and assign it to ->chunk_len,
7153 * then set ->next to point to the body and switch to
7154 * DATA or TRAILERS state.
7155 */
7156 ret = http_parse_chunk_size(msg);
7157 if (ret == 0)
7158 goto missing_data_or_waiting;
7159 if (ret < 0)
7160 goto chunk_parsing_error;
Christopher Faulet113f7de2015-12-14 14:52:13 +01007161 msg->next += ret;
Christopher Fauletdbe34eb2015-12-02 10:01:17 +01007162 if (msg->chunk_len) {
7163 msg->msg_state = HTTP_MSG_DATA;
7164 goto switch_states;
7165 }
7166 msg->msg_state = HTTP_MSG_TRAILERS;
7167 /* fall through for HTTP_MSG_TRAILERS */
7168
7169 case HTTP_MSG_TRAILERS:
7170 ret = http_forward_trailers(msg);
7171 if (ret < 0)
7172 goto chunk_parsing_error;
Christopher Fauletda02e172015-12-04 09:25:05 +01007173 FLT_STRM_DATA_CB(s, chn, flt_http_chunk_trailers(s, msg),
7174 /* default_ret */ 1,
7175 /* on_error */ goto error);
Christopher Fauletdbe34eb2015-12-02 10:01:17 +01007176 msg->next += msg->sol;
Christopher Fauletdbe34eb2015-12-02 10:01:17 +01007177 if (!ret)
7178 goto missing_data_or_waiting;
7179 break;
7180
7181 case HTTP_MSG_ENDING:
7182 goto ending;
7183
7184 default:
7185 /* This should no happen in this function */
7186 goto error;
7187 }
7188
7189 msg->msg_state = HTTP_MSG_ENDING;
7190 ending:
7191 /* we may have some pending data starting at res->buf->p such as a last
7192 * chunk of data or trailers. */
Christopher Fauletda02e172015-12-04 09:25:05 +01007193 ret = FLT_STRM_DATA_CB(s, chn, flt_http_forward_data(s, msg, msg->next),
Christopher Fauletdbe34eb2015-12-02 10:01:17 +01007194 /* default_ret */ msg->next,
7195 /* on_error */ goto error);
7196 b_adv(chn->buf, ret);
7197 msg->next -= ret;
Willy Tarreau9962f8f2016-06-28 11:52:08 +02007198 if (unlikely(!(chn->flags & CF_WROTE_DATA) || msg->sov > 0))
7199 msg->sov -= ret;
Christopher Fauleta9300a32016-06-28 15:54:44 +02007200 if (msg->next)
7201 goto waiting;
Willy Tarreau9962f8f2016-06-28 11:52:08 +02007202
Christopher Fauletda02e172015-12-04 09:25:05 +01007203 FLT_STRM_DATA_CB(s, chn, flt_http_end(s, msg),
Christopher Fauletdbe34eb2015-12-02 10:01:17 +01007204 /* default_ret */ 1,
7205 /* on_error */ goto error,
7206 /* on_wait */ goto waiting);
7207 msg->msg_state = HTTP_MSG_DONE;
7208 return 1;
7209
7210 missing_data_or_waiting:
7211 /* we may have some pending data starting at chn->buf->p */
Christopher Fauletda02e172015-12-04 09:25:05 +01007212 ret = FLT_STRM_DATA_CB(s, chn, flt_http_forward_data(s, msg, msg->next),
Christopher Fauletdbe34eb2015-12-02 10:01:17 +01007213 /* default_ret */ msg->next,
7214 /* on_error */ goto error);
7215 b_adv(chn->buf, ret);
7216 msg->next -= ret;
7217 if (!(chn->flags & CF_WROTE_DATA) || msg->sov > 0)
7218 msg->sov -= ret;
Christopher Faulet75e2eb62015-12-15 10:41:47 +01007219 if (!HAS_DATA_FILTERS(s, chn))
Christopher Fauletdbe34eb2015-12-02 10:01:17 +01007220 msg->chunk_len -= channel_forward(chn, msg->chunk_len);
Christopher Fauleta9300a32016-06-28 15:54:44 +02007221 waiting:
Christopher Fauletdbe34eb2015-12-02 10:01:17 +01007222 return 0;
7223
7224 chunk_parsing_error:
7225 if (msg->err_pos >= 0) {
7226 if (chn->flags & CF_ISRESP)
7227 http_capture_bad_message(&s->be->invalid_rep, s, msg,
7228 msg->msg_state, strm_fe(s));
7229 else
7230 http_capture_bad_message(&strm_fe(s)->invalid_req, s,
7231 msg, msg->msg_state, s->be);
7232 }
7233 error:
7234 return -1;
Willy Tarreaud98cf932009-12-27 22:54:55 +01007235}
7236
Christopher Fauletdbe34eb2015-12-02 10:01:17 +01007237
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01007238/* Iterate the same filter through all request headers.
7239 * Returns 1 if this filter can be stopped upon return, otherwise 0.
Willy Tarreaua15645d2007-03-18 16:22:39 +01007240 * Since it can manage the switch to another backend, it updates the per-proxy
7241 * DENY stats.
Willy Tarreau58f10d72006-12-04 02:26:12 +01007242 */
Willy Tarreau87b09662015-04-03 00:22:06 +02007243int apply_filter_to_req_headers(struct stream *s, struct channel *req, struct hdr_exp *exp)
Willy Tarreau58f10d72006-12-04 02:26:12 +01007244{
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01007245 char *cur_ptr, *cur_end, *cur_next;
7246 int cur_idx, old_idx, last_hdr;
Willy Tarreaueee5b512015-04-03 23:46:31 +02007247 struct http_txn *txn = s->txn;
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01007248 struct hdr_idx_elem *cur_hdr;
Willy Tarreau19d14ef2012-10-29 16:51:55 +01007249 int delta;
Willy Tarreau0f7562b2007-01-07 15:46:13 +01007250
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01007251 last_hdr = 0;
7252
Willy Tarreau9b28e032012-10-12 23:49:43 +02007253 cur_next = req->buf->p + hdr_idx_first_pos(&txn->hdr_idx);
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01007254 old_idx = 0;
7255
7256 while (!last_hdr) {
Willy Tarreau3d300592007-03-18 18:34:41 +01007257 if (unlikely(txn->flags & (TX_CLDENY | TX_CLTARPIT)))
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01007258 return 1;
Willy Tarreau3d300592007-03-18 18:34:41 +01007259 else if (unlikely(txn->flags & TX_CLALLOW) &&
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01007260 (exp->action == ACT_ALLOW ||
7261 exp->action == ACT_DENY ||
7262 exp->action == ACT_TARPIT))
7263 return 0;
7264
Willy Tarreau4dbc4a22007-03-03 16:23:22 +01007265 cur_idx = txn->hdr_idx.v[old_idx].next;
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01007266 if (!cur_idx)
7267 break;
7268
Willy Tarreau4dbc4a22007-03-03 16:23:22 +01007269 cur_hdr = &txn->hdr_idx.v[cur_idx];
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01007270 cur_ptr = cur_next;
7271 cur_end = cur_ptr + cur_hdr->len;
7272 cur_next = cur_end + cur_hdr->cr + 1;
7273
7274 /* Now we have one header between cur_ptr and cur_end,
7275 * and the next header starts at cur_next.
Willy Tarreau58f10d72006-12-04 02:26:12 +01007276 */
7277
Willy Tarreau15a53a42015-01-21 13:39:42 +01007278 if (regex_exec_match2(exp->preg, cur_ptr, cur_end-cur_ptr, MAX_MATCH, pmatch, 0)) {
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01007279 switch (exp->action) {
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01007280 case ACT_ALLOW:
Willy Tarreau3d300592007-03-18 18:34:41 +01007281 txn->flags |= TX_CLALLOW;
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01007282 last_hdr = 1;
7283 break;
7284
7285 case ACT_DENY:
Willy Tarreau3d300592007-03-18 18:34:41 +01007286 txn->flags |= TX_CLDENY;
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01007287 last_hdr = 1;
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01007288 break;
7289
7290 case ACT_TARPIT:
Willy Tarreau3d300592007-03-18 18:34:41 +01007291 txn->flags |= TX_CLTARPIT;
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01007292 last_hdr = 1;
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01007293 break;
7294
7295 case ACT_REPLACE:
Sasha Pachevc6002042014-05-26 12:33:48 -06007296 trash.len = exp_replace(trash.str, trash.size, cur_ptr, exp->replace, pmatch);
7297 if (trash.len < 0)
7298 return -1;
7299
Willy Tarreau19d14ef2012-10-29 16:51:55 +01007300 delta = buffer_replace2(req->buf, cur_ptr, cur_end, trash.str, trash.len);
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01007301 /* FIXME: if the user adds a newline in the replacement, the
7302 * index will not be recalculated for now, and the new line
7303 * will not be counted as a new header.
7304 */
7305
7306 cur_end += delta;
7307 cur_next += delta;
7308 cur_hdr->len += delta;
Willy Tarreaufa355d42009-11-29 18:12:29 +01007309 http_msg_move_end(&txn->req, delta);
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01007310 break;
7311
7312 case ACT_REMOVE:
Willy Tarreau9b28e032012-10-12 23:49:43 +02007313 delta = buffer_replace2(req->buf, cur_ptr, cur_next, NULL, 0);
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01007314 cur_next += delta;
7315
Willy Tarreaufa355d42009-11-29 18:12:29 +01007316 http_msg_move_end(&txn->req, delta);
Willy Tarreau4dbc4a22007-03-03 16:23:22 +01007317 txn->hdr_idx.v[old_idx].next = cur_hdr->next;
7318 txn->hdr_idx.used--;
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01007319 cur_hdr->len = 0;
7320 cur_end = NULL; /* null-term has been rewritten */
Willy Tarreau26db59e2010-11-28 06:57:24 +01007321 cur_idx = old_idx;
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01007322 break;
7323
7324 }
Willy Tarreau58f10d72006-12-04 02:26:12 +01007325 }
7326
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01007327 /* keep the link from this header to next one in case of later
7328 * removal of next header.
Willy Tarreau58f10d72006-12-04 02:26:12 +01007329 */
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01007330 old_idx = cur_idx;
7331 }
7332 return 0;
7333}
7334
7335
7336/* Apply the filter to the request line.
7337 * Returns 0 if nothing has been done, 1 if the filter has been applied,
7338 * or -1 if a replacement resulted in an invalid request line.
Willy Tarreaua15645d2007-03-18 16:22:39 +01007339 * Since it can manage the switch to another backend, it updates the per-proxy
7340 * DENY stats.
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01007341 */
Willy Tarreau87b09662015-04-03 00:22:06 +02007342int apply_filter_to_req_line(struct stream *s, struct channel *req, struct hdr_exp *exp)
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01007343{
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01007344 char *cur_ptr, *cur_end;
7345 int done;
Willy Tarreaueee5b512015-04-03 23:46:31 +02007346 struct http_txn *txn = s->txn;
Willy Tarreau19d14ef2012-10-29 16:51:55 +01007347 int delta;
Willy Tarreau58f10d72006-12-04 02:26:12 +01007348
Willy Tarreau3d300592007-03-18 18:34:41 +01007349 if (unlikely(txn->flags & (TX_CLDENY | TX_CLTARPIT)))
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01007350 return 1;
Willy Tarreau3d300592007-03-18 18:34:41 +01007351 else if (unlikely(txn->flags & TX_CLALLOW) &&
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01007352 (exp->action == ACT_ALLOW ||
7353 exp->action == ACT_DENY ||
7354 exp->action == ACT_TARPIT))
7355 return 0;
7356 else if (exp->action == ACT_REMOVE)
7357 return 0;
7358
7359 done = 0;
7360
Willy Tarreau9b28e032012-10-12 23:49:43 +02007361 cur_ptr = req->buf->p;
Willy Tarreau4dbc4a22007-03-03 16:23:22 +01007362 cur_end = cur_ptr + txn->req.sl.rq.l;
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01007363
7364 /* Now we have the request line between cur_ptr and cur_end */
7365
Willy Tarreau15a53a42015-01-21 13:39:42 +01007366 if (regex_exec_match2(exp->preg, cur_ptr, cur_end-cur_ptr, MAX_MATCH, pmatch, 0)) {
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01007367 switch (exp->action) {
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01007368 case ACT_ALLOW:
Willy Tarreau3d300592007-03-18 18:34:41 +01007369 txn->flags |= TX_CLALLOW;
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01007370 done = 1;
7371 break;
Willy Tarreaua496b602006-12-17 23:15:24 +01007372
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01007373 case ACT_DENY:
Willy Tarreau3d300592007-03-18 18:34:41 +01007374 txn->flags |= TX_CLDENY;
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01007375 done = 1;
7376 break;
Willy Tarreaua496b602006-12-17 23:15:24 +01007377
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01007378 case ACT_TARPIT:
Willy Tarreau3d300592007-03-18 18:34:41 +01007379 txn->flags |= TX_CLTARPIT;
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01007380 done = 1;
7381 break;
Willy Tarreaua496b602006-12-17 23:15:24 +01007382
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01007383 case ACT_REPLACE:
Sasha Pachevc6002042014-05-26 12:33:48 -06007384 trash.len = exp_replace(trash.str, trash.size, cur_ptr, exp->replace, pmatch);
7385 if (trash.len < 0)
7386 return -1;
7387
Willy Tarreau19d14ef2012-10-29 16:51:55 +01007388 delta = buffer_replace2(req->buf, cur_ptr, cur_end, trash.str, trash.len);
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01007389 /* FIXME: if the user adds a newline in the replacement, the
7390 * index will not be recalculated for now, and the new line
7391 * will not be counted as a new header.
7392 */
Willy Tarreaua496b602006-12-17 23:15:24 +01007393
Willy Tarreaufa355d42009-11-29 18:12:29 +01007394 http_msg_move_end(&txn->req, delta);
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01007395 cur_end += delta;
Willy Tarreau69d8c5d2012-05-08 09:44:41 +02007396 cur_end = (char *)http_parse_reqline(&txn->req,
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01007397 HTTP_MSG_RQMETH,
7398 cur_ptr, cur_end + 1,
7399 NULL, NULL);
7400 if (unlikely(!cur_end))
7401 return -1;
Willy Tarreaua496b602006-12-17 23:15:24 +01007402
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01007403 /* we have a full request and we know that we have either a CR
7404 * or an LF at <ptr>.
7405 */
Willy Tarreau4dbc4a22007-03-03 16:23:22 +01007406 txn->meth = find_http_meth(cur_ptr, txn->req.sl.rq.m_l);
7407 hdr_idx_set_start(&txn->hdr_idx, txn->req.sl.rq.l, *cur_end == '\r');
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01007408 /* there is no point trying this regex on headers */
7409 return 1;
7410 }
7411 }
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01007412 return done;
7413}
Willy Tarreau97de6242006-12-27 17:18:38 +01007414
Willy Tarreau58f10d72006-12-04 02:26:12 +01007415
Willy Tarreau58f10d72006-12-04 02:26:12 +01007416
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01007417/*
Willy Tarreau87b09662015-04-03 00:22:06 +02007418 * Apply all the req filters of proxy <px> to all headers in buffer <req> of stream <s>.
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01007419 * Returns 0 if everything is alright, or -1 in case a replacement lead to an
Willy Tarreaua15645d2007-03-18 16:22:39 +01007420 * unparsable request. Since it can manage the switch to another backend, it
7421 * updates the per-proxy DENY stats.
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01007422 */
Willy Tarreau87b09662015-04-03 00:22:06 +02007423int apply_filters_to_request(struct stream *s, struct channel *req, struct proxy *px)
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01007424{
Willy Tarreau192252e2015-04-04 01:47:55 +02007425 struct session *sess = s->sess;
Willy Tarreaueee5b512015-04-03 23:46:31 +02007426 struct http_txn *txn = s->txn;
Willy Tarreau6c123b12010-01-28 20:22:06 +01007427 struct hdr_exp *exp;
7428
7429 for (exp = px->req_exp; exp; exp = exp->next) {
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01007430 int ret;
Willy Tarreau58f10d72006-12-04 02:26:12 +01007431
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01007432 /*
7433 * The interleaving of transformations and verdicts
7434 * makes it difficult to decide to continue or stop
7435 * the evaluation.
7436 */
7437
Willy Tarreau6c123b12010-01-28 20:22:06 +01007438 if (txn->flags & (TX_CLDENY|TX_CLTARPIT))
7439 break;
7440
Willy Tarreau3d300592007-03-18 18:34:41 +01007441 if ((txn->flags & TX_CLALLOW) &&
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01007442 (exp->action == ACT_ALLOW || exp->action == ACT_DENY ||
Willy Tarreau6c123b12010-01-28 20:22:06 +01007443 exp->action == ACT_TARPIT || exp->action == ACT_PASS))
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01007444 continue;
Willy Tarreau6c123b12010-01-28 20:22:06 +01007445
7446 /* if this filter had a condition, evaluate it now and skip to
7447 * next filter if the condition does not match.
7448 */
7449 if (exp->cond) {
Willy Tarreau192252e2015-04-04 01:47:55 +02007450 ret = acl_exec_cond(exp->cond, px, sess, s, SMP_OPT_DIR_REQ|SMP_OPT_FINAL);
Willy Tarreau6c123b12010-01-28 20:22:06 +01007451 ret = acl_pass(ret);
7452 if (((struct acl_cond *)exp->cond)->pol == ACL_COND_UNLESS)
7453 ret = !ret;
7454
7455 if (!ret)
7456 continue;
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01007457 }
7458
7459 /* Apply the filter to the request line. */
Willy Tarreau6c123b12010-01-28 20:22:06 +01007460 ret = apply_filter_to_req_line(s, req, exp);
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01007461 if (unlikely(ret < 0))
7462 return -1;
7463
7464 if (likely(ret == 0)) {
7465 /* The filter did not match the request, it can be
7466 * iterated through all headers.
7467 */
Willy Tarreau34d4c3c2015-01-30 20:58:58 +01007468 if (unlikely(apply_filter_to_req_headers(s, req, exp) < 0))
7469 return -1;
Willy Tarreau58f10d72006-12-04 02:26:12 +01007470 }
Willy Tarreau58f10d72006-12-04 02:26:12 +01007471 }
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01007472 return 0;
Willy Tarreau58f10d72006-12-04 02:26:12 +01007473}
7474
Cyril Bontébf47aeb2009-10-15 00:15:40 +02007475
Willy Tarreaueb7b0a22010-08-31 16:45:02 +02007476/* Find the end of a cookie value contained between <s> and <e>. It works the
7477 * same way as with headers above except that the semi-colon also ends a token.
7478 * See RFC2965 for more information. Note that it requires a valid header to
7479 * return a valid result.
7480 */
7481char *find_cookie_value_end(char *s, const char *e)
7482{
7483 int quoted, qdpair;
7484
7485 quoted = qdpair = 0;
7486 for (; s < e; s++) {
7487 if (qdpair) qdpair = 0;
7488 else if (quoted) {
7489 if (*s == '\\') qdpair = 1;
7490 else if (*s == '"') quoted = 0;
7491 }
7492 else if (*s == '"') quoted = 1;
7493 else if (*s == ',' || *s == ';') return s;
7494 }
7495 return s;
7496}
7497
7498/* Delete a value in a header between delimiters <from> and <next> in buffer
7499 * <buf>. The number of characters displaced is returned, and the pointer to
7500 * the first delimiter is updated if required. The function tries as much as
7501 * possible to respect the following principles :
7502 * - replace <from> delimiter by the <next> one unless <from> points to a
7503 * colon, in which case <next> is simply removed
7504 * - set exactly one space character after the new first delimiter, unless
7505 * there are not enough characters in the block being moved to do so.
7506 * - remove unneeded spaces before the previous delimiter and after the new
7507 * one.
7508 *
7509 * It is the caller's responsibility to ensure that :
7510 * - <from> points to a valid delimiter or the colon ;
7511 * - <next> points to a valid delimiter or the final CR/LF ;
7512 * - there are non-space chars before <from> ;
7513 * - there is a CR/LF at or after <next>.
7514 */
Willy Tarreauaf819352012-08-27 22:08:00 +02007515int del_hdr_value(struct buffer *buf, char **from, char *next)
Willy Tarreaueb7b0a22010-08-31 16:45:02 +02007516{
7517 char *prev = *from;
7518
7519 if (*prev == ':') {
7520 /* We're removing the first value, preserve the colon and add a
7521 * space if possible.
7522 */
Willy Tarreau2235b262016-11-05 15:50:20 +01007523 if (!HTTP_IS_CRLF(*next))
Willy Tarreaueb7b0a22010-08-31 16:45:02 +02007524 next++;
7525 prev++;
7526 if (prev < next)
7527 *prev++ = ' ';
7528
Willy Tarreau2235b262016-11-05 15:50:20 +01007529 while (HTTP_IS_SPHT(*next))
Willy Tarreaueb7b0a22010-08-31 16:45:02 +02007530 next++;
7531 } else {
7532 /* Remove useless spaces before the old delimiter. */
Willy Tarreau2235b262016-11-05 15:50:20 +01007533 while (HTTP_IS_SPHT(*(prev-1)))
Willy Tarreaueb7b0a22010-08-31 16:45:02 +02007534 prev--;
7535 *from = prev;
7536
7537 /* copy the delimiter and if possible a space if we're
7538 * not at the end of the line.
7539 */
Willy Tarreau2235b262016-11-05 15:50:20 +01007540 if (!HTTP_IS_CRLF(*next)) {
Willy Tarreaueb7b0a22010-08-31 16:45:02 +02007541 *prev++ = *next++;
7542 if (prev + 1 < next)
7543 *prev++ = ' ';
Willy Tarreau2235b262016-11-05 15:50:20 +01007544 while (HTTP_IS_SPHT(*next))
Willy Tarreaueb7b0a22010-08-31 16:45:02 +02007545 next++;
7546 }
7547 }
7548 return buffer_replace2(buf, prev, next, NULL, 0);
7549}
7550
Cyril Bontébf47aeb2009-10-15 00:15:40 +02007551/*
Willy Tarreau396d2c62007-11-04 19:30:00 +01007552 * Manage client-side cookie. It can impact performance by about 2% so it is
Willy Tarreaueb7b0a22010-08-31 16:45:02 +02007553 * desirable to call it only when needed. This code is quite complex because
7554 * of the multiple very crappy and ambiguous syntaxes we have to support. it
7555 * highly recommended not to touch this part without a good reason !
Willy Tarreau58f10d72006-12-04 02:26:12 +01007556 */
Willy Tarreau87b09662015-04-03 00:22:06 +02007557void manage_client_side_cookies(struct stream *s, struct channel *req)
Willy Tarreau58f10d72006-12-04 02:26:12 +01007558{
Willy Tarreaueee5b512015-04-03 23:46:31 +02007559 struct http_txn *txn = s->txn;
Willy Tarreaue36cbcb2015-04-03 15:40:56 +02007560 struct session *sess = s->sess;
Willy Tarreaueb7b0a22010-08-31 16:45:02 +02007561 int preserve_hdr;
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01007562 int cur_idx, old_idx;
Willy Tarreaueb7b0a22010-08-31 16:45:02 +02007563 char *hdr_beg, *hdr_end, *hdr_next, *del_from;
7564 char *prev, *att_beg, *att_end, *equal, *val_beg, *val_end, *next;
Willy Tarreau58f10d72006-12-04 02:26:12 +01007565
Willy Tarreaueb7b0a22010-08-31 16:45:02 +02007566 /* Iterate through the headers, we start with the start line. */
Willy Tarreau83969f42007-01-22 08:55:47 +01007567 old_idx = 0;
Willy Tarreau9b28e032012-10-12 23:49:43 +02007568 hdr_next = req->buf->p + hdr_idx_first_pos(&txn->hdr_idx);
Willy Tarreau58f10d72006-12-04 02:26:12 +01007569
Willy Tarreau4dbc4a22007-03-03 16:23:22 +01007570 while ((cur_idx = txn->hdr_idx.v[old_idx].next)) {
Willy Tarreau58f10d72006-12-04 02:26:12 +01007571 struct hdr_idx_elem *cur_hdr;
Willy Tarreauaa9dce32007-03-18 23:50:16 +01007572 int val;
Willy Tarreau58f10d72006-12-04 02:26:12 +01007573
Willy Tarreau4dbc4a22007-03-03 16:23:22 +01007574 cur_hdr = &txn->hdr_idx.v[cur_idx];
Willy Tarreaueb7b0a22010-08-31 16:45:02 +02007575 hdr_beg = hdr_next;
7576 hdr_end = hdr_beg + cur_hdr->len;
7577 hdr_next = hdr_end + cur_hdr->cr + 1;
Willy Tarreau58f10d72006-12-04 02:26:12 +01007578
Willy Tarreaueb7b0a22010-08-31 16:45:02 +02007579 /* We have one full header between hdr_beg and hdr_end, and the
7580 * next header starts at hdr_next. We're only interested in
Willy Tarreau58f10d72006-12-04 02:26:12 +01007581 * "Cookie:" headers.
7582 */
7583
Willy Tarreaueb7b0a22010-08-31 16:45:02 +02007584 val = http_header_match2(hdr_beg, hdr_end, "Cookie", 6);
Willy Tarreauaa9dce32007-03-18 23:50:16 +01007585 if (!val) {
Willy Tarreau58f10d72006-12-04 02:26:12 +01007586 old_idx = cur_idx;
7587 continue;
7588 }
7589
Willy Tarreaueb7b0a22010-08-31 16:45:02 +02007590 del_from = NULL; /* nothing to be deleted */
7591 preserve_hdr = 0; /* assume we may kill the whole header */
7592
Willy Tarreau58f10d72006-12-04 02:26:12 +01007593 /* Now look for cookies. Conforming to RFC2109, we have to support
7594 * attributes whose name begin with a '$', and associate them with
7595 * the right cookie, if we want to delete this cookie.
7596 * So there are 3 cases for each cookie read :
7597 * 1) it's a special attribute, beginning with a '$' : ignore it.
7598 * 2) it's a server id cookie that we *MAY* want to delete : save
7599 * some pointers on it (last semi-colon, beginning of cookie...)
7600 * 3) it's an application cookie : we *MAY* have to delete a previous
7601 * "special" cookie.
7602 * At the end of loop, if a "special" cookie remains, we may have to
7603 * remove it. If no application cookie persists in the header, we
Willy Tarreaueb7b0a22010-08-31 16:45:02 +02007604 * *MUST* delete it.
7605 *
7606 * Note: RFC2965 is unclear about the processing of spaces around
7607 * the equal sign in the ATTR=VALUE form. A careful inspection of
7608 * the RFC explicitly allows spaces before it, and not within the
7609 * tokens (attrs or values). An inspection of RFC2109 allows that
7610 * too but section 10.1.3 lets one think that spaces may be allowed
7611 * after the equal sign too, resulting in some (rare) buggy
7612 * implementations trying to do that. So let's do what servers do.
7613 * Latest ietf draft forbids spaces all around. Also, earlier RFCs
7614 * allowed quoted strings in values, with any possible character
7615 * after a backslash, including control chars and delimitors, which
7616 * causes parsing to become ambiguous. Browsers also allow spaces
7617 * within values even without quotes.
7618 *
7619 * We have to keep multiple pointers in order to support cookie
7620 * removal at the beginning, middle or end of header without
7621 * corrupting the header. All of these headers are valid :
7622 *
7623 * Cookie:NAME1=VALUE1;NAME2=VALUE2;NAME3=VALUE3\r\n
7624 * Cookie:NAME1=VALUE1;NAME2_ONLY ;NAME3=VALUE3\r\n
7625 * Cookie: NAME1 = VALUE 1 ; NAME2 = VALUE2 ; NAME3 = VALUE3\r\n
7626 * | | | | | | | | |
7627 * | | | | | | | | hdr_end <--+
7628 * | | | | | | | +--> next
7629 * | | | | | | +----> val_end
7630 * | | | | | +-----------> val_beg
7631 * | | | | +--------------> equal
7632 * | | | +----------------> att_end
7633 * | | +---------------------> att_beg
7634 * | +--------------------------> prev
7635 * +--------------------------------> hdr_beg
Willy Tarreau58f10d72006-12-04 02:26:12 +01007636 */
7637
Willy Tarreaueb7b0a22010-08-31 16:45:02 +02007638 for (prev = hdr_beg + 6; prev < hdr_end; prev = next) {
7639 /* Iterate through all cookies on this line */
7640
7641 /* find att_beg */
7642 att_beg = prev + 1;
Willy Tarreau2235b262016-11-05 15:50:20 +01007643 while (att_beg < hdr_end && HTTP_IS_SPHT(*att_beg))
Willy Tarreaueb7b0a22010-08-31 16:45:02 +02007644 att_beg++;
7645
7646 /* find att_end : this is the first character after the last non
7647 * space before the equal. It may be equal to hdr_end.
7648 */
7649 equal = att_end = att_beg;
Willy Tarreau58f10d72006-12-04 02:26:12 +01007650
Willy Tarreaueb7b0a22010-08-31 16:45:02 +02007651 while (equal < hdr_end) {
7652 if (*equal == '=' || *equal == ',' || *equal == ';')
Willy Tarreau58f10d72006-12-04 02:26:12 +01007653 break;
Willy Tarreau2235b262016-11-05 15:50:20 +01007654 if (HTTP_IS_SPHT(*equal++))
Willy Tarreaueb7b0a22010-08-31 16:45:02 +02007655 continue;
7656 att_end = equal;
Willy Tarreau58f10d72006-12-04 02:26:12 +01007657 }
7658
Willy Tarreaueb7b0a22010-08-31 16:45:02 +02007659 /* here, <equal> points to '=', a delimitor or the end. <att_end>
7660 * is between <att_beg> and <equal>, both may be identical.
7661 */
7662
7663 /* look for end of cookie if there is an equal sign */
7664 if (equal < hdr_end && *equal == '=') {
7665 /* look for the beginning of the value */
7666 val_beg = equal + 1;
Willy Tarreau2235b262016-11-05 15:50:20 +01007667 while (val_beg < hdr_end && HTTP_IS_SPHT(*val_beg))
Willy Tarreaueb7b0a22010-08-31 16:45:02 +02007668 val_beg++;
7669
7670 /* find the end of the value, respecting quotes */
7671 next = find_cookie_value_end(val_beg, hdr_end);
7672
7673 /* make val_end point to the first white space or delimitor after the value */
7674 val_end = next;
Willy Tarreau2235b262016-11-05 15:50:20 +01007675 while (val_end > val_beg && HTTP_IS_SPHT(*(val_end - 1)))
Willy Tarreaueb7b0a22010-08-31 16:45:02 +02007676 val_end--;
7677 } else {
7678 val_beg = val_end = next = equal;
Willy Tarreau305ae852010-01-03 19:45:54 +01007679 }
Willy Tarreau58f10d72006-12-04 02:26:12 +01007680
Willy Tarreaueb7b0a22010-08-31 16:45:02 +02007681 /* We have nothing to do with attributes beginning with '$'. However,
7682 * they will automatically be removed if a header before them is removed,
7683 * since they're supposed to be linked together.
7684 */
7685 if (*att_beg == '$')
7686 continue;
Willy Tarreau58f10d72006-12-04 02:26:12 +01007687
Willy Tarreaueb7b0a22010-08-31 16:45:02 +02007688 /* Ignore cookies with no equal sign */
7689 if (equal == next) {
7690 /* This is not our cookie, so we must preserve it. But if we already
7691 * scheduled another cookie for removal, we cannot remove the
7692 * complete header, but we can remove the previous block itself.
7693 */
7694 preserve_hdr = 1;
7695 if (del_from != NULL) {
Willy Tarreau9b28e032012-10-12 23:49:43 +02007696 int delta = del_hdr_value(req->buf, &del_from, prev);
Willy Tarreaueb7b0a22010-08-31 16:45:02 +02007697 val_end += delta;
7698 next += delta;
7699 hdr_end += delta;
7700 hdr_next += delta;
7701 cur_hdr->len += delta;
7702 http_msg_move_end(&txn->req, delta);
7703 prev = del_from;
7704 del_from = NULL;
7705 }
7706 continue;
Willy Tarreau305ae852010-01-03 19:45:54 +01007707 }
Willy Tarreau58f10d72006-12-04 02:26:12 +01007708
Willy Tarreaueb7b0a22010-08-31 16:45:02 +02007709 /* if there are spaces around the equal sign, we need to
7710 * strip them otherwise we'll get trouble for cookie captures,
7711 * or even for rewrites. Since this happens extremely rarely,
7712 * it does not hurt performance.
Willy Tarreau58f10d72006-12-04 02:26:12 +01007713 */
Willy Tarreaueb7b0a22010-08-31 16:45:02 +02007714 if (unlikely(att_end != equal || val_beg > equal + 1)) {
7715 int stripped_before = 0;
7716 int stripped_after = 0;
7717
7718 if (att_end != equal) {
Willy Tarreau9b28e032012-10-12 23:49:43 +02007719 stripped_before = buffer_replace2(req->buf, att_end, equal, NULL, 0);
Willy Tarreaueb7b0a22010-08-31 16:45:02 +02007720 equal += stripped_before;
7721 val_beg += stripped_before;
7722 }
7723
7724 if (val_beg > equal + 1) {
Willy Tarreau9b28e032012-10-12 23:49:43 +02007725 stripped_after = buffer_replace2(req->buf, equal + 1, val_beg, NULL, 0);
Willy Tarreaueb7b0a22010-08-31 16:45:02 +02007726 val_beg += stripped_after;
7727 stripped_before += stripped_after;
7728 }
7729
7730 val_end += stripped_before;
7731 next += stripped_before;
7732 hdr_end += stripped_before;
7733 hdr_next += stripped_before;
7734 cur_hdr->len += stripped_before;
7735 http_msg_move_end(&txn->req, stripped_before);
Willy Tarreau58f10d72006-12-04 02:26:12 +01007736 }
Willy Tarreaueb7b0a22010-08-31 16:45:02 +02007737 /* now everything is as on the diagram above */
Willy Tarreau58f10d72006-12-04 02:26:12 +01007738
Willy Tarreaueb7b0a22010-08-31 16:45:02 +02007739 /* First, let's see if we want to capture this cookie. We check
7740 * that we don't already have a client side cookie, because we
7741 * can only capture one. Also as an optimisation, we ignore
7742 * cookies shorter than the declared name.
7743 */
Willy Tarreaue36cbcb2015-04-03 15:40:56 +02007744 if (sess->fe->capture_name != NULL && txn->cli_cookie == NULL &&
7745 (val_end - att_beg >= sess->fe->capture_namelen) &&
7746 memcmp(att_beg, sess->fe->capture_name, sess->fe->capture_namelen) == 0) {
Willy Tarreaueb7b0a22010-08-31 16:45:02 +02007747 int log_len = val_end - att_beg;
7748
7749 if ((txn->cli_cookie = pool_alloc2(pool2_capture)) == NULL) {
7750 Alert("HTTP logging : out of memory.\n");
7751 } else {
Willy Tarreaue36cbcb2015-04-03 15:40:56 +02007752 if (log_len > sess->fe->capture_len)
7753 log_len = sess->fe->capture_len;
Willy Tarreaueb7b0a22010-08-31 16:45:02 +02007754 memcpy(txn->cli_cookie, att_beg, log_len);
7755 txn->cli_cookie[log_len] = 0;
Willy Tarreau58f10d72006-12-04 02:26:12 +01007756 }
Willy Tarreaueb7b0a22010-08-31 16:45:02 +02007757 }
Willy Tarreau58f10d72006-12-04 02:26:12 +01007758
Willy Tarreaubca99692010-10-06 19:25:55 +02007759 /* Persistence cookies in passive, rewrite or insert mode have the
7760 * following form :
Willy Tarreaueb7b0a22010-08-31 16:45:02 +02007761 *
Willy Tarreaubca99692010-10-06 19:25:55 +02007762 * Cookie: NAME=SRV[|<lastseen>[|<firstseen>]]
Willy Tarreaueb7b0a22010-08-31 16:45:02 +02007763 *
Willy Tarreaubca99692010-10-06 19:25:55 +02007764 * For cookies in prefix mode, the form is :
7765 *
7766 * Cookie: NAME=SRV~VALUE
Willy Tarreaueb7b0a22010-08-31 16:45:02 +02007767 */
Willy Tarreauf1fd9dc2014-04-24 20:47:57 +02007768 if ((att_end - att_beg == s->be->cookie_len) && (s->be->cookie_name != NULL) &&
7769 (memcmp(att_beg, s->be->cookie_name, att_end - att_beg) == 0)) {
7770 struct server *srv = s->be->srv;
Willy Tarreaueb7b0a22010-08-31 16:45:02 +02007771 char *delim;
Willy Tarreau58f10d72006-12-04 02:26:12 +01007772
Willy Tarreaueb7b0a22010-08-31 16:45:02 +02007773 /* if we're in cookie prefix mode, we'll search the delimitor so that we
7774 * have the server ID between val_beg and delim, and the original cookie between
7775 * delim+1 and val_end. Otherwise, delim==val_end :
7776 *
7777 * Cookie: NAME=SRV; # in all but prefix modes
7778 * Cookie: NAME=SRV~OPAQUE ; # in prefix mode
7779 * | || || | |+-> next
7780 * | || || | +--> val_end
7781 * | || || +---------> delim
7782 * | || |+------------> val_beg
7783 * | || +-------------> att_end = equal
7784 * | |+-----------------> att_beg
7785 * | +------------------> prev
7786 * +-------------------------> hdr_beg
7787 */
Willy Tarreau58f10d72006-12-04 02:26:12 +01007788
Willy Tarreauf1fd9dc2014-04-24 20:47:57 +02007789 if (s->be->ck_opts & PR_CK_PFX) {
Willy Tarreaueb7b0a22010-08-31 16:45:02 +02007790 for (delim = val_beg; delim < val_end; delim++)
7791 if (*delim == COOKIE_DELIM)
7792 break;
Willy Tarreaubca99692010-10-06 19:25:55 +02007793 } else {
7794 char *vbar1;
Willy Tarreaueb7b0a22010-08-31 16:45:02 +02007795 delim = val_end;
Willy Tarreaubca99692010-10-06 19:25:55 +02007796 /* Now check if the cookie contains a date field, which would
7797 * appear after a vertical bar ('|') just after the server name
7798 * and before the delimiter.
7799 */
7800 vbar1 = memchr(val_beg, COOKIE_DELIM_DATE, val_end - val_beg);
7801 if (vbar1) {
7802 /* OK, so left of the bar is the server's cookie and
Willy Tarreauf64d1412010-10-07 20:06:11 +02007803 * right is the last seen date. It is a base64 encoded
7804 * 30-bit value representing the UNIX date since the
7805 * epoch in 4-second quantities.
Willy Tarreaubca99692010-10-06 19:25:55 +02007806 */
Willy Tarreauf64d1412010-10-07 20:06:11 +02007807 int val;
Willy Tarreaubca99692010-10-06 19:25:55 +02007808 delim = vbar1++;
Willy Tarreauf64d1412010-10-07 20:06:11 +02007809 if (val_end - vbar1 >= 5) {
7810 val = b64tos30(vbar1);
7811 if (val > 0)
7812 txn->cookie_last_date = val << 2;
7813 }
7814 /* look for a second vertical bar */
7815 vbar1 = memchr(vbar1, COOKIE_DELIM_DATE, val_end - vbar1);
7816 if (vbar1 && (val_end - vbar1 > 5)) {
7817 val = b64tos30(vbar1 + 1);
7818 if (val > 0)
7819 txn->cookie_first_date = val << 2;
7820 }
Willy Tarreaubca99692010-10-06 19:25:55 +02007821 }
7822 }
Willy Tarreau58f10d72006-12-04 02:26:12 +01007823
Willy Tarreauf64d1412010-10-07 20:06:11 +02007824 /* if the cookie has an expiration date and the proxy wants to check
7825 * it, then we do that now. We first check if the cookie is too old,
7826 * then only if it has expired. We detect strict overflow because the
7827 * time resolution here is not great (4 seconds). Cookies with dates
7828 * in the future are ignored if their offset is beyond one day. This
7829 * allows an admin to fix timezone issues without expiring everyone
7830 * and at the same time avoids keeping unwanted side effects for too
7831 * long.
7832 */
Willy Tarreauf1fd9dc2014-04-24 20:47:57 +02007833 if (txn->cookie_first_date && s->be->cookie_maxlife &&
7834 (((signed)(date.tv_sec - txn->cookie_first_date) > (signed)s->be->cookie_maxlife) ||
Willy Tarreauef4f3912010-10-07 21:00:29 +02007835 ((signed)(txn->cookie_first_date - date.tv_sec) > 86400))) {
Willy Tarreauf64d1412010-10-07 20:06:11 +02007836 txn->flags &= ~TX_CK_MASK;
7837 txn->flags |= TX_CK_OLD;
7838 delim = val_beg; // let's pretend we have not found the cookie
7839 txn->cookie_first_date = 0;
7840 txn->cookie_last_date = 0;
7841 }
Willy Tarreauf1fd9dc2014-04-24 20:47:57 +02007842 else if (txn->cookie_last_date && s->be->cookie_maxidle &&
7843 (((signed)(date.tv_sec - txn->cookie_last_date) > (signed)s->be->cookie_maxidle) ||
Willy Tarreauef4f3912010-10-07 21:00:29 +02007844 ((signed)(txn->cookie_last_date - date.tv_sec) > 86400))) {
Willy Tarreauf64d1412010-10-07 20:06:11 +02007845 txn->flags &= ~TX_CK_MASK;
7846 txn->flags |= TX_CK_EXPIRED;
7847 delim = val_beg; // let's pretend we have not found the cookie
7848 txn->cookie_first_date = 0;
7849 txn->cookie_last_date = 0;
7850 }
7851
Willy Tarreaueb7b0a22010-08-31 16:45:02 +02007852 /* Here, we'll look for the first running server which supports the cookie.
7853 * This allows to share a same cookie between several servers, for example
7854 * to dedicate backup servers to specific servers only.
7855 * However, to prevent clients from sticking to cookie-less backup server
7856 * when they have incidentely learned an empty cookie, we simply ignore
7857 * empty cookies and mark them as invalid.
7858 * The same behaviour is applied when persistence must be ignored.
7859 */
Willy Tarreaue7dff022015-04-03 01:14:29 +02007860 if ((delim == val_beg) || (s->flags & (SF_IGNORE_PRST | SF_ASSIGNED)))
Willy Tarreaueb7b0a22010-08-31 16:45:02 +02007861 srv = NULL;
Willy Tarreau58f10d72006-12-04 02:26:12 +01007862
Willy Tarreaueb7b0a22010-08-31 16:45:02 +02007863 while (srv) {
7864 if (srv->cookie && (srv->cklen == delim - val_beg) &&
7865 !memcmp(val_beg, srv->cookie, delim - val_beg)) {
Willy Tarreau892337c2014-05-13 23:41:20 +02007866 if ((srv->state != SRV_ST_STOPPED) ||
Willy Tarreauf1fd9dc2014-04-24 20:47:57 +02007867 (s->be->options & PR_O_PERSIST) ||
Willy Tarreaue7dff022015-04-03 01:14:29 +02007868 (s->flags & SF_FORCE_PRST)) {
Willy Tarreaueb7b0a22010-08-31 16:45:02 +02007869 /* we found the server and we can use it */
7870 txn->flags &= ~TX_CK_MASK;
Willy Tarreau892337c2014-05-13 23:41:20 +02007871 txn->flags |= (srv->state != SRV_ST_STOPPED) ? TX_CK_VALID : TX_CK_DOWN;
Willy Tarreaue7dff022015-04-03 01:14:29 +02007872 s->flags |= SF_DIRECT | SF_ASSIGNED;
Willy Tarreauf1fd9dc2014-04-24 20:47:57 +02007873 s->target = &srv->obj_type;
Willy Tarreaueb7b0a22010-08-31 16:45:02 +02007874 break;
7875 } else {
7876 /* we found a server, but it's down,
7877 * mark it as such and go on in case
7878 * another one is available.
7879 */
7880 txn->flags &= ~TX_CK_MASK;
7881 txn->flags |= TX_CK_DOWN;
Willy Tarreau58f10d72006-12-04 02:26:12 +01007882 }
Willy Tarreau58f10d72006-12-04 02:26:12 +01007883 }
Willy Tarreaueb7b0a22010-08-31 16:45:02 +02007884 srv = srv->next;
7885 }
Willy Tarreau58f10d72006-12-04 02:26:12 +01007886
Willy Tarreauf64d1412010-10-07 20:06:11 +02007887 if (!srv && !(txn->flags & (TX_CK_DOWN|TX_CK_EXPIRED|TX_CK_OLD))) {
Willy Tarreauc89ccb62012-04-05 21:18:22 +02007888 /* no server matched this cookie or we deliberately skipped it */
Willy Tarreaueb7b0a22010-08-31 16:45:02 +02007889 txn->flags &= ~TX_CK_MASK;
Willy Tarreaue7dff022015-04-03 01:14:29 +02007890 if ((s->flags & (SF_IGNORE_PRST | SF_ASSIGNED)))
Willy Tarreauc89ccb62012-04-05 21:18:22 +02007891 txn->flags |= TX_CK_UNUSED;
7892 else
7893 txn->flags |= TX_CK_INVALID;
Willy Tarreaueb7b0a22010-08-31 16:45:02 +02007894 }
Willy Tarreau58f10d72006-12-04 02:26:12 +01007895
Willy Tarreaueb7b0a22010-08-31 16:45:02 +02007896 /* depending on the cookie mode, we may have to either :
7897 * - delete the complete cookie if we're in insert+indirect mode, so that
7898 * the server never sees it ;
7899 * - remove the server id from the cookie value, and tag the cookie as an
7900 * application cookie so that it does not get accidentely removed later,
7901 * if we're in cookie prefix mode
7902 */
Willy Tarreauf1fd9dc2014-04-24 20:47:57 +02007903 if ((s->be->ck_opts & PR_CK_PFX) && (delim != val_end)) {
Willy Tarreaueb7b0a22010-08-31 16:45:02 +02007904 int delta; /* negative */
Willy Tarreau58f10d72006-12-04 02:26:12 +01007905
Willy Tarreau9b28e032012-10-12 23:49:43 +02007906 delta = buffer_replace2(req->buf, val_beg, delim + 1, NULL, 0);
Willy Tarreaueb7b0a22010-08-31 16:45:02 +02007907 val_end += delta;
7908 next += delta;
7909 hdr_end += delta;
7910 hdr_next += delta;
7911 cur_hdr->len += delta;
7912 http_msg_move_end(&txn->req, delta);
Willy Tarreau58f10d72006-12-04 02:26:12 +01007913
Willy Tarreaueb7b0a22010-08-31 16:45:02 +02007914 del_from = NULL;
7915 preserve_hdr = 1; /* we want to keep this cookie */
7916 }
7917 else if (del_from == NULL &&
Willy Tarreauf1fd9dc2014-04-24 20:47:57 +02007918 (s->be->ck_opts & (PR_CK_INS | PR_CK_IND)) == (PR_CK_INS | PR_CK_IND)) {
Willy Tarreaueb7b0a22010-08-31 16:45:02 +02007919 del_from = prev;
7920 }
7921 } else {
7922 /* This is not our cookie, so we must preserve it. But if we already
7923 * scheduled another cookie for removal, we cannot remove the
7924 * complete header, but we can remove the previous block itself.
7925 */
7926 preserve_hdr = 1;
Willy Tarreau58f10d72006-12-04 02:26:12 +01007927
Willy Tarreaueb7b0a22010-08-31 16:45:02 +02007928 if (del_from != NULL) {
Willy Tarreau9b28e032012-10-12 23:49:43 +02007929 int delta = del_hdr_value(req->buf, &del_from, prev);
Willy Tarreaub8105542010-11-24 18:31:28 +01007930 if (att_beg >= del_from)
7931 att_beg += delta;
7932 if (att_end >= del_from)
7933 att_end += delta;
7934 val_beg += delta;
Willy Tarreaueb7b0a22010-08-31 16:45:02 +02007935 val_end += delta;
7936 next += delta;
7937 hdr_end += delta;
7938 hdr_next += delta;
7939 cur_hdr->len += delta;
7940 http_msg_move_end(&txn->req, delta);
7941 prev = del_from;
7942 del_from = NULL;
Willy Tarreau58f10d72006-12-04 02:26:12 +01007943 }
Willy Tarreaueb7b0a22010-08-31 16:45:02 +02007944 }
Willy Tarreau58f10d72006-12-04 02:26:12 +01007945
Willy Tarreaueb7b0a22010-08-31 16:45:02 +02007946 /* continue with next cookie on this header line */
7947 att_beg = next;
7948 } /* for each cookie */
Willy Tarreau58f10d72006-12-04 02:26:12 +01007949
Willy Tarreaueb7b0a22010-08-31 16:45:02 +02007950 /* There are no more cookies on this line.
7951 * We may still have one (or several) marked for deletion at the
7952 * end of the line. We must do this now in two ways :
7953 * - if some cookies must be preserved, we only delete from the
7954 * mark to the end of line ;
7955 * - if nothing needs to be preserved, simply delete the whole header
Willy Tarreau58f10d72006-12-04 02:26:12 +01007956 */
Willy Tarreaueb7b0a22010-08-31 16:45:02 +02007957 if (del_from) {
Willy Tarreau58f10d72006-12-04 02:26:12 +01007958 int delta;
Willy Tarreaueb7b0a22010-08-31 16:45:02 +02007959 if (preserve_hdr) {
Willy Tarreau9b28e032012-10-12 23:49:43 +02007960 delta = del_hdr_value(req->buf, &del_from, hdr_end);
Willy Tarreaueb7b0a22010-08-31 16:45:02 +02007961 hdr_end = del_from;
Willy Tarreau58f10d72006-12-04 02:26:12 +01007962 cur_hdr->len += delta;
7963 } else {
Willy Tarreau9b28e032012-10-12 23:49:43 +02007964 delta = buffer_replace2(req->buf, hdr_beg, hdr_next, NULL, 0);
Willy Tarreau58f10d72006-12-04 02:26:12 +01007965
7966 /* FIXME: this should be a separate function */
Willy Tarreau4dbc4a22007-03-03 16:23:22 +01007967 txn->hdr_idx.v[old_idx].next = cur_hdr->next;
7968 txn->hdr_idx.used--;
Willy Tarreau58f10d72006-12-04 02:26:12 +01007969 cur_hdr->len = 0;
Willy Tarreau26db59e2010-11-28 06:57:24 +01007970 cur_idx = old_idx;
Willy Tarreau58f10d72006-12-04 02:26:12 +01007971 }
Willy Tarreaueb7b0a22010-08-31 16:45:02 +02007972 hdr_next += delta;
Willy Tarreaufa355d42009-11-29 18:12:29 +01007973 http_msg_move_end(&txn->req, delta);
Willy Tarreau58f10d72006-12-04 02:26:12 +01007974 }
7975
Willy Tarreaueb7b0a22010-08-31 16:45:02 +02007976 /* check next header */
Willy Tarreau58f10d72006-12-04 02:26:12 +01007977 old_idx = cur_idx;
Willy Tarreaueb7b0a22010-08-31 16:45:02 +02007978 }
Willy Tarreau58f10d72006-12-04 02:26:12 +01007979}
7980
7981
Willy Tarreaua15645d2007-03-18 16:22:39 +01007982/* Iterate the same filter through all response headers contained in <rtr>.
7983 * Returns 1 if this filter can be stopped upon return, otherwise 0.
7984 */
Willy Tarreau87b09662015-04-03 00:22:06 +02007985int apply_filter_to_resp_headers(struct stream *s, struct channel *rtr, struct hdr_exp *exp)
Willy Tarreaua15645d2007-03-18 16:22:39 +01007986{
Willy Tarreaua15645d2007-03-18 16:22:39 +01007987 char *cur_ptr, *cur_end, *cur_next;
7988 int cur_idx, old_idx, last_hdr;
Willy Tarreaueee5b512015-04-03 23:46:31 +02007989 struct http_txn *txn = s->txn;
Willy Tarreaua15645d2007-03-18 16:22:39 +01007990 struct hdr_idx_elem *cur_hdr;
Willy Tarreau19d14ef2012-10-29 16:51:55 +01007991 int delta;
Willy Tarreaua15645d2007-03-18 16:22:39 +01007992
7993 last_hdr = 0;
7994
Willy Tarreau9b28e032012-10-12 23:49:43 +02007995 cur_next = rtr->buf->p + hdr_idx_first_pos(&txn->hdr_idx);
Willy Tarreaua15645d2007-03-18 16:22:39 +01007996 old_idx = 0;
7997
7998 while (!last_hdr) {
Willy Tarreau3d300592007-03-18 18:34:41 +01007999 if (unlikely(txn->flags & TX_SVDENY))
Willy Tarreaua15645d2007-03-18 16:22:39 +01008000 return 1;
Willy Tarreau3d300592007-03-18 18:34:41 +01008001 else if (unlikely(txn->flags & TX_SVALLOW) &&
Willy Tarreaua15645d2007-03-18 16:22:39 +01008002 (exp->action == ACT_ALLOW ||
8003 exp->action == ACT_DENY))
8004 return 0;
8005
8006 cur_idx = txn->hdr_idx.v[old_idx].next;
8007 if (!cur_idx)
8008 break;
8009
8010 cur_hdr = &txn->hdr_idx.v[cur_idx];
8011 cur_ptr = cur_next;
8012 cur_end = cur_ptr + cur_hdr->len;
8013 cur_next = cur_end + cur_hdr->cr + 1;
8014
8015 /* Now we have one header between cur_ptr and cur_end,
8016 * and the next header starts at cur_next.
8017 */
8018
Willy Tarreau15a53a42015-01-21 13:39:42 +01008019 if (regex_exec_match2(exp->preg, cur_ptr, cur_end-cur_ptr, MAX_MATCH, pmatch, 0)) {
Willy Tarreaua15645d2007-03-18 16:22:39 +01008020 switch (exp->action) {
8021 case ACT_ALLOW:
Willy Tarreau3d300592007-03-18 18:34:41 +01008022 txn->flags |= TX_SVALLOW;
Willy Tarreaua15645d2007-03-18 16:22:39 +01008023 last_hdr = 1;
8024 break;
8025
8026 case ACT_DENY:
Willy Tarreau3d300592007-03-18 18:34:41 +01008027 txn->flags |= TX_SVDENY;
Willy Tarreaua15645d2007-03-18 16:22:39 +01008028 last_hdr = 1;
8029 break;
8030
8031 case ACT_REPLACE:
Sasha Pachevc6002042014-05-26 12:33:48 -06008032 trash.len = exp_replace(trash.str, trash.size, cur_ptr, exp->replace, pmatch);
8033 if (trash.len < 0)
8034 return -1;
8035
Willy Tarreau19d14ef2012-10-29 16:51:55 +01008036 delta = buffer_replace2(rtr->buf, cur_ptr, cur_end, trash.str, trash.len);
Willy Tarreaua15645d2007-03-18 16:22:39 +01008037 /* FIXME: if the user adds a newline in the replacement, the
8038 * index will not be recalculated for now, and the new line
8039 * will not be counted as a new header.
8040 */
8041
8042 cur_end += delta;
8043 cur_next += delta;
8044 cur_hdr->len += delta;
Willy Tarreaufa355d42009-11-29 18:12:29 +01008045 http_msg_move_end(&txn->rsp, delta);
Willy Tarreaua15645d2007-03-18 16:22:39 +01008046 break;
8047
8048 case ACT_REMOVE:
Willy Tarreau9b28e032012-10-12 23:49:43 +02008049 delta = buffer_replace2(rtr->buf, cur_ptr, cur_next, NULL, 0);
Willy Tarreaua15645d2007-03-18 16:22:39 +01008050 cur_next += delta;
8051
Willy Tarreaufa355d42009-11-29 18:12:29 +01008052 http_msg_move_end(&txn->rsp, delta);
Willy Tarreaua15645d2007-03-18 16:22:39 +01008053 txn->hdr_idx.v[old_idx].next = cur_hdr->next;
8054 txn->hdr_idx.used--;
8055 cur_hdr->len = 0;
8056 cur_end = NULL; /* null-term has been rewritten */
Willy Tarreau26db59e2010-11-28 06:57:24 +01008057 cur_idx = old_idx;
Willy Tarreaua15645d2007-03-18 16:22:39 +01008058 break;
8059
8060 }
8061 }
Willy Tarreaua15645d2007-03-18 16:22:39 +01008062
8063 /* keep the link from this header to next one in case of later
8064 * removal of next header.
8065 */
8066 old_idx = cur_idx;
8067 }
8068 return 0;
8069}
8070
8071
8072/* Apply the filter to the status line in the response buffer <rtr>.
8073 * Returns 0 if nothing has been done, 1 if the filter has been applied,
8074 * or -1 if a replacement resulted in an invalid status line.
8075 */
Willy Tarreau87b09662015-04-03 00:22:06 +02008076int apply_filter_to_sts_line(struct stream *s, struct channel *rtr, struct hdr_exp *exp)
Willy Tarreaua15645d2007-03-18 16:22:39 +01008077{
Willy Tarreaua15645d2007-03-18 16:22:39 +01008078 char *cur_ptr, *cur_end;
8079 int done;
Willy Tarreaueee5b512015-04-03 23:46:31 +02008080 struct http_txn *txn = s->txn;
Willy Tarreau19d14ef2012-10-29 16:51:55 +01008081 int delta;
Willy Tarreaua15645d2007-03-18 16:22:39 +01008082
8083
Willy Tarreau3d300592007-03-18 18:34:41 +01008084 if (unlikely(txn->flags & TX_SVDENY))
Willy Tarreaua15645d2007-03-18 16:22:39 +01008085 return 1;
Willy Tarreau3d300592007-03-18 18:34:41 +01008086 else if (unlikely(txn->flags & TX_SVALLOW) &&
Willy Tarreaua15645d2007-03-18 16:22:39 +01008087 (exp->action == ACT_ALLOW ||
8088 exp->action == ACT_DENY))
8089 return 0;
8090 else if (exp->action == ACT_REMOVE)
8091 return 0;
8092
8093 done = 0;
8094
Willy Tarreau9b28e032012-10-12 23:49:43 +02008095 cur_ptr = rtr->buf->p;
Willy Tarreau1ba0e5f2010-06-07 13:57:32 +02008096 cur_end = cur_ptr + txn->rsp.sl.st.l;
Willy Tarreaua15645d2007-03-18 16:22:39 +01008097
8098 /* Now we have the status line between cur_ptr and cur_end */
8099
Willy Tarreau15a53a42015-01-21 13:39:42 +01008100 if (regex_exec_match2(exp->preg, cur_ptr, cur_end-cur_ptr, MAX_MATCH, pmatch, 0)) {
Willy Tarreaua15645d2007-03-18 16:22:39 +01008101 switch (exp->action) {
8102 case ACT_ALLOW:
Willy Tarreau3d300592007-03-18 18:34:41 +01008103 txn->flags |= TX_SVALLOW;
Willy Tarreaua15645d2007-03-18 16:22:39 +01008104 done = 1;
8105 break;
8106
8107 case ACT_DENY:
Willy Tarreau3d300592007-03-18 18:34:41 +01008108 txn->flags |= TX_SVDENY;
Willy Tarreaua15645d2007-03-18 16:22:39 +01008109 done = 1;
8110 break;
8111
8112 case ACT_REPLACE:
Sasha Pachevc6002042014-05-26 12:33:48 -06008113 trash.len = exp_replace(trash.str, trash.size, cur_ptr, exp->replace, pmatch);
8114 if (trash.len < 0)
8115 return -1;
8116
Willy Tarreau19d14ef2012-10-29 16:51:55 +01008117 delta = buffer_replace2(rtr->buf, cur_ptr, cur_end, trash.str, trash.len);
Willy Tarreaua15645d2007-03-18 16:22:39 +01008118 /* FIXME: if the user adds a newline in the replacement, the
8119 * index will not be recalculated for now, and the new line
8120 * will not be counted as a new header.
8121 */
8122
Willy Tarreaufa355d42009-11-29 18:12:29 +01008123 http_msg_move_end(&txn->rsp, delta);
Willy Tarreaua15645d2007-03-18 16:22:39 +01008124 cur_end += delta;
Willy Tarreau69d8c5d2012-05-08 09:44:41 +02008125 cur_end = (char *)http_parse_stsline(&txn->rsp,
Willy Tarreau02785762007-04-03 14:45:44 +02008126 HTTP_MSG_RPVER,
Willy Tarreaua15645d2007-03-18 16:22:39 +01008127 cur_ptr, cur_end + 1,
8128 NULL, NULL);
8129 if (unlikely(!cur_end))
8130 return -1;
8131
8132 /* we have a full respnse and we know that we have either a CR
8133 * or an LF at <ptr>.
8134 */
Willy Tarreau9b28e032012-10-12 23:49:43 +02008135 txn->status = strl2ui(rtr->buf->p + txn->rsp.sl.st.c, txn->rsp.sl.st.c_l);
Willy Tarreau1ba0e5f2010-06-07 13:57:32 +02008136 hdr_idx_set_start(&txn->hdr_idx, txn->rsp.sl.st.l, *cur_end == '\r');
Willy Tarreaua15645d2007-03-18 16:22:39 +01008137 /* there is no point trying this regex on headers */
8138 return 1;
8139 }
8140 }
Willy Tarreaua15645d2007-03-18 16:22:39 +01008141 return done;
8142}
8143
8144
8145
8146/*
Willy Tarreau87b09662015-04-03 00:22:06 +02008147 * Apply all the resp filters of proxy <px> to all headers in buffer <rtr> of stream <s>.
Willy Tarreaua15645d2007-03-18 16:22:39 +01008148 * Returns 0 if everything is alright, or -1 in case a replacement lead to an
8149 * unparsable response.
8150 */
Willy Tarreau87b09662015-04-03 00:22:06 +02008151int apply_filters_to_response(struct stream *s, struct channel *rtr, struct proxy *px)
Willy Tarreaua15645d2007-03-18 16:22:39 +01008152{
Willy Tarreau192252e2015-04-04 01:47:55 +02008153 struct session *sess = s->sess;
Willy Tarreaueee5b512015-04-03 23:46:31 +02008154 struct http_txn *txn = s->txn;
Willy Tarreaufdb563c2010-01-31 15:43:27 +01008155 struct hdr_exp *exp;
8156
8157 for (exp = px->rsp_exp; exp; exp = exp->next) {
Willy Tarreaua15645d2007-03-18 16:22:39 +01008158 int ret;
8159
8160 /*
8161 * The interleaving of transformations and verdicts
8162 * makes it difficult to decide to continue or stop
8163 * the evaluation.
8164 */
8165
Willy Tarreaufdb563c2010-01-31 15:43:27 +01008166 if (txn->flags & TX_SVDENY)
8167 break;
8168
Willy Tarreau3d300592007-03-18 18:34:41 +01008169 if ((txn->flags & TX_SVALLOW) &&
Willy Tarreaua15645d2007-03-18 16:22:39 +01008170 (exp->action == ACT_ALLOW || exp->action == ACT_DENY ||
8171 exp->action == ACT_PASS)) {
8172 exp = exp->next;
8173 continue;
8174 }
8175
Willy Tarreaufdb563c2010-01-31 15:43:27 +01008176 /* if this filter had a condition, evaluate it now and skip to
8177 * next filter if the condition does not match.
8178 */
8179 if (exp->cond) {
Willy Tarreau192252e2015-04-04 01:47:55 +02008180 ret = acl_exec_cond(exp->cond, px, sess, s, SMP_OPT_DIR_RES|SMP_OPT_FINAL);
Willy Tarreaufdb563c2010-01-31 15:43:27 +01008181 ret = acl_pass(ret);
8182 if (((struct acl_cond *)exp->cond)->pol == ACL_COND_UNLESS)
8183 ret = !ret;
8184 if (!ret)
8185 continue;
8186 }
8187
Willy Tarreaua15645d2007-03-18 16:22:39 +01008188 /* Apply the filter to the status line. */
Willy Tarreaufdb563c2010-01-31 15:43:27 +01008189 ret = apply_filter_to_sts_line(s, rtr, exp);
Willy Tarreaua15645d2007-03-18 16:22:39 +01008190 if (unlikely(ret < 0))
8191 return -1;
8192
8193 if (likely(ret == 0)) {
8194 /* The filter did not match the response, it can be
8195 * iterated through all headers.
8196 */
Sasha Pachevc6002042014-05-26 12:33:48 -06008197 if (unlikely(apply_filter_to_resp_headers(s, rtr, exp) < 0))
8198 return -1;
Willy Tarreaua15645d2007-03-18 16:22:39 +01008199 }
Willy Tarreaua15645d2007-03-18 16:22:39 +01008200 }
8201 return 0;
8202}
8203
8204
Willy Tarreaua15645d2007-03-18 16:22:39 +01008205/*
Willy Tarreau396d2c62007-11-04 19:30:00 +01008206 * Manage server-side cookies. It can impact performance by about 2% so it is
Willy Tarreau24581ba2010-08-31 22:39:35 +02008207 * desirable to call it only when needed. This function is also used when we
8208 * just need to know if there is a cookie (eg: for check-cache).
Willy Tarreaua15645d2007-03-18 16:22:39 +01008209 */
Willy Tarreau87b09662015-04-03 00:22:06 +02008210void manage_server_side_cookies(struct stream *s, struct channel *res)
Willy Tarreaua15645d2007-03-18 16:22:39 +01008211{
Willy Tarreaueee5b512015-04-03 23:46:31 +02008212 struct http_txn *txn = s->txn;
Willy Tarreaue36cbcb2015-04-03 15:40:56 +02008213 struct session *sess = s->sess;
Willy Tarreau827aee92011-03-10 16:55:02 +01008214 struct server *srv;
Willy Tarreau24581ba2010-08-31 22:39:35 +02008215 int is_cookie2;
Willy Tarreaua15645d2007-03-18 16:22:39 +01008216 int cur_idx, old_idx, delta;
Willy Tarreau24581ba2010-08-31 22:39:35 +02008217 char *hdr_beg, *hdr_end, *hdr_next;
8218 char *prev, *att_beg, *att_end, *equal, *val_beg, *val_end, *next;
Willy Tarreaua15645d2007-03-18 16:22:39 +01008219
Willy Tarreaua15645d2007-03-18 16:22:39 +01008220 /* Iterate through the headers.
8221 * we start with the start line.
8222 */
8223 old_idx = 0;
Willy Tarreau9b28e032012-10-12 23:49:43 +02008224 hdr_next = res->buf->p + hdr_idx_first_pos(&txn->hdr_idx);
Willy Tarreaua15645d2007-03-18 16:22:39 +01008225
8226 while ((cur_idx = txn->hdr_idx.v[old_idx].next)) {
8227 struct hdr_idx_elem *cur_hdr;
Willy Tarreauaa9dce32007-03-18 23:50:16 +01008228 int val;
Willy Tarreaua15645d2007-03-18 16:22:39 +01008229
8230 cur_hdr = &txn->hdr_idx.v[cur_idx];
Willy Tarreau24581ba2010-08-31 22:39:35 +02008231 hdr_beg = hdr_next;
8232 hdr_end = hdr_beg + cur_hdr->len;
8233 hdr_next = hdr_end + cur_hdr->cr + 1;
Willy Tarreaua15645d2007-03-18 16:22:39 +01008234
Willy Tarreau24581ba2010-08-31 22:39:35 +02008235 /* We have one full header between hdr_beg and hdr_end, and the
8236 * next header starts at hdr_next. We're only interested in
8237 * "Set-Cookie" and "Set-Cookie2" headers.
Willy Tarreaua15645d2007-03-18 16:22:39 +01008238 */
8239
Willy Tarreau24581ba2010-08-31 22:39:35 +02008240 is_cookie2 = 0;
8241 prev = hdr_beg + 10;
8242 val = http_header_match2(hdr_beg, hdr_end, "Set-Cookie", 10);
Willy Tarreauaa9dce32007-03-18 23:50:16 +01008243 if (!val) {
Willy Tarreau24581ba2010-08-31 22:39:35 +02008244 val = http_header_match2(hdr_beg, hdr_end, "Set-Cookie2", 11);
8245 if (!val) {
8246 old_idx = cur_idx;
8247 continue;
8248 }
8249 is_cookie2 = 1;
8250 prev = hdr_beg + 11;
Willy Tarreaua15645d2007-03-18 16:22:39 +01008251 }
8252
Willy Tarreau24581ba2010-08-31 22:39:35 +02008253 /* OK, right now we know we have a Set-Cookie* at hdr_beg, and
8254 * <prev> points to the colon.
8255 */
Willy Tarreauf1348312010-10-07 15:54:11 +02008256 txn->flags |= TX_SCK_PRESENT;
Willy Tarreaua15645d2007-03-18 16:22:39 +01008257
Willy Tarreau24581ba2010-08-31 22:39:35 +02008258 /* Maybe we only wanted to see if there was a Set-Cookie (eg:
8259 * check-cache is enabled) and we are not interested in checking
8260 * them. Warning, the cookie capture is declared in the frontend.
Willy Tarreaufd39dda2008-10-17 12:01:58 +02008261 */
Willy Tarreau53a09d52015-08-10 18:59:40 +02008262 if (s->be->cookie_name == NULL && sess->fe->capture_name == NULL)
Willy Tarreaua15645d2007-03-18 16:22:39 +01008263 return;
8264
Willy Tarreau24581ba2010-08-31 22:39:35 +02008265 /* OK so now we know we have to process this response cookie.
8266 * The format of the Set-Cookie header is slightly different
8267 * from the format of the Cookie header in that it does not
8268 * support the comma as a cookie delimiter (thus the header
8269 * cannot be folded) because the Expires attribute described in
8270 * the original Netscape's spec may contain an unquoted date
8271 * with a comma inside. We have to live with this because
8272 * many browsers don't support Max-Age and some browsers don't
8273 * support quoted strings. However the Set-Cookie2 header is
8274 * clean.
8275 *
8276 * We have to keep multiple pointers in order to support cookie
8277 * removal at the beginning, middle or end of header without
8278 * corrupting the header (in case of set-cookie2). A special
8279 * pointer, <scav> points to the beginning of the set-cookie-av
8280 * fields after the first semi-colon. The <next> pointer points
8281 * either to the end of line (set-cookie) or next unquoted comma
8282 * (set-cookie2). All of these headers are valid :
8283 *
8284 * Set-Cookie: NAME1 = VALUE 1 ; Secure; Path="/"\r\n
8285 * Set-Cookie:NAME=VALUE; Secure; Expires=Thu, 01-Jan-1970 00:00:01 GMT\r\n
8286 * Set-Cookie: NAME = VALUE ; Secure; Expires=Thu, 01-Jan-1970 00:00:01 GMT\r\n
8287 * Set-Cookie2: NAME1 = VALUE 1 ; Max-Age=0, NAME2=VALUE2; Discard\r\n
8288 * | | | | | | | | | |
8289 * | | | | | | | | +-> next hdr_end <--+
8290 * | | | | | | | +------------> scav
8291 * | | | | | | +--------------> val_end
8292 * | | | | | +--------------------> val_beg
8293 * | | | | +----------------------> equal
8294 * | | | +------------------------> att_end
8295 * | | +----------------------------> att_beg
8296 * | +------------------------------> prev
8297 * +-----------------------------------------> hdr_beg
8298 */
Willy Tarreaua15645d2007-03-18 16:22:39 +01008299
Willy Tarreau24581ba2010-08-31 22:39:35 +02008300 for (; prev < hdr_end; prev = next) {
8301 /* Iterate through all cookies on this line */
Willy Tarreaua15645d2007-03-18 16:22:39 +01008302
Willy Tarreau24581ba2010-08-31 22:39:35 +02008303 /* find att_beg */
8304 att_beg = prev + 1;
Willy Tarreau2235b262016-11-05 15:50:20 +01008305 while (att_beg < hdr_end && HTTP_IS_SPHT(*att_beg))
Willy Tarreau24581ba2010-08-31 22:39:35 +02008306 att_beg++;
Willy Tarreaua15645d2007-03-18 16:22:39 +01008307
Willy Tarreau24581ba2010-08-31 22:39:35 +02008308 /* find att_end : this is the first character after the last non
8309 * space before the equal. It may be equal to hdr_end.
8310 */
8311 equal = att_end = att_beg;
Willy Tarreaua15645d2007-03-18 16:22:39 +01008312
Willy Tarreau24581ba2010-08-31 22:39:35 +02008313 while (equal < hdr_end) {
8314 if (*equal == '=' || *equal == ';' || (is_cookie2 && *equal == ','))
8315 break;
Willy Tarreau2235b262016-11-05 15:50:20 +01008316 if (HTTP_IS_SPHT(*equal++))
Willy Tarreau24581ba2010-08-31 22:39:35 +02008317 continue;
8318 att_end = equal;
8319 }
Willy Tarreaua15645d2007-03-18 16:22:39 +01008320
Willy Tarreau24581ba2010-08-31 22:39:35 +02008321 /* here, <equal> points to '=', a delimitor or the end. <att_end>
8322 * is between <att_beg> and <equal>, both may be identical.
8323 */
8324
8325 /* look for end of cookie if there is an equal sign */
8326 if (equal < hdr_end && *equal == '=') {
8327 /* look for the beginning of the value */
8328 val_beg = equal + 1;
Willy Tarreau2235b262016-11-05 15:50:20 +01008329 while (val_beg < hdr_end && HTTP_IS_SPHT(*val_beg))
Willy Tarreau24581ba2010-08-31 22:39:35 +02008330 val_beg++;
Willy Tarreaua15645d2007-03-18 16:22:39 +01008331
Willy Tarreau24581ba2010-08-31 22:39:35 +02008332 /* find the end of the value, respecting quotes */
8333 next = find_cookie_value_end(val_beg, hdr_end);
8334
8335 /* make val_end point to the first white space or delimitor after the value */
8336 val_end = next;
Willy Tarreau2235b262016-11-05 15:50:20 +01008337 while (val_end > val_beg && HTTP_IS_SPHT(*(val_end - 1)))
Willy Tarreau24581ba2010-08-31 22:39:35 +02008338 val_end--;
8339 } else {
8340 /* <equal> points to next comma, semi-colon or EOL */
8341 val_beg = val_end = next = equal;
8342 }
8343
8344 if (next < hdr_end) {
8345 /* Set-Cookie2 supports multiple cookies, and <next> points to
8346 * a colon or semi-colon before the end. So skip all attr-value
8347 * pairs and look for the next comma. For Set-Cookie, since
8348 * commas are permitted in values, skip to the end.
8349 */
8350 if (is_cookie2)
8351 next = find_hdr_value_end(next, hdr_end);
8352 else
8353 next = hdr_end;
8354 }
8355
8356 /* Now everything is as on the diagram above */
8357
8358 /* Ignore cookies with no equal sign */
8359 if (equal == val_end)
8360 continue;
8361
8362 /* If there are spaces around the equal sign, we need to
8363 * strip them otherwise we'll get trouble for cookie captures,
8364 * or even for rewrites. Since this happens extremely rarely,
8365 * it does not hurt performance.
Willy Tarreaua15645d2007-03-18 16:22:39 +01008366 */
Willy Tarreau24581ba2010-08-31 22:39:35 +02008367 if (unlikely(att_end != equal || val_beg > equal + 1)) {
8368 int stripped_before = 0;
8369 int stripped_after = 0;
Willy Tarreaua15645d2007-03-18 16:22:39 +01008370
Willy Tarreau24581ba2010-08-31 22:39:35 +02008371 if (att_end != equal) {
Willy Tarreau9b28e032012-10-12 23:49:43 +02008372 stripped_before = buffer_replace2(res->buf, att_end, equal, NULL, 0);
Willy Tarreau24581ba2010-08-31 22:39:35 +02008373 equal += stripped_before;
8374 val_beg += stripped_before;
8375 }
8376
8377 if (val_beg > equal + 1) {
Willy Tarreau9b28e032012-10-12 23:49:43 +02008378 stripped_after = buffer_replace2(res->buf, equal + 1, val_beg, NULL, 0);
Willy Tarreau24581ba2010-08-31 22:39:35 +02008379 val_beg += stripped_after;
8380 stripped_before += stripped_after;
8381 }
8382
8383 val_end += stripped_before;
8384 next += stripped_before;
8385 hdr_end += stripped_before;
8386 hdr_next += stripped_before;
8387 cur_hdr->len += stripped_before;
Willy Tarreau1fc1f452011-04-07 22:35:37 +02008388 http_msg_move_end(&txn->rsp, stripped_before);
Willy Tarreau24581ba2010-08-31 22:39:35 +02008389 }
8390
8391 /* First, let's see if we want to capture this cookie. We check
8392 * that we don't already have a server side cookie, because we
8393 * can only capture one. Also as an optimisation, we ignore
8394 * cookies shorter than the declared name.
8395 */
Willy Tarreaue36cbcb2015-04-03 15:40:56 +02008396 if (sess->fe->capture_name != NULL &&
Willy Tarreau3bac9ff2007-03-18 17:31:28 +01008397 txn->srv_cookie == NULL &&
Willy Tarreaue36cbcb2015-04-03 15:40:56 +02008398 (val_end - att_beg >= sess->fe->capture_namelen) &&
8399 memcmp(att_beg, sess->fe->capture_name, sess->fe->capture_namelen) == 0) {
Willy Tarreau24581ba2010-08-31 22:39:35 +02008400 int log_len = val_end - att_beg;
Willy Tarreau086b3b42007-05-13 21:45:51 +02008401 if ((txn->srv_cookie = pool_alloc2(pool2_capture)) == NULL) {
Willy Tarreaua15645d2007-03-18 16:22:39 +01008402 Alert("HTTP logging : out of memory.\n");
8403 }
Willy Tarreauf70fc752010-11-19 11:27:18 +01008404 else {
Willy Tarreaue36cbcb2015-04-03 15:40:56 +02008405 if (log_len > sess->fe->capture_len)
8406 log_len = sess->fe->capture_len;
Willy Tarreauf70fc752010-11-19 11:27:18 +01008407 memcpy(txn->srv_cookie, att_beg, log_len);
8408 txn->srv_cookie[log_len] = 0;
8409 }
Willy Tarreaua15645d2007-03-18 16:22:39 +01008410 }
8411
Willy Tarreauf1fd9dc2014-04-24 20:47:57 +02008412 srv = objt_server(s->target);
Willy Tarreaua15645d2007-03-18 16:22:39 +01008413 /* now check if we need to process it for persistence */
Willy Tarreaue7dff022015-04-03 01:14:29 +02008414 if (!(s->flags & SF_IGNORE_PRST) &&
Willy Tarreauf1fd9dc2014-04-24 20:47:57 +02008415 (att_end - att_beg == s->be->cookie_len) && (s->be->cookie_name != NULL) &&
8416 (memcmp(att_beg, s->be->cookie_name, att_end - att_beg) == 0)) {
Willy Tarreauf1348312010-10-07 15:54:11 +02008417 /* assume passive cookie by default */
8418 txn->flags &= ~TX_SCK_MASK;
8419 txn->flags |= TX_SCK_FOUND;
Willy Tarreaua15645d2007-03-18 16:22:39 +01008420
8421 /* If the cookie is in insert mode on a known server, we'll delete
8422 * this occurrence because we'll insert another one later.
8423 * We'll delete it too if the "indirect" option is set and we're in
Willy Tarreau24581ba2010-08-31 22:39:35 +02008424 * a direct access.
8425 */
Willy Tarreauf1fd9dc2014-04-24 20:47:57 +02008426 if (s->be->ck_opts & PR_CK_PSV) {
Willy Tarreauba4c5be2010-10-23 12:46:42 +02008427 /* The "preserve" flag was set, we don't want to touch the
8428 * server's cookie.
8429 */
8430 }
Willy Tarreauf1fd9dc2014-04-24 20:47:57 +02008431 else if ((srv && (s->be->ck_opts & PR_CK_INS)) ||
Willy Tarreaue7dff022015-04-03 01:14:29 +02008432 ((s->flags & SF_DIRECT) && (s->be->ck_opts & PR_CK_IND))) {
Willy Tarreau24581ba2010-08-31 22:39:35 +02008433 /* this cookie must be deleted */
8434 if (*prev == ':' && next == hdr_end) {
8435 /* whole header */
Willy Tarreau9b28e032012-10-12 23:49:43 +02008436 delta = buffer_replace2(res->buf, hdr_beg, hdr_next, NULL, 0);
Willy Tarreau24581ba2010-08-31 22:39:35 +02008437 txn->hdr_idx.v[old_idx].next = cur_hdr->next;
8438 txn->hdr_idx.used--;
8439 cur_hdr->len = 0;
Willy Tarreau26db59e2010-11-28 06:57:24 +01008440 cur_idx = old_idx;
Willy Tarreau24581ba2010-08-31 22:39:35 +02008441 hdr_next += delta;
8442 http_msg_move_end(&txn->rsp, delta);
8443 /* note: while both invalid now, <next> and <hdr_end>
8444 * are still equal, so the for() will stop as expected.
8445 */
8446 } else {
8447 /* just remove the value */
Willy Tarreau9b28e032012-10-12 23:49:43 +02008448 int delta = del_hdr_value(res->buf, &prev, next);
Willy Tarreau24581ba2010-08-31 22:39:35 +02008449 next = prev;
8450 hdr_end += delta;
8451 hdr_next += delta;
8452 cur_hdr->len += delta;
8453 http_msg_move_end(&txn->rsp, delta);
8454 }
Willy Tarreauf1348312010-10-07 15:54:11 +02008455 txn->flags &= ~TX_SCK_MASK;
Willy Tarreau3d300592007-03-18 18:34:41 +01008456 txn->flags |= TX_SCK_DELETED;
Willy Tarreau24581ba2010-08-31 22:39:35 +02008457 /* and go on with next cookie */
Willy Tarreaua15645d2007-03-18 16:22:39 +01008458 }
Willy Tarreauf1fd9dc2014-04-24 20:47:57 +02008459 else if (srv && srv->cookie && (s->be->ck_opts & PR_CK_RW)) {
Willy Tarreau24581ba2010-08-31 22:39:35 +02008460 /* replace bytes val_beg->val_end with the cookie name associated
Willy Tarreaua15645d2007-03-18 16:22:39 +01008461 * with this server since we know it.
8462 */
Willy Tarreau9b28e032012-10-12 23:49:43 +02008463 delta = buffer_replace2(res->buf, val_beg, val_end, srv->cookie, srv->cklen);
Willy Tarreau24581ba2010-08-31 22:39:35 +02008464 next += delta;
8465 hdr_end += delta;
8466 hdr_next += delta;
Willy Tarreaua15645d2007-03-18 16:22:39 +01008467 cur_hdr->len += delta;
Willy Tarreaufa355d42009-11-29 18:12:29 +01008468 http_msg_move_end(&txn->rsp, delta);
Willy Tarreaua15645d2007-03-18 16:22:39 +01008469
Willy Tarreauf1348312010-10-07 15:54:11 +02008470 txn->flags &= ~TX_SCK_MASK;
8471 txn->flags |= TX_SCK_REPLACED;
Willy Tarreaua15645d2007-03-18 16:22:39 +01008472 }
Willy Tarreauf1fd9dc2014-04-24 20:47:57 +02008473 else if (srv && srv->cookie && (s->be->ck_opts & PR_CK_PFX)) {
Willy Tarreaua15645d2007-03-18 16:22:39 +01008474 /* insert the cookie name associated with this server
Willy Tarreau24581ba2010-08-31 22:39:35 +02008475 * before existing cookie, and insert a delimiter between them..
Willy Tarreaua15645d2007-03-18 16:22:39 +01008476 */
Willy Tarreau9b28e032012-10-12 23:49:43 +02008477 delta = buffer_replace2(res->buf, val_beg, val_beg, srv->cookie, srv->cklen + 1);
Willy Tarreau24581ba2010-08-31 22:39:35 +02008478 next += delta;
8479 hdr_end += delta;
8480 hdr_next += delta;
Willy Tarreaua15645d2007-03-18 16:22:39 +01008481 cur_hdr->len += delta;
Willy Tarreaufa355d42009-11-29 18:12:29 +01008482 http_msg_move_end(&txn->rsp, delta);
Willy Tarreaua15645d2007-03-18 16:22:39 +01008483
Willy Tarreau827aee92011-03-10 16:55:02 +01008484 val_beg[srv->cklen] = COOKIE_DELIM;
Willy Tarreauf1348312010-10-07 15:54:11 +02008485 txn->flags &= ~TX_SCK_MASK;
8486 txn->flags |= TX_SCK_REPLACED;
Willy Tarreaua15645d2007-03-18 16:22:39 +01008487 }
8488 }
Willy Tarreau24581ba2010-08-31 22:39:35 +02008489 /* that's done for this cookie, check the next one on the same
8490 * line when next != hdr_end (only if is_cookie2).
8491 */
8492 }
8493 /* check next header */
Willy Tarreaua15645d2007-03-18 16:22:39 +01008494 old_idx = cur_idx;
Willy Tarreau24581ba2010-08-31 22:39:35 +02008495 }
Willy Tarreaua15645d2007-03-18 16:22:39 +01008496}
8497
8498
Willy Tarreaua15645d2007-03-18 16:22:39 +01008499/*
Willy Tarreauf1fd9dc2014-04-24 20:47:57 +02008500 * Check if response is cacheable or not. Updates s->flags.
Willy Tarreaua15645d2007-03-18 16:22:39 +01008501 */
Willy Tarreau87b09662015-04-03 00:22:06 +02008502void check_response_for_cacheability(struct stream *s, struct channel *rtr)
Willy Tarreaua15645d2007-03-18 16:22:39 +01008503{
Willy Tarreaueee5b512015-04-03 23:46:31 +02008504 struct http_txn *txn = s->txn;
Willy Tarreaua15645d2007-03-18 16:22:39 +01008505 char *p1, *p2;
8506
8507 char *cur_ptr, *cur_end, *cur_next;
8508 int cur_idx;
8509
Willy Tarreau5df51872007-11-25 16:20:08 +01008510 if (!(txn->flags & TX_CACHEABLE))
Willy Tarreaua15645d2007-03-18 16:22:39 +01008511 return;
8512
8513 /* Iterate through the headers.
8514 * we start with the start line.
8515 */
8516 cur_idx = 0;
Willy Tarreau9b28e032012-10-12 23:49:43 +02008517 cur_next = rtr->buf->p + hdr_idx_first_pos(&txn->hdr_idx);
Willy Tarreaua15645d2007-03-18 16:22:39 +01008518
8519 while ((cur_idx = txn->hdr_idx.v[cur_idx].next)) {
8520 struct hdr_idx_elem *cur_hdr;
Willy Tarreauaa9dce32007-03-18 23:50:16 +01008521 int val;
Willy Tarreaua15645d2007-03-18 16:22:39 +01008522
8523 cur_hdr = &txn->hdr_idx.v[cur_idx];
8524 cur_ptr = cur_next;
8525 cur_end = cur_ptr + cur_hdr->len;
8526 cur_next = cur_end + cur_hdr->cr + 1;
8527
8528 /* We have one full header between cur_ptr and cur_end, and the
8529 * next header starts at cur_next. We're only interested in
8530 * "Cookie:" headers.
8531 */
8532
Willy Tarreauaa9dce32007-03-18 23:50:16 +01008533 val = http_header_match2(cur_ptr, cur_end, "Pragma", 6);
8534 if (val) {
8535 if ((cur_end - (cur_ptr + val) >= 8) &&
8536 strncasecmp(cur_ptr + val, "no-cache", 8) == 0) {
8537 txn->flags &= ~TX_CACHEABLE & ~TX_CACHE_COOK;
8538 return;
8539 }
Willy Tarreaua15645d2007-03-18 16:22:39 +01008540 }
8541
Willy Tarreauaa9dce32007-03-18 23:50:16 +01008542 val = http_header_match2(cur_ptr, cur_end, "Cache-control", 13);
8543 if (!val)
Willy Tarreaua15645d2007-03-18 16:22:39 +01008544 continue;
8545
8546 /* OK, right now we know we have a cache-control header at cur_ptr */
8547
Willy Tarreauaa9dce32007-03-18 23:50:16 +01008548 p1 = cur_ptr + val; /* first non-space char after 'cache-control:' */
Willy Tarreaua15645d2007-03-18 16:22:39 +01008549
8550 if (p1 >= cur_end) /* no more info */
8551 continue;
8552
8553 /* p1 is at the beginning of the value */
8554 p2 = p1;
8555
Willy Tarreau8f8e6452007-06-17 21:51:38 +02008556 while (p2 < cur_end && *p2 != '=' && *p2 != ',' && !isspace((unsigned char)*p2))
Willy Tarreaua15645d2007-03-18 16:22:39 +01008557 p2++;
8558
8559 /* we have a complete value between p1 and p2 */
8560 if (p2 < cur_end && *p2 == '=') {
8561 /* we have something of the form no-cache="set-cookie" */
8562 if ((cur_end - p1 >= 21) &&
8563 strncasecmp(p1, "no-cache=\"set-cookie", 20) == 0
8564 && (p1[20] == '"' || p1[20] == ','))
Willy Tarreau3d300592007-03-18 18:34:41 +01008565 txn->flags &= ~TX_CACHE_COOK;
Willy Tarreaua15645d2007-03-18 16:22:39 +01008566 continue;
8567 }
8568
8569 /* OK, so we know that either p2 points to the end of string or to a comma */
8570 if (((p2 - p1 == 7) && strncasecmp(p1, "private", 7) == 0) ||
Willy Tarreau5b15f902013-07-04 12:46:56 +02008571 ((p2 - p1 == 8) && strncasecmp(p1, "no-cache", 8) == 0) ||
Willy Tarreaua15645d2007-03-18 16:22:39 +01008572 ((p2 - p1 == 8) && strncasecmp(p1, "no-store", 8) == 0) ||
8573 ((p2 - p1 == 9) && strncasecmp(p1, "max-age=0", 9) == 0) ||
8574 ((p2 - p1 == 10) && strncasecmp(p1, "s-maxage=0", 10) == 0)) {
Willy Tarreau3d300592007-03-18 18:34:41 +01008575 txn->flags &= ~TX_CACHEABLE & ~TX_CACHE_COOK;
Willy Tarreaua15645d2007-03-18 16:22:39 +01008576 return;
8577 }
8578
8579 if ((p2 - p1 == 6) && strncasecmp(p1, "public", 6) == 0) {
Willy Tarreau3d300592007-03-18 18:34:41 +01008580 txn->flags |= TX_CACHEABLE | TX_CACHE_COOK;
Willy Tarreaua15645d2007-03-18 16:22:39 +01008581 continue;
8582 }
8583 }
8584}
8585
Willy Tarreau58f10d72006-12-04 02:26:12 +01008586
Willy Tarreaub2513902006-12-17 14:52:38 +01008587/*
Cyril Bonté70be45d2010-10-12 00:14:35 +02008588 * In a GET, HEAD or POST request, check if the requested URI matches the stats uri
Krzysztof Piotr Oledzki8c8bd452010-01-29 19:29:32 +01008589 * for the current backend.
Willy Tarreaub2513902006-12-17 14:52:38 +01008590 *
Cyril Bonté70be45d2010-10-12 00:14:35 +02008591 * It is assumed that the request is either a HEAD, GET, or POST and that the
Willy Tarreau295a8372011-03-10 11:25:07 +01008592 * uri_auth field is valid.
Willy Tarreaub2513902006-12-17 14:52:38 +01008593 *
Krzysztof Piotr Oledzki8c8bd452010-01-29 19:29:32 +01008594 * Returns 1 if stats should be provided, otherwise 0.
Willy Tarreaub2513902006-12-17 14:52:38 +01008595 */
Willy Tarreau295a8372011-03-10 11:25:07 +01008596int stats_check_uri(struct stream_interface *si, struct http_txn *txn, struct proxy *backend)
Willy Tarreaub2513902006-12-17 14:52:38 +01008597{
8598 struct uri_auth *uri_auth = backend->uri_auth;
Willy Tarreau3a215be2012-03-09 21:39:51 +01008599 struct http_msg *msg = &txn->req;
Willy Tarreau9b28e032012-10-12 23:49:43 +02008600 const char *uri = msg->chn->buf->p+ msg->sl.rq.u;
Willy Tarreaub2513902006-12-17 14:52:38 +01008601
Krzysztof Piotr Oledzki8c8bd452010-01-29 19:29:32 +01008602 if (!uri_auth)
8603 return 0;
8604
Cyril Bonté70be45d2010-10-12 00:14:35 +02008605 if (txn->meth != HTTP_METH_GET && txn->meth != HTTP_METH_HEAD && txn->meth != HTTP_METH_POST)
Krzysztof Piotr Oledzki8c8bd452010-01-29 19:29:32 +01008606 return 0;
8607
Willy Tarreau8d5d7f22007-01-21 19:16:41 +01008608 /* check URI size */
Willy Tarreau3a215be2012-03-09 21:39:51 +01008609 if (uri_auth->uri_len > msg->sl.rq.u_l)
Willy Tarreaub2513902006-12-17 14:52:38 +01008610 return 0;
8611
Willy Tarreau414e9bb2013-11-23 00:30:38 +01008612 if (memcmp(uri, uri_auth->uri_prefix, uri_auth->uri_len) != 0)
Willy Tarreaub2513902006-12-17 14:52:38 +01008613 return 0;
8614
Willy Tarreaub2513902006-12-17 14:52:38 +01008615 return 1;
8616}
8617
Willy Tarreau4076a152009-04-02 15:18:36 +02008618/*
8619 * Capture a bad request or response and archive it in the proxy's structure.
Willy Tarreau69d8c5d2012-05-08 09:44:41 +02008620 * By default it tries to report the error position as msg->err_pos. However if
8621 * this one is not set, it will then report msg->next, which is the last known
8622 * parsing point. The function is able to deal with wrapping buffers. It always
Willy Tarreaucdbdd522012-10-12 22:51:15 +02008623 * displays buffers as a contiguous area starting at buf->p.
Willy Tarreau4076a152009-04-02 15:18:36 +02008624 */
Willy Tarreau87b09662015-04-03 00:22:06 +02008625void http_capture_bad_message(struct error_snapshot *es, struct stream *s,
Willy Tarreau8a0cef22012-03-09 13:39:23 +01008626 struct http_msg *msg,
Willy Tarreau3770f232013-12-07 00:01:53 +01008627 enum ht_state state, struct proxy *other_end)
Willy Tarreau4076a152009-04-02 15:18:36 +02008628{
Willy Tarreau9ad7bd42015-04-03 19:19:59 +02008629 struct session *sess = strm_sess(s);
Willy Tarreaucdbdd522012-10-12 22:51:15 +02008630 struct channel *chn = msg->chn;
Willy Tarreau69d8c5d2012-05-08 09:44:41 +02008631 int len1, len2;
Willy Tarreau8a0cef22012-03-09 13:39:23 +01008632
Willy Tarreauf3764b72016-03-31 13:45:10 +02008633 es->len = MIN(chn->buf->i, global.tune.bufsize);
Willy Tarreau9b28e032012-10-12 23:49:43 +02008634 len1 = chn->buf->data + chn->buf->size - chn->buf->p;
Willy Tarreau69d8c5d2012-05-08 09:44:41 +02008635 len1 = MIN(len1, es->len);
8636 len2 = es->len - len1; /* remaining data if buffer wraps */
8637
Willy Tarreauf3764b72016-03-31 13:45:10 +02008638 if (!es->buf)
8639 es->buf = malloc(global.tune.bufsize);
8640
8641 if (es->buf) {
8642 memcpy(es->buf, chn->buf->p, len1);
8643 if (len2)
8644 memcpy(es->buf + len1, chn->buf->data, len2);
8645 }
Willy Tarreau81f2fb92010-12-12 13:09:08 +01008646
Willy Tarreau4076a152009-04-02 15:18:36 +02008647 if (msg->err_pos >= 0)
Willy Tarreau69d8c5d2012-05-08 09:44:41 +02008648 es->pos = msg->err_pos;
Willy Tarreau81f2fb92010-12-12 13:09:08 +01008649 else
Willy Tarreau69d8c5d2012-05-08 09:44:41 +02008650 es->pos = msg->next;
Willy Tarreau81f2fb92010-12-12 13:09:08 +01008651
Willy Tarreau4076a152009-04-02 15:18:36 +02008652 es->when = date; // user-visible date
8653 es->sid = s->uniq_id;
Willy Tarreau3fdb3662012-11-12 00:42:33 +01008654 es->srv = objt_server(s->target);
Willy Tarreau4076a152009-04-02 15:18:36 +02008655 es->oe = other_end;
Willy Tarreau9ad7bd42015-04-03 19:19:59 +02008656 if (objt_conn(sess->origin))
8657 es->src = __objt_conn(sess->origin)->addr.from;
Willy Tarreaub363a1f2013-10-01 10:45:07 +02008658 else
8659 memset(&es->src, 0, sizeof(es->src));
8660
Willy Tarreau078272e2010-12-12 12:46:33 +01008661 es->state = state;
Willy Tarreau10479e42010-12-12 14:00:34 +01008662 es->ev_id = error_snapshot_id++;
Willy Tarreaucdbdd522012-10-12 22:51:15 +02008663 es->b_flags = chn->flags;
Willy Tarreaud04b1bc2012-05-08 11:03:10 +02008664 es->s_flags = s->flags;
Willy Tarreaueee5b512015-04-03 23:46:31 +02008665 es->t_flags = s->txn->flags;
Willy Tarreaud04b1bc2012-05-08 11:03:10 +02008666 es->m_flags = msg->flags;
Willy Tarreau9b28e032012-10-12 23:49:43 +02008667 es->b_out = chn->buf->o;
8668 es->b_wrap = chn->buf->data + chn->buf->size - chn->buf->p;
Willy Tarreaucdbdd522012-10-12 22:51:15 +02008669 es->b_tot = chn->total;
Willy Tarreaud04b1bc2012-05-08 11:03:10 +02008670 es->m_clen = msg->chunk_len;
8671 es->m_blen = msg->body_len;
Willy Tarreau4076a152009-04-02 15:18:36 +02008672}
Willy Tarreaub2513902006-12-17 14:52:38 +01008673
Willy Tarreau294c4732011-12-16 21:35:50 +01008674/* Return in <vptr> and <vlen> the pointer and length of occurrence <occ> of
8675 * header whose name is <hname> of length <hlen>. If <ctx> is null, lookup is
8676 * performed over the whole headers. Otherwise it must contain a valid header
8677 * context, initialised with ctx->idx=0 for the first lookup in a series. If
8678 * <occ> is positive or null, occurrence #occ from the beginning (or last ctx)
8679 * is returned. Occ #0 and #1 are equivalent. If <occ> is negative (and no less
8680 * than -MAX_HDR_HISTORY), the occurrence is counted from the last one which is
Willy Tarreau04ff9f12013-06-10 18:39:42 +02008681 * -1. The value fetch stops at commas, so this function is suited for use with
8682 * list headers.
Willy Tarreau294c4732011-12-16 21:35:50 +01008683 * The return value is 0 if nothing was found, or non-zero otherwise.
Willy Tarreaubce70882009-09-07 11:51:47 +02008684 */
Willy Tarreau185b5c42012-04-26 15:11:51 +02008685unsigned int http_get_hdr(const struct http_msg *msg, const char *hname, int hlen,
Willy Tarreau294c4732011-12-16 21:35:50 +01008686 struct hdr_idx *idx, int occ,
8687 struct hdr_ctx *ctx, char **vptr, int *vlen)
Willy Tarreaubce70882009-09-07 11:51:47 +02008688{
Willy Tarreau294c4732011-12-16 21:35:50 +01008689 struct hdr_ctx local_ctx;
8690 char *ptr_hist[MAX_HDR_HISTORY];
8691 int len_hist[MAX_HDR_HISTORY];
Willy Tarreaubce70882009-09-07 11:51:47 +02008692 unsigned int hist_ptr;
Willy Tarreau294c4732011-12-16 21:35:50 +01008693 int found;
Willy Tarreaubce70882009-09-07 11:51:47 +02008694
Willy Tarreau294c4732011-12-16 21:35:50 +01008695 if (!ctx) {
8696 local_ctx.idx = 0;
8697 ctx = &local_ctx;
8698 }
8699
Willy Tarreaubce70882009-09-07 11:51:47 +02008700 if (occ >= 0) {
Willy Tarreau294c4732011-12-16 21:35:50 +01008701 /* search from the beginning */
Willy Tarreau9b28e032012-10-12 23:49:43 +02008702 while (http_find_header2(hname, hlen, msg->chn->buf->p, idx, ctx)) {
Willy Tarreaubce70882009-09-07 11:51:47 +02008703 occ--;
8704 if (occ <= 0) {
Willy Tarreau294c4732011-12-16 21:35:50 +01008705 *vptr = ctx->line + ctx->val;
8706 *vlen = ctx->vlen;
8707 return 1;
Willy Tarreaubce70882009-09-07 11:51:47 +02008708 }
8709 }
Willy Tarreau294c4732011-12-16 21:35:50 +01008710 return 0;
Willy Tarreaubce70882009-09-07 11:51:47 +02008711 }
8712
8713 /* negative occurrence, we scan all the list then walk back */
8714 if (-occ > MAX_HDR_HISTORY)
8715 return 0;
8716
Willy Tarreau294c4732011-12-16 21:35:50 +01008717 found = hist_ptr = 0;
Willy Tarreau9b28e032012-10-12 23:49:43 +02008718 while (http_find_header2(hname, hlen, msg->chn->buf->p, idx, ctx)) {
Willy Tarreau294c4732011-12-16 21:35:50 +01008719 ptr_hist[hist_ptr] = ctx->line + ctx->val;
8720 len_hist[hist_ptr] = ctx->vlen;
8721 if (++hist_ptr >= MAX_HDR_HISTORY)
Willy Tarreaubce70882009-09-07 11:51:47 +02008722 hist_ptr = 0;
8723 found++;
8724 }
8725 if (-occ > found)
8726 return 0;
8727 /* OK now we have the last occurrence in [hist_ptr-1], and we need to
Willy Tarreau67dad272013-06-12 22:27:44 +02008728 * find occurrence -occ. 0 <= hist_ptr < MAX_HDR_HISTORY, and we have
8729 * -10 <= occ <= -1. So we have to check [hist_ptr%MAX_HDR_HISTORY+occ]
8730 * to remain in the 0..9 range.
Willy Tarreaubce70882009-09-07 11:51:47 +02008731 */
Willy Tarreau67dad272013-06-12 22:27:44 +02008732 hist_ptr += occ + MAX_HDR_HISTORY;
Willy Tarreaubce70882009-09-07 11:51:47 +02008733 if (hist_ptr >= MAX_HDR_HISTORY)
8734 hist_ptr -= MAX_HDR_HISTORY;
Willy Tarreau294c4732011-12-16 21:35:50 +01008735 *vptr = ptr_hist[hist_ptr];
8736 *vlen = len_hist[hist_ptr];
8737 return 1;
Willy Tarreaubce70882009-09-07 11:51:47 +02008738}
8739
Willy Tarreau04ff9f12013-06-10 18:39:42 +02008740/* Return in <vptr> and <vlen> the pointer and length of occurrence <occ> of
8741 * header whose name is <hname> of length <hlen>. If <ctx> is null, lookup is
8742 * performed over the whole headers. Otherwise it must contain a valid header
8743 * context, initialised with ctx->idx=0 for the first lookup in a series. If
8744 * <occ> is positive or null, occurrence #occ from the beginning (or last ctx)
8745 * is returned. Occ #0 and #1 are equivalent. If <occ> is negative (and no less
8746 * than -MAX_HDR_HISTORY), the occurrence is counted from the last one which is
8747 * -1. This function differs from http_get_hdr() in that it only returns full
8748 * line header values and does not stop at commas.
8749 * The return value is 0 if nothing was found, or non-zero otherwise.
8750 */
8751unsigned int http_get_fhdr(const struct http_msg *msg, const char *hname, int hlen,
8752 struct hdr_idx *idx, int occ,
8753 struct hdr_ctx *ctx, char **vptr, int *vlen)
8754{
8755 struct hdr_ctx local_ctx;
8756 char *ptr_hist[MAX_HDR_HISTORY];
8757 int len_hist[MAX_HDR_HISTORY];
8758 unsigned int hist_ptr;
8759 int found;
8760
8761 if (!ctx) {
8762 local_ctx.idx = 0;
8763 ctx = &local_ctx;
8764 }
8765
8766 if (occ >= 0) {
8767 /* search from the beginning */
8768 while (http_find_full_header2(hname, hlen, msg->chn->buf->p, idx, ctx)) {
8769 occ--;
8770 if (occ <= 0) {
8771 *vptr = ctx->line + ctx->val;
8772 *vlen = ctx->vlen;
8773 return 1;
8774 }
8775 }
8776 return 0;
8777 }
8778
8779 /* negative occurrence, we scan all the list then walk back */
8780 if (-occ > MAX_HDR_HISTORY)
8781 return 0;
8782
8783 found = hist_ptr = 0;
8784 while (http_find_full_header2(hname, hlen, msg->chn->buf->p, idx, ctx)) {
8785 ptr_hist[hist_ptr] = ctx->line + ctx->val;
8786 len_hist[hist_ptr] = ctx->vlen;
8787 if (++hist_ptr >= MAX_HDR_HISTORY)
8788 hist_ptr = 0;
8789 found++;
8790 }
8791 if (-occ > found)
8792 return 0;
Nenad Merdanovic69ad4b92016-03-29 13:14:30 +02008793
Willy Tarreau04ff9f12013-06-10 18:39:42 +02008794 /* OK now we have the last occurrence in [hist_ptr-1], and we need to
Nenad Merdanovic69ad4b92016-03-29 13:14:30 +02008795 * find occurrence -occ. 0 <= hist_ptr < MAX_HDR_HISTORY, and we have
8796 * -10 <= occ <= -1. So we have to check [hist_ptr%MAX_HDR_HISTORY+occ]
8797 * to remain in the 0..9 range.
Willy Tarreau04ff9f12013-06-10 18:39:42 +02008798 */
Nenad Merdanovic69ad4b92016-03-29 13:14:30 +02008799 hist_ptr += occ + MAX_HDR_HISTORY;
Willy Tarreau04ff9f12013-06-10 18:39:42 +02008800 if (hist_ptr >= MAX_HDR_HISTORY)
8801 hist_ptr -= MAX_HDR_HISTORY;
8802 *vptr = ptr_hist[hist_ptr];
8803 *vlen = len_hist[hist_ptr];
8804 return 1;
8805}
8806
Willy Tarreaubaaee002006-06-26 02:48:02 +02008807/*
Willy Tarreaue92693a2012-09-24 21:13:39 +02008808 * Print a debug line with a header. Always stop at the first CR or LF char,
8809 * so it is safe to pass it a full buffer if needed. If <err> is not NULL, an
8810 * arrow is printed after the line which contains the pointer.
Willy Tarreau58f10d72006-12-04 02:26:12 +01008811 */
Willy Tarreau87b09662015-04-03 00:22:06 +02008812void debug_hdr(const char *dir, struct stream *s, const char *start, const char *end)
Willy Tarreau58f10d72006-12-04 02:26:12 +01008813{
Willy Tarreau9ad7bd42015-04-03 19:19:59 +02008814 struct session *sess = strm_sess(s);
Willy Tarreau19d14ef2012-10-29 16:51:55 +01008815 int max;
Willy Tarreau9ad7bd42015-04-03 19:19:59 +02008816
Willy Tarreauf1fd9dc2014-04-24 20:47:57 +02008817 chunk_printf(&trash, "%08x:%s.%s[%04x:%04x]: ", s->uniq_id, s->be->id,
Willy Tarreaub363a1f2013-10-01 10:45:07 +02008818 dir,
Willy Tarreau9ad7bd42015-04-03 19:19:59 +02008819 objt_conn(sess->origin) ? (unsigned short)objt_conn(sess->origin)->t.sock.fd : -1,
Willy Tarreau350f4872014-11-28 14:42:25 +01008820 objt_conn(s->si[1].end) ? (unsigned short)objt_conn(s->si[1].end)->t.sock.fd : -1);
Willy Tarreaue92693a2012-09-24 21:13:39 +02008821
8822 for (max = 0; start + max < end; max++)
8823 if (start[max] == '\r' || start[max] == '\n')
8824 break;
8825
Willy Tarreau19d14ef2012-10-29 16:51:55 +01008826 UBOUND(max, trash.size - trash.len - 3);
8827 trash.len += strlcpy2(trash.str + trash.len, start, max + 1);
8828 trash.str[trash.len++] = '\n';
Willy Tarreau89efaed2013-12-13 15:14:55 +01008829 shut_your_big_mouth_gcc(write(1, trash.str, trash.len));
Willy Tarreau58f10d72006-12-04 02:26:12 +01008830}
8831
Willy Tarreaueee5b512015-04-03 23:46:31 +02008832
8833/* Allocate a new HTTP transaction for stream <s> unless there is one already.
8834 * The hdr_idx is allocated as well. In case of allocation failure, everything
8835 * allocated is freed and NULL is returned. Otherwise the new transaction is
8836 * assigned to the stream and returned.
8837 */
8838struct http_txn *http_alloc_txn(struct stream *s)
8839{
8840 struct http_txn *txn = s->txn;
8841
8842 if (txn)
8843 return txn;
8844
8845 txn = pool_alloc2(pool2_http_txn);
8846 if (!txn)
8847 return txn;
8848
8849 txn->hdr_idx.size = global.tune.max_http_hdr;
8850 txn->hdr_idx.v = pool_alloc2(pool2_hdr_idx);
8851 if (!txn->hdr_idx.v) {
8852 pool_free2(pool2_http_txn, txn);
8853 return NULL;
8854 }
8855
8856 s->txn = txn;
8857 return txn;
8858}
8859
Thierry FOURNIERfd50f0b2015-09-25 18:53:18 +02008860void http_txn_reset_req(struct http_txn *txn)
8861{
8862 txn->req.flags = 0;
8863 txn->req.sol = txn->req.eol = txn->req.eoh = 0; /* relative to the buffer */
8864 txn->req.next = 0;
8865 txn->req.chunk_len = 0LL;
8866 txn->req.body_len = 0LL;
8867 txn->req.msg_state = HTTP_MSG_RQBEFORE; /* at the very beginning of the request */
8868}
8869
8870void http_txn_reset_res(struct http_txn *txn)
8871{
8872 txn->rsp.flags = 0;
8873 txn->rsp.sol = txn->rsp.eol = txn->rsp.eoh = 0; /* relative to the buffer */
8874 txn->rsp.next = 0;
8875 txn->rsp.chunk_len = 0LL;
8876 txn->rsp.body_len = 0LL;
8877 txn->rsp.msg_state = HTTP_MSG_RPBEFORE; /* at the very beginning of the response */
8878}
8879
Willy Tarreau0937bc42009-12-22 15:03:09 +01008880/*
Willy Tarreau87b09662015-04-03 00:22:06 +02008881 * Initialize a new HTTP transaction for stream <s>. It is assumed that all
Willy Tarreau0937bc42009-12-22 15:03:09 +01008882 * the required fields are properly allocated and that we only need to (re)init
8883 * them. This should be used before processing any new request.
8884 */
Willy Tarreau87b09662015-04-03 00:22:06 +02008885void http_init_txn(struct stream *s)
Willy Tarreau0937bc42009-12-22 15:03:09 +01008886{
Willy Tarreaueee5b512015-04-03 23:46:31 +02008887 struct http_txn *txn = s->txn;
Willy Tarreaud0d8da92015-04-04 02:10:38 +02008888 struct proxy *fe = strm_fe(s);
Willy Tarreau0937bc42009-12-22 15:03:09 +01008889
8890 txn->flags = 0;
8891 txn->status = -1;
8892
Willy Tarreauf64d1412010-10-07 20:06:11 +02008893 txn->cookie_first_date = 0;
8894 txn->cookie_last_date = 0;
8895
Willy Tarreaueee5b512015-04-03 23:46:31 +02008896 txn->srv_cookie = NULL;
8897 txn->cli_cookie = NULL;
8898 txn->uri = NULL;
8899
Thierry FOURNIERfd50f0b2015-09-25 18:53:18 +02008900 http_txn_reset_req(txn);
8901 http_txn_reset_res(txn);
8902
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01008903 txn->req.chn = &s->req;
8904 txn->rsp.chn = &s->res;
Krzysztof Piotr Oledzkif9423ae2010-01-29 19:26:18 +01008905
8906 txn->auth.method = HTTP_AUTH_UNKNOWN;
Willy Tarreau0937bc42009-12-22 15:03:09 +01008907
8908 txn->req.err_pos = txn->rsp.err_pos = -2; /* block buggy requests/responses */
8909 if (fe->options2 & PR_O2_REQBUG_OK)
8910 txn->req.err_pos = -1; /* let buggy requests pass */
8911
Willy Tarreau0937bc42009-12-22 15:03:09 +01008912 if (txn->hdr_idx.v)
8913 hdr_idx_init(&txn->hdr_idx);
Thierry FOURNIER4834bc72015-06-06 19:29:07 +02008914
8915 vars_init(&s->vars_txn, SCOPE_TXN);
8916 vars_init(&s->vars_reqres, SCOPE_REQ);
Willy Tarreau0937bc42009-12-22 15:03:09 +01008917}
8918
8919/* to be used at the end of a transaction */
Willy Tarreau87b09662015-04-03 00:22:06 +02008920void http_end_txn(struct stream *s)
Willy Tarreau0937bc42009-12-22 15:03:09 +01008921{
Willy Tarreaueee5b512015-04-03 23:46:31 +02008922 struct http_txn *txn = s->txn;
Willy Tarreaud0d8da92015-04-04 02:10:38 +02008923 struct proxy *fe = strm_fe(s);
Willy Tarreau0937bc42009-12-22 15:03:09 +01008924
8925 /* these ones will have been dynamically allocated */
8926 pool_free2(pool2_requri, txn->uri);
8927 pool_free2(pool2_capture, txn->cli_cookie);
8928 pool_free2(pool2_capture, txn->srv_cookie);
William Lallemanda73203e2012-03-12 12:48:57 +01008929 pool_free2(pool2_uniqueid, s->unique_id);
Krzysztof Piotr Oledzkif9423ae2010-01-29 19:26:18 +01008930
William Lallemanda73203e2012-03-12 12:48:57 +01008931 s->unique_id = NULL;
Willy Tarreau0937bc42009-12-22 15:03:09 +01008932 txn->uri = NULL;
8933 txn->srv_cookie = NULL;
8934 txn->cli_cookie = NULL;
Willy Tarreau46023632010-01-07 22:51:47 +01008935
Willy Tarreaucb7dd012015-04-03 22:16:32 +02008936 if (s->req_cap) {
Willy Tarreau46023632010-01-07 22:51:47 +01008937 struct cap_hdr *h;
Willy Tarreaue36cbcb2015-04-03 15:40:56 +02008938 for (h = fe->req_cap; h; h = h->next)
Willy Tarreaucb7dd012015-04-03 22:16:32 +02008939 pool_free2(h->pool, s->req_cap[h->index]);
8940 memset(s->req_cap, 0, fe->nb_req_cap * sizeof(void *));
Willy Tarreau46023632010-01-07 22:51:47 +01008941 }
8942
Willy Tarreaucb7dd012015-04-03 22:16:32 +02008943 if (s->res_cap) {
Willy Tarreau46023632010-01-07 22:51:47 +01008944 struct cap_hdr *h;
Willy Tarreaue36cbcb2015-04-03 15:40:56 +02008945 for (h = fe->rsp_cap; h; h = h->next)
Willy Tarreaucb7dd012015-04-03 22:16:32 +02008946 pool_free2(h->pool, s->res_cap[h->index]);
8947 memset(s->res_cap, 0, fe->nb_rsp_cap * sizeof(void *));
Willy Tarreau46023632010-01-07 22:51:47 +01008948 }
8949
Willy Tarreau6204cd92016-03-10 16:33:04 +01008950 vars_prune(&s->vars_txn, s->sess, s);
8951 vars_prune(&s->vars_reqres, s->sess, s);
Willy Tarreau0937bc42009-12-22 15:03:09 +01008952}
8953
8954/* to be used at the end of a transaction to prepare a new one */
Willy Tarreau87b09662015-04-03 00:22:06 +02008955void http_reset_txn(struct stream *s)
Willy Tarreau0937bc42009-12-22 15:03:09 +01008956{
8957 http_end_txn(s);
8958 http_init_txn(s);
8959
Thierry FOURNIERbc4c1ac2015-02-25 13:36:14 +01008960 /* reinitialise the current rule list pointer to NULL. We are sure that
8961 * any rulelist match the NULL pointer.
8962 */
8963 s->current_rule_list = NULL;
8964
Willy Tarreaud0d8da92015-04-04 02:10:38 +02008965 s->be = strm_fe(s);
8966 s->logs.logwait = strm_fe(s)->to_log;
Willy Tarreauabcd5142013-06-11 17:18:02 +02008967 s->logs.level = 0;
Willy Tarreau87b09662015-04-03 00:22:06 +02008968 stream_del_srv_conn(s);
Willy Tarreau3fdb3662012-11-12 00:42:33 +01008969 s->target = NULL;
Emeric Brunb982a3d2010-01-04 15:45:53 +01008970 /* re-init store persistence */
8971 s->store_count = 0;
Willy Tarreau1f0da242014-01-25 11:01:50 +01008972 s->uniq_id = global.req_count++;
Emeric Brunb982a3d2010-01-04 15:45:53 +01008973
Willy Tarreau0937bc42009-12-22 15:03:09 +01008974 s->pend_pos = NULL;
Willy Tarreau0937bc42009-12-22 15:03:09 +01008975
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01008976 s->req.flags |= CF_READ_DONTWAIT; /* one read is usually enough */
Willy Tarreau0937bc42009-12-22 15:03:09 +01008977
Willy Tarreau739cfba2010-01-25 23:11:14 +01008978 /* We must trim any excess data from the response buffer, because we
8979 * may have blocked an invalid response from a server that we don't
8980 * want to accidentely forward once we disable the analysers, nor do
8981 * we want those data to come along with next response. A typical
8982 * example of such data would be from a buggy server responding to
8983 * a HEAD with some data, or sending more than the advertised
8984 * content-length.
8985 */
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01008986 if (unlikely(s->res.buf->i))
8987 s->res.buf->i = 0;
Willy Tarreau739cfba2010-01-25 23:11:14 +01008988
Willy Tarreaud0d8da92015-04-04 02:10:38 +02008989 s->req.rto = strm_fe(s)->timeout.client;
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01008990 s->req.wto = TICK_ETERNITY;
Willy Tarreau0937bc42009-12-22 15:03:09 +01008991
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01008992 s->res.rto = TICK_ETERNITY;
Willy Tarreaud0d8da92015-04-04 02:10:38 +02008993 s->res.wto = strm_fe(s)->timeout.client;
Willy Tarreau0937bc42009-12-22 15:03:09 +01008994
Willy Tarreau22ec1ea2014-11-27 20:45:39 +01008995 s->req.rex = TICK_ETERNITY;
8996 s->req.wex = TICK_ETERNITY;
8997 s->req.analyse_exp = TICK_ETERNITY;
8998 s->res.rex = TICK_ETERNITY;
8999 s->res.wex = TICK_ETERNITY;
9000 s->res.analyse_exp = TICK_ETERNITY;
Willy Tarreau0937bc42009-12-22 15:03:09 +01009001}
Willy Tarreau58f10d72006-12-04 02:26:12 +01009002
Sasha Pachev218f0642014-06-16 12:05:59 -06009003void free_http_res_rules(struct list *r)
9004{
Thierry FOURNIERa28a9422015-08-04 19:35:46 +02009005 struct act_rule *tr, *pr;
Sasha Pachev218f0642014-06-16 12:05:59 -06009006
9007 list_for_each_entry_safe(pr, tr, r, list) {
9008 LIST_DEL(&pr->list);
Thierry FOURNIER09af0d62014-06-18 11:35:54 +02009009 regex_free(&pr->arg.hdr_add.re);
Sasha Pachev218f0642014-06-16 12:05:59 -06009010 free(pr);
9011 }
9012}
9013
9014void free_http_req_rules(struct list *r)
9015{
Thierry FOURNIERa28a9422015-08-04 19:35:46 +02009016 struct act_rule *tr, *pr;
Willy Tarreauff011f22011-01-06 17:51:27 +01009017
9018 list_for_each_entry_safe(pr, tr, r, list) {
9019 LIST_DEL(&pr->list);
Thierry FOURNIER0ea5c7f2015-08-05 19:05:19 +02009020 if (pr->action == ACT_HTTP_REQ_AUTH)
Willy Tarreau5c2e1982012-12-24 12:00:25 +01009021 free(pr->arg.auth.realm);
Willy Tarreauff011f22011-01-06 17:51:27 +01009022
Thierry FOURNIER09af0d62014-06-18 11:35:54 +02009023 regex_free(&pr->arg.hdr_add.re);
Willy Tarreauff011f22011-01-06 17:51:27 +01009024 free(pr);
9025 }
9026}
9027
Willy Tarreaue365c0b2013-06-11 16:06:12 +02009028/* parse an "http-request" rule */
Thierry FOURNIERa28a9422015-08-04 19:35:46 +02009029struct act_rule *parse_http_req_cond(const char **args, const char *file, int linenum, struct proxy *proxy)
Willy Tarreauff011f22011-01-06 17:51:27 +01009030{
Thierry FOURNIERa28a9422015-08-04 19:35:46 +02009031 struct act_rule *rule;
Thierry FOURNIER36481b82015-08-19 09:01:53 +02009032 struct action_kw *custom = NULL;
Willy Tarreauff011f22011-01-06 17:51:27 +01009033 int cur_arg;
Thierry FOURNIER09af0d62014-06-18 11:35:54 +02009034 char *error;
Willy Tarreauff011f22011-01-06 17:51:27 +01009035
Vincent Bernat02779b62016-04-03 13:48:43 +02009036 rule = calloc(1, sizeof(*rule));
Willy Tarreauff011f22011-01-06 17:51:27 +01009037 if (!rule) {
9038 Alert("parsing [%s:%d]: out of memory.\n", file, linenum);
Willy Tarreau81499eb2012-12-27 12:19:02 +01009039 goto out_err;
Willy Tarreauff011f22011-01-06 17:51:27 +01009040 }
9041
CJ Ess108b1dd2015-04-07 12:03:37 -04009042 rule->deny_status = HTTP_ERR_403;
Willy Tarreau5c2e1982012-12-24 12:00:25 +01009043 if (!strcmp(args[0], "allow")) {
Thierry FOURNIER0ea5c7f2015-08-05 19:05:19 +02009044 rule->action = ACT_ACTION_ALLOW;
Willy Tarreauff011f22011-01-06 17:51:27 +01009045 cur_arg = 1;
Willy Tarreau5bd67592014-04-28 22:00:46 +02009046 } else if (!strcmp(args[0], "deny") || !strcmp(args[0], "block")) {
CJ Ess108b1dd2015-04-07 12:03:37 -04009047 int code;
9048 int hc;
9049
Thierry FOURNIER0ea5c7f2015-08-05 19:05:19 +02009050 rule->action = ACT_ACTION_DENY;
Willy Tarreauff011f22011-01-06 17:51:27 +01009051 cur_arg = 1;
CJ Ess108b1dd2015-04-07 12:03:37 -04009052 if (strcmp(args[cur_arg], "deny_status") == 0) {
9053 cur_arg++;
9054 if (!args[cur_arg]) {
9055 Alert("parsing [%s:%d] : error detected in %s '%s' while parsing 'http-request %s' rule : missing status code.\n",
9056 file, linenum, proxy_type_str(proxy), proxy->id, args[0]);
9057 goto out_err;
9058 }
9059
9060 code = atol(args[cur_arg]);
9061 cur_arg++;
9062 for (hc = 0; hc < HTTP_ERR_SIZE; hc++) {
9063 if (http_err_codes[hc] == code) {
9064 rule->deny_status = hc;
9065 break;
9066 }
9067 }
9068
9069 if (hc >= HTTP_ERR_SIZE) {
9070 Warning("parsing [%s:%d] : status code %d not handled, using default code 403.\n",
9071 file, linenum, code);
9072 }
9073 }
Willy Tarreauccbcc372012-12-27 12:37:57 +01009074 } else if (!strcmp(args[0], "tarpit")) {
Thierry FOURNIER0ea5c7f2015-08-05 19:05:19 +02009075 rule->action = ACT_HTTP_REQ_TARPIT;
Willy Tarreauccbcc372012-12-27 12:37:57 +01009076 cur_arg = 1;
Willy Tarreauff011f22011-01-06 17:51:27 +01009077 } else if (!strcmp(args[0], "auth")) {
Thierry FOURNIER0ea5c7f2015-08-05 19:05:19 +02009078 rule->action = ACT_HTTP_REQ_AUTH;
Willy Tarreauff011f22011-01-06 17:51:27 +01009079 cur_arg = 1;
9080
9081 while(*args[cur_arg]) {
9082 if (!strcmp(args[cur_arg], "realm")) {
Willy Tarreau5c2e1982012-12-24 12:00:25 +01009083 rule->arg.auth.realm = strdup(args[cur_arg + 1]);
Willy Tarreauff011f22011-01-06 17:51:27 +01009084 cur_arg+=2;
9085 continue;
9086 } else
9087 break;
9088 }
Willy Tarreauf4c43c12013-06-11 17:01:13 +02009089 } else if (!strcmp(args[0], "set-nice")) {
Thierry FOURNIER0ea5c7f2015-08-05 19:05:19 +02009090 rule->action = ACT_HTTP_SET_NICE;
Willy Tarreauf4c43c12013-06-11 17:01:13 +02009091 cur_arg = 1;
9092
9093 if (!*args[cur_arg] ||
9094 (*args[cur_arg + 1] && strcmp(args[cur_arg + 1], "if") != 0 && strcmp(args[cur_arg + 1], "unless") != 0)) {
9095 Alert("parsing [%s:%d]: 'http-request %s' expects exactly 1 argument (integer value).\n",
9096 file, linenum, args[0]);
9097 goto out_err;
9098 }
9099 rule->arg.nice = atoi(args[cur_arg]);
9100 if (rule->arg.nice < -1024)
9101 rule->arg.nice = -1024;
9102 else if (rule->arg.nice > 1024)
9103 rule->arg.nice = 1024;
9104 cur_arg++;
Willy Tarreau42cf39e2013-06-11 18:51:32 +02009105 } else if (!strcmp(args[0], "set-tos")) {
9106#ifdef IP_TOS
9107 char *err;
Thierry FOURNIER0ea5c7f2015-08-05 19:05:19 +02009108 rule->action = ACT_HTTP_SET_TOS;
Willy Tarreau42cf39e2013-06-11 18:51:32 +02009109 cur_arg = 1;
9110
9111 if (!*args[cur_arg] ||
9112 (*args[cur_arg + 1] && strcmp(args[cur_arg + 1], "if") != 0 && strcmp(args[cur_arg + 1], "unless") != 0)) {
9113 Alert("parsing [%s:%d]: 'http-request %s' expects exactly 1 argument (integer/hex value).\n",
9114 file, linenum, args[0]);
9115 goto out_err;
9116 }
9117
9118 rule->arg.tos = strtol(args[cur_arg], &err, 0);
9119 if (err && *err != '\0') {
9120 Alert("parsing [%s:%d]: invalid character starting at '%s' in 'http-request %s' (integer/hex value expected).\n",
9121 file, linenum, err, args[0]);
9122 goto out_err;
9123 }
9124 cur_arg++;
9125#else
9126 Alert("parsing [%s:%d]: 'http-request %s' is not supported on this platform (IP_TOS undefined).\n", file, linenum, args[0]);
9127 goto out_err;
9128#endif
Willy Tarreau51347ed2013-06-11 19:34:13 +02009129 } else if (!strcmp(args[0], "set-mark")) {
9130#ifdef SO_MARK
9131 char *err;
Thierry FOURNIER0ea5c7f2015-08-05 19:05:19 +02009132 rule->action = ACT_HTTP_SET_MARK;
Willy Tarreau51347ed2013-06-11 19:34:13 +02009133 cur_arg = 1;
9134
9135 if (!*args[cur_arg] ||
9136 (*args[cur_arg + 1] && strcmp(args[cur_arg + 1], "if") != 0 && strcmp(args[cur_arg + 1], "unless") != 0)) {
9137 Alert("parsing [%s:%d]: 'http-request %s' expects exactly 1 argument (integer/hex value).\n",
9138 file, linenum, args[0]);
9139 goto out_err;
9140 }
9141
9142 rule->arg.mark = strtoul(args[cur_arg], &err, 0);
9143 if (err && *err != '\0') {
9144 Alert("parsing [%s:%d]: invalid character starting at '%s' in 'http-request %s' (integer/hex value expected).\n",
9145 file, linenum, err, args[0]);
9146 goto out_err;
9147 }
9148 cur_arg++;
9149 global.last_checks |= LSTCHK_NETADM;
9150#else
9151 Alert("parsing [%s:%d]: 'http-request %s' is not supported on this platform (SO_MARK undefined).\n", file, linenum, args[0]);
9152 goto out_err;
9153#endif
Willy Tarreau9a355ec2013-06-11 17:45:46 +02009154 } else if (!strcmp(args[0], "set-log-level")) {
Thierry FOURNIER0ea5c7f2015-08-05 19:05:19 +02009155 rule->action = ACT_HTTP_SET_LOGL;
Willy Tarreau9a355ec2013-06-11 17:45:46 +02009156 cur_arg = 1;
9157
9158 if (!*args[cur_arg] ||
9159 (*args[cur_arg + 1] && strcmp(args[cur_arg + 1], "if") != 0 && strcmp(args[cur_arg + 1], "unless") != 0)) {
9160 bad_log_level:
9161 Alert("parsing [%s:%d]: 'http-request %s' expects exactly 1 argument (log level name or 'silent').\n",
9162 file, linenum, args[0]);
9163 goto out_err;
9164 }
9165 if (strcmp(args[cur_arg], "silent") == 0)
9166 rule->arg.loglevel = -1;
9167 else if ((rule->arg.loglevel = get_log_level(args[cur_arg]) + 1) == 0)
9168 goto bad_log_level;
9169 cur_arg++;
Willy Tarreau20b0de52012-12-24 15:45:22 +01009170 } else if (strcmp(args[0], "add-header") == 0 || strcmp(args[0], "set-header") == 0) {
Thierry FOURNIER0ea5c7f2015-08-05 19:05:19 +02009171 rule->action = *args[0] == 'a' ? ACT_HTTP_ADD_HDR : ACT_HTTP_SET_HDR;
Willy Tarreau20b0de52012-12-24 15:45:22 +01009172 cur_arg = 1;
9173
Willy Tarreau8d1c5162013-04-03 14:13:58 +02009174 if (!*args[cur_arg] || !*args[cur_arg+1] ||
9175 (*args[cur_arg+2] && strcmp(args[cur_arg+2], "if") != 0 && strcmp(args[cur_arg+2], "unless") != 0)) {
Willy Tarreau20b0de52012-12-24 15:45:22 +01009176 Alert("parsing [%s:%d]: 'http-request %s' expects exactly 2 arguments.\n",
9177 file, linenum, args[0]);
Willy Tarreau81499eb2012-12-27 12:19:02 +01009178 goto out_err;
Willy Tarreau20b0de52012-12-24 15:45:22 +01009179 }
9180
9181 rule->arg.hdr_add.name = strdup(args[cur_arg]);
9182 rule->arg.hdr_add.name_len = strlen(rule->arg.hdr_add.name);
9183 LIST_INIT(&rule->arg.hdr_add.fmt);
Willy Tarreaua4312fa2013-04-02 16:34:32 +02009184
Thierry FOURNIER1c0054f2013-11-20 15:09:52 +01009185 proxy->conf.args.ctx = ARGC_HRQ;
Thierry FOURNIER / OZON.IO8a4e4422016-11-23 00:41:28 +01009186 error = NULL;
Thierry FOURNIER / OZON.IO59fd5112016-11-22 23:50:02 +01009187 if (!parse_logformat_string(args[cur_arg + 1], proxy, &rule->arg.hdr_add.fmt, LOG_OPT_HTTP,
Thierry FOURNIER / OZON.IO8a4e4422016-11-23 00:41:28 +01009188 (proxy->cap & PR_CAP_FE) ? SMP_VAL_FE_HRQ_HDR : SMP_VAL_BE_HRQ_HDR, &error)) {
9189 Alert("parsing [%s:%d]: 'http-request %s': %s.\n",
9190 file, linenum, args[0], error);
9191 free(error);
Thierry FOURNIER / OZON.IO59fd5112016-11-22 23:50:02 +01009192 goto out_err;
9193 }
Willy Tarreau59ad1a22014-01-29 14:39:58 +01009194 free(proxy->conf.lfs_file);
9195 proxy->conf.lfs_file = strdup(proxy->conf.args.file);
9196 proxy->conf.lfs_line = proxy->conf.args.line;
Willy Tarreau20b0de52012-12-24 15:45:22 +01009197 cur_arg += 2;
Willy Tarreaub8543922014-06-17 18:58:26 +02009198 } else if (strcmp(args[0], "replace-header") == 0 || strcmp(args[0], "replace-value") == 0) {
Thierry FOURNIER0ea5c7f2015-08-05 19:05:19 +02009199 rule->action = args[0][8] == 'h' ? ACT_HTTP_REPLACE_HDR : ACT_HTTP_REPLACE_VAL;
Sasha Pachev218f0642014-06-16 12:05:59 -06009200 cur_arg = 1;
9201
9202 if (!*args[cur_arg] || !*args[cur_arg+1] || !*args[cur_arg+2] ||
Baptiste Assmann92df3702014-06-24 11:10:00 +02009203 (*args[cur_arg+3] && strcmp(args[cur_arg+3], "if") != 0 && strcmp(args[cur_arg+3], "unless") != 0)) {
Sasha Pachev218f0642014-06-16 12:05:59 -06009204 Alert("parsing [%s:%d]: 'http-request %s' expects exactly 3 arguments.\n",
9205 file, linenum, args[0]);
9206 goto out_err;
9207 }
9208
9209 rule->arg.hdr_add.name = strdup(args[cur_arg]);
9210 rule->arg.hdr_add.name_len = strlen(rule->arg.hdr_add.name);
9211 LIST_INIT(&rule->arg.hdr_add.fmt);
9212
Thierry FOURNIER09af0d62014-06-18 11:35:54 +02009213 error = NULL;
9214 if (!regex_comp(args[cur_arg + 1], &rule->arg.hdr_add.re, 1, 1, &error)) {
9215 Alert("parsing [%s:%d] : '%s' : %s.\n", file, linenum,
9216 args[cur_arg + 1], error);
9217 free(error);
Sasha Pachev218f0642014-06-16 12:05:59 -06009218 goto out_err;
9219 }
9220
9221 proxy->conf.args.ctx = ARGC_HRQ;
Thierry FOURNIER / OZON.IO8a4e4422016-11-23 00:41:28 +01009222 error = NULL;
Thierry FOURNIER / OZON.IO59fd5112016-11-22 23:50:02 +01009223 if (!parse_logformat_string(args[cur_arg + 2], proxy, &rule->arg.hdr_add.fmt, LOG_OPT_HTTP,
Thierry FOURNIER / OZON.IO8a4e4422016-11-23 00:41:28 +01009224 (proxy->cap & PR_CAP_FE) ? SMP_VAL_FE_HRQ_HDR : SMP_VAL_BE_HRQ_HDR, &error)) {
9225 Alert("parsing [%s:%d]: 'http-request %s': %s.\n",
9226 file, linenum, args[0], error);
9227 free(error);
Thierry FOURNIER / OZON.IO59fd5112016-11-22 23:50:02 +01009228 goto out_err;
9229 }
Sasha Pachev218f0642014-06-16 12:05:59 -06009230
9231 free(proxy->conf.lfs_file);
9232 proxy->conf.lfs_file = strdup(proxy->conf.args.file);
9233 proxy->conf.lfs_line = proxy->conf.args.line;
9234 cur_arg += 3;
Thierry FOURNIERdad3d1d2014-04-22 18:07:25 +02009235 } else if (strcmp(args[0], "del-header") == 0) {
Thierry FOURNIER0ea5c7f2015-08-05 19:05:19 +02009236 rule->action = ACT_HTTP_DEL_HDR;
Thierry FOURNIERdad3d1d2014-04-22 18:07:25 +02009237 cur_arg = 1;
9238
9239 if (!*args[cur_arg] ||
9240 (*args[cur_arg+1] && strcmp(args[cur_arg+1], "if") != 0 && strcmp(args[cur_arg+1], "unless") != 0)) {
9241 Alert("parsing [%s:%d]: 'http-request %s' expects exactly 1 argument.\n",
9242 file, linenum, args[0]);
9243 goto out_err;
9244 }
9245
9246 rule->arg.hdr_add.name = strdup(args[cur_arg]);
9247 rule->arg.hdr_add.name_len = strlen(rule->arg.hdr_add.name);
9248
9249 proxy->conf.args.ctx = ARGC_HRQ;
9250 free(proxy->conf.lfs_file);
9251 proxy->conf.lfs_file = strdup(proxy->conf.args.file);
9252 proxy->conf.lfs_line = proxy->conf.args.line;
9253 cur_arg += 1;
Willy Tarreau09448f72014-06-25 18:12:15 +02009254 } else if (strncmp(args[0], "track-sc", 8) == 0 &&
9255 args[0][9] == '\0' && args[0][8] >= '0' &&
Willy Tarreaue1cfc1f2014-10-17 11:53:05 +02009256 args[0][8] < '0' + MAX_SESS_STKCTR) { /* track-sc 0..9 */
Willy Tarreau09448f72014-06-25 18:12:15 +02009257 struct sample_expr *expr;
9258 unsigned int where;
9259 char *err = NULL;
9260
9261 cur_arg = 1;
9262 proxy->conf.args.ctx = ARGC_TRK;
9263
9264 expr = sample_parse_expr((char **)args, &cur_arg, file, linenum, &err, &proxy->conf.args);
9265 if (!expr) {
9266 Alert("parsing [%s:%d] : error detected in %s '%s' while parsing 'http-request %s' rule : %s.\n",
9267 file, linenum, proxy_type_str(proxy), proxy->id, args[0], err);
9268 free(err);
9269 goto out_err;
9270 }
9271
9272 where = 0;
9273 if (proxy->cap & PR_CAP_FE)
9274 where |= SMP_VAL_FE_HRQ_HDR;
9275 if (proxy->cap & PR_CAP_BE)
9276 where |= SMP_VAL_BE_HRQ_HDR;
9277
9278 if (!(expr->fetch->val & where)) {
9279 Alert("parsing [%s:%d] : error detected in %s '%s' while parsing 'http-request %s' rule :"
9280 " fetch method '%s' extracts information from '%s', none of which is available here.\n",
9281 file, linenum, proxy_type_str(proxy), proxy->id, args[0],
9282 args[cur_arg-1], sample_src_names(expr->fetch->use));
9283 free(expr);
9284 goto out_err;
9285 }
9286
9287 if (strcmp(args[cur_arg], "table") == 0) {
9288 cur_arg++;
9289 if (!args[cur_arg]) {
9290 Alert("parsing [%s:%d] : error detected in %s '%s' while parsing 'http-request %s' rule : missing table name.\n",
9291 file, linenum, proxy_type_str(proxy), proxy->id, args[0]);
9292 free(expr);
9293 goto out_err;
9294 }
9295 /* we copy the table name for now, it will be resolved later */
Thierry FOURNIER5ec63e02015-08-04 09:09:48 +02009296 rule->arg.trk_ctr.table.n = strdup(args[cur_arg]);
Willy Tarreau09448f72014-06-25 18:12:15 +02009297 cur_arg++;
9298 }
Thierry FOURNIER5ec63e02015-08-04 09:09:48 +02009299 rule->arg.trk_ctr.expr = expr;
Thierry FOURNIER0ea5c7f2015-08-05 19:05:19 +02009300 rule->action = ACT_ACTION_TRK_SC0 + args[0][8] - '0';
Willy Tarreau81499eb2012-12-27 12:19:02 +01009301 } else if (strcmp(args[0], "redirect") == 0) {
9302 struct redirect_rule *redir;
Willy Tarreau6d4890c2013-11-18 18:04:25 +01009303 char *errmsg = NULL;
Willy Tarreau81499eb2012-12-27 12:19:02 +01009304
Willy Tarreaube4653b2015-05-28 15:26:58 +02009305 if ((redir = http_parse_redirect_rule(file, linenum, proxy, (const char **)args + 1, &errmsg, 1, 0)) == NULL) {
Willy Tarreau81499eb2012-12-27 12:19:02 +01009306 Alert("parsing [%s:%d] : error detected in %s '%s' while parsing 'http-request %s' rule : %s.\n",
9307 file, linenum, proxy_type_str(proxy), proxy->id, args[0], errmsg);
9308 goto out_err;
9309 }
9310
9311 /* this redirect rule might already contain a parsed condition which
9312 * we'll pass to the http-request rule.
9313 */
Thierry FOURNIER0ea5c7f2015-08-05 19:05:19 +02009314 rule->action = ACT_HTTP_REDIR;
Willy Tarreau81499eb2012-12-27 12:19:02 +01009315 rule->arg.redir = redir;
9316 rule->cond = redir->cond;
9317 redir->cond = NULL;
9318 cur_arg = 2;
9319 return rule;
Baptiste Assmannfabcbe02014-04-24 22:16:59 +02009320 } else if (strncmp(args[0], "add-acl", 7) == 0) {
9321 /* http-request add-acl(<reference (acl name)>) <key pattern> */
Thierry FOURNIER0ea5c7f2015-08-05 19:05:19 +02009322 rule->action = ACT_HTTP_ADD_ACL;
Baptiste Assmannfabcbe02014-04-24 22:16:59 +02009323 /*
9324 * '+ 8' for 'add-acl('
9325 * '- 9' for 'add-acl(' + trailing ')'
9326 */
Willy Tarreau6c09c2c2014-04-25 21:38:08 +02009327 rule->arg.map.ref = my_strndup(args[0] + 8, strlen(args[0]) - 9);
Baptiste Assmannfabcbe02014-04-24 22:16:59 +02009328
9329 cur_arg = 1;
9330
9331 if (!*args[cur_arg] ||
9332 (*args[cur_arg+1] && strcmp(args[cur_arg+1], "if") != 0 && strcmp(args[cur_arg+1], "unless") != 0)) {
9333 Alert("parsing [%s:%d]: 'http-request %s' expects exactly 1 argument.\n",
9334 file, linenum, args[0]);
9335 goto out_err;
9336 }
9337
9338 LIST_INIT(&rule->arg.map.key);
9339 proxy->conf.args.ctx = ARGC_HRQ;
Thierry FOURNIER / OZON.IO8a4e4422016-11-23 00:41:28 +01009340 error = NULL;
Thierry FOURNIER / OZON.IO59fd5112016-11-22 23:50:02 +01009341 if (!parse_logformat_string(args[cur_arg], proxy, &rule->arg.map.key, LOG_OPT_HTTP,
Thierry FOURNIER / OZON.IO8a4e4422016-11-23 00:41:28 +01009342 (proxy->cap & PR_CAP_FE) ? SMP_VAL_FE_HRQ_HDR : SMP_VAL_BE_HRQ_HDR, &error)) {
9343 Alert("parsing [%s:%d]: 'http-request %s': %s.\n",
9344 file, linenum, args[0], error);
9345 free(error);
Thierry FOURNIER / OZON.IO59fd5112016-11-22 23:50:02 +01009346 goto out_err;
9347 }
Baptiste Assmannfabcbe02014-04-24 22:16:59 +02009348 free(proxy->conf.lfs_file);
9349 proxy->conf.lfs_file = strdup(proxy->conf.args.file);
9350 proxy->conf.lfs_line = proxy->conf.args.line;
9351 cur_arg += 1;
9352 } else if (strncmp(args[0], "del-acl", 7) == 0) {
9353 /* http-request del-acl(<reference (acl name)>) <key pattern> */
Thierry FOURNIER0ea5c7f2015-08-05 19:05:19 +02009354 rule->action = ACT_HTTP_DEL_ACL;
Baptiste Assmannfabcbe02014-04-24 22:16:59 +02009355 /*
9356 * '+ 8' for 'del-acl('
9357 * '- 9' for 'del-acl(' + trailing ')'
9358 */
Willy Tarreau6c09c2c2014-04-25 21:38:08 +02009359 rule->arg.map.ref = my_strndup(args[0] + 8, strlen(args[0]) - 9);
Baptiste Assmannfabcbe02014-04-24 22:16:59 +02009360
9361 cur_arg = 1;
9362
9363 if (!*args[cur_arg] ||
9364 (*args[cur_arg+1] && strcmp(args[cur_arg+1], "if") != 0 && strcmp(args[cur_arg+1], "unless") != 0)) {
9365 Alert("parsing [%s:%d]: 'http-request %s' expects exactly 1 argument.\n",
9366 file, linenum, args[0]);
9367 goto out_err;
9368 }
9369
9370 LIST_INIT(&rule->arg.map.key);
9371 proxy->conf.args.ctx = ARGC_HRQ;
Thierry FOURNIER / OZON.IO8a4e4422016-11-23 00:41:28 +01009372 error = NULL;
Thierry FOURNIER / OZON.IO59fd5112016-11-22 23:50:02 +01009373 if (!parse_logformat_string(args[cur_arg], proxy, &rule->arg.map.key, LOG_OPT_HTTP,
Thierry FOURNIER / OZON.IO8a4e4422016-11-23 00:41:28 +01009374 (proxy->cap & PR_CAP_FE) ? SMP_VAL_FE_HRQ_HDR : SMP_VAL_BE_HRQ_HDR, &error)) {
9375 Alert("parsing [%s:%d]: 'http-request %s': %s.\n",
9376 file, linenum, args[0], error);
9377 free(error);
Thierry FOURNIER / OZON.IO59fd5112016-11-22 23:50:02 +01009378 goto out_err;
9379 }
Baptiste Assmannfabcbe02014-04-24 22:16:59 +02009380 free(proxy->conf.lfs_file);
9381 proxy->conf.lfs_file = strdup(proxy->conf.args.file);
9382 proxy->conf.lfs_line = proxy->conf.args.line;
9383 cur_arg += 1;
9384 } else if (strncmp(args[0], "del-map", 7) == 0) {
9385 /* http-request del-map(<reference (map name)>) <key pattern> */
Thierry FOURNIER0ea5c7f2015-08-05 19:05:19 +02009386 rule->action = ACT_HTTP_DEL_MAP;
Baptiste Assmannfabcbe02014-04-24 22:16:59 +02009387 /*
9388 * '+ 8' for 'del-map('
9389 * '- 9' for 'del-map(' + trailing ')'
9390 */
Willy Tarreau6c09c2c2014-04-25 21:38:08 +02009391 rule->arg.map.ref = my_strndup(args[0] + 8, strlen(args[0]) - 9);
Baptiste Assmannfabcbe02014-04-24 22:16:59 +02009392
9393 cur_arg = 1;
9394
9395 if (!*args[cur_arg] ||
9396 (*args[cur_arg+1] && strcmp(args[cur_arg+1], "if") != 0 && strcmp(args[cur_arg+1], "unless") != 0)) {
9397 Alert("parsing [%s:%d]: 'http-request %s' expects exactly 1 argument.\n",
9398 file, linenum, args[0]);
9399 goto out_err;
9400 }
9401
9402 LIST_INIT(&rule->arg.map.key);
9403 proxy->conf.args.ctx = ARGC_HRQ;
Thierry FOURNIER / OZON.IO8a4e4422016-11-23 00:41:28 +01009404 error = NULL;
Thierry FOURNIER / OZON.IO59fd5112016-11-22 23:50:02 +01009405 if (!parse_logformat_string(args[cur_arg], proxy, &rule->arg.map.key, LOG_OPT_HTTP,
Thierry FOURNIER / OZON.IO8a4e4422016-11-23 00:41:28 +01009406 (proxy->cap & PR_CAP_FE) ? SMP_VAL_FE_HRQ_HDR : SMP_VAL_BE_HRQ_HDR, &error)) {
9407 Alert("parsing [%s:%d]: 'http-request %s': %s.\n",
9408 file, linenum, args[0], error);
9409 free(error);
Thierry FOURNIER / OZON.IO59fd5112016-11-22 23:50:02 +01009410 goto out_err;
9411 }
Baptiste Assmannfabcbe02014-04-24 22:16:59 +02009412 free(proxy->conf.lfs_file);
9413 proxy->conf.lfs_file = strdup(proxy->conf.args.file);
9414 proxy->conf.lfs_line = proxy->conf.args.line;
9415 cur_arg += 1;
9416 } else if (strncmp(args[0], "set-map", 7) == 0) {
9417 /* http-request set-map(<reference (map name)>) <key pattern> <value pattern> */
Thierry FOURNIER0ea5c7f2015-08-05 19:05:19 +02009418 rule->action = ACT_HTTP_SET_MAP;
Baptiste Assmannfabcbe02014-04-24 22:16:59 +02009419 /*
9420 * '+ 8' for 'set-map('
9421 * '- 9' for 'set-map(' + trailing ')'
9422 */
Willy Tarreau6c09c2c2014-04-25 21:38:08 +02009423 rule->arg.map.ref = my_strndup(args[0] + 8, strlen(args[0]) - 9);
Baptiste Assmannfabcbe02014-04-24 22:16:59 +02009424
9425 cur_arg = 1;
9426
9427 if (!*args[cur_arg] || !*args[cur_arg+1] ||
9428 (*args[cur_arg+2] && strcmp(args[cur_arg+2], "if") != 0 && strcmp(args[cur_arg+2], "unless") != 0)) {
9429 Alert("parsing [%s:%d]: 'http-request %s' expects exactly 2 arguments.\n",
9430 file, linenum, args[0]);
9431 goto out_err;
9432 }
9433
9434 LIST_INIT(&rule->arg.map.key);
9435 LIST_INIT(&rule->arg.map.value);
9436 proxy->conf.args.ctx = ARGC_HRQ;
9437
9438 /* key pattern */
Thierry FOURNIER / OZON.IO8a4e4422016-11-23 00:41:28 +01009439 error = NULL;
Thierry FOURNIER / OZON.IO59fd5112016-11-22 23:50:02 +01009440 if (!parse_logformat_string(args[cur_arg], proxy, &rule->arg.map.key, LOG_OPT_HTTP,
Thierry FOURNIER / OZON.IO8a4e4422016-11-23 00:41:28 +01009441 (proxy->cap & PR_CAP_FE) ? SMP_VAL_FE_HRQ_HDR : SMP_VAL_BE_HRQ_HDR, &error)) {
9442 Alert("parsing [%s:%d]: 'http-request %s' key: %s.\n",
9443 file, linenum, args[0], error);
9444 free(error);
Thierry FOURNIER / OZON.IO59fd5112016-11-22 23:50:02 +01009445 goto out_err;
9446 }
Baptiste Assmannfabcbe02014-04-24 22:16:59 +02009447
9448 /* value pattern */
Thierry FOURNIER / OZON.IO8a4e4422016-11-23 00:41:28 +01009449 error = NULL;
Thierry FOURNIER / OZON.IO59fd5112016-11-22 23:50:02 +01009450 if (!parse_logformat_string(args[cur_arg + 1], proxy, &rule->arg.map.value, LOG_OPT_HTTP,
Thierry FOURNIER / OZON.IO8a4e4422016-11-23 00:41:28 +01009451 (proxy->cap & PR_CAP_FE) ? SMP_VAL_FE_HRQ_HDR : SMP_VAL_BE_HRQ_HDR, &error)) {
9452 Alert("parsing [%s:%d]: 'http-request %s' pattern: %s.\n",
9453 file, linenum, args[0], error);
9454 free(error);
Thierry FOURNIER / OZON.IO59fd5112016-11-22 23:50:02 +01009455 goto out_err;
9456 }
Baptiste Assmannfabcbe02014-04-24 22:16:59 +02009457 free(proxy->conf.lfs_file);
9458 proxy->conf.lfs_file = strdup(proxy->conf.args.file);
9459 proxy->conf.lfs_line = proxy->conf.args.line;
9460
9461 cur_arg += 2;
William Lallemand73025dd2014-04-24 14:38:37 +02009462 } else if (((custom = action_http_req_custom(args[0])) != NULL)) {
9463 char *errmsg = NULL;
9464 cur_arg = 1;
9465 /* try in the module list */
Thierry FOURNIER5563e4b2015-08-14 19:20:07 +02009466 rule->from = ACT_F_HTTP_REQ;
Thierry FOURNIER85c6c972015-09-22 19:14:35 +02009467 rule->kw = custom;
Thierry FOURNIERafa80492015-08-19 09:04:15 +02009468 if (custom->parse(args, &cur_arg, proxy, rule, &errmsg) == ACT_RET_PRS_ERR) {
William Lallemand73025dd2014-04-24 14:38:37 +02009469 Alert("parsing [%s:%d] : error detected in %s '%s' while parsing 'http-request %s' rule : %s.\n",
9470 file, linenum, proxy_type_str(proxy), proxy->id, args[0], errmsg);
9471 free(errmsg);
9472 goto out_err;
9473 }
Willy Tarreauff011f22011-01-06 17:51:27 +01009474 } else {
Thierry FOURNIERab95e652015-10-02 08:24:51 +02009475 action_build_list(&http_req_keywords.list, &trash);
9476 Alert("parsing [%s:%d]: 'http-request' expects 'allow', 'deny', 'auth', 'redirect', "
9477 "'tarpit', 'add-header', 'set-header', 'replace-header', 'replace-value', 'set-nice', "
Ruoshan Huange4edc6b2016-07-14 15:07:45 +08009478 "'set-tos', 'set-mark', 'set-log-level', 'add-acl', 'del-acl', 'del-map', 'set-map', 'track-sc*'"
William Lallemand2e785f22016-05-25 01:48:42 +02009479 "%s%s, but got '%s'%s.\n",
Thierry FOURNIERab95e652015-10-02 08:24:51 +02009480 file, linenum, *trash.str ? ", " : "", trash.str, args[0], *args[0] ? "" : " (missing argument)");
Willy Tarreau81499eb2012-12-27 12:19:02 +01009481 goto out_err;
Willy Tarreauff011f22011-01-06 17:51:27 +01009482 }
9483
9484 if (strcmp(args[cur_arg], "if") == 0 || strcmp(args[cur_arg], "unless") == 0) {
9485 struct acl_cond *cond;
Willy Tarreaub7451bb2012-04-27 12:38:15 +02009486 char *errmsg = NULL;
Willy Tarreauff011f22011-01-06 17:51:27 +01009487
Willy Tarreaub7451bb2012-04-27 12:38:15 +02009488 if ((cond = build_acl_cond(file, linenum, proxy, args+cur_arg, &errmsg)) == NULL) {
9489 Alert("parsing [%s:%d] : error detected while parsing an 'http-request %s' condition : %s.\n",
9490 file, linenum, args[0], errmsg);
9491 free(errmsg);
Willy Tarreau81499eb2012-12-27 12:19:02 +01009492 goto out_err;
Willy Tarreauff011f22011-01-06 17:51:27 +01009493 }
9494 rule->cond = cond;
9495 }
9496 else if (*args[cur_arg]) {
9497 Alert("parsing [%s:%d]: 'http-request %s' expects 'realm' for 'auth' or"
9498 " either 'if' or 'unless' followed by a condition but found '%s'.\n",
9499 file, linenum, args[0], args[cur_arg]);
Willy Tarreau81499eb2012-12-27 12:19:02 +01009500 goto out_err;
Willy Tarreauff011f22011-01-06 17:51:27 +01009501 }
9502
9503 return rule;
Willy Tarreau81499eb2012-12-27 12:19:02 +01009504 out_err:
9505 free(rule);
9506 return NULL;
Willy Tarreauff011f22011-01-06 17:51:27 +01009507}
9508
Willy Tarreaue365c0b2013-06-11 16:06:12 +02009509/* parse an "http-respose" rule */
Thierry FOURNIERa28a9422015-08-04 19:35:46 +02009510struct act_rule *parse_http_res_cond(const char **args, const char *file, int linenum, struct proxy *proxy)
Willy Tarreaue365c0b2013-06-11 16:06:12 +02009511{
Thierry FOURNIERa28a9422015-08-04 19:35:46 +02009512 struct act_rule *rule;
Thierry FOURNIER36481b82015-08-19 09:01:53 +02009513 struct action_kw *custom = NULL;
Willy Tarreaue365c0b2013-06-11 16:06:12 +02009514 int cur_arg;
Thierry FOURNIER09af0d62014-06-18 11:35:54 +02009515 char *error;
Willy Tarreaue365c0b2013-06-11 16:06:12 +02009516
9517 rule = calloc(1, sizeof(*rule));
9518 if (!rule) {
9519 Alert("parsing [%s:%d]: out of memory.\n", file, linenum);
9520 goto out_err;
9521 }
9522
9523 if (!strcmp(args[0], "allow")) {
Thierry FOURNIER0ea5c7f2015-08-05 19:05:19 +02009524 rule->action = ACT_ACTION_ALLOW;
Willy Tarreaue365c0b2013-06-11 16:06:12 +02009525 cur_arg = 1;
9526 } else if (!strcmp(args[0], "deny")) {
Thierry FOURNIER0ea5c7f2015-08-05 19:05:19 +02009527 rule->action = ACT_ACTION_DENY;
Willy Tarreaue365c0b2013-06-11 16:06:12 +02009528 cur_arg = 1;
Willy Tarreauf4c43c12013-06-11 17:01:13 +02009529 } else if (!strcmp(args[0], "set-nice")) {
Thierry FOURNIER0ea5c7f2015-08-05 19:05:19 +02009530 rule->action = ACT_HTTP_SET_NICE;
Willy Tarreauf4c43c12013-06-11 17:01:13 +02009531 cur_arg = 1;
9532
9533 if (!*args[cur_arg] ||
9534 (*args[cur_arg + 1] && strcmp(args[cur_arg + 1], "if") != 0 && strcmp(args[cur_arg + 1], "unless") != 0)) {
9535 Alert("parsing [%s:%d]: 'http-response %s' expects exactly 1 argument (integer value).\n",
9536 file, linenum, args[0]);
9537 goto out_err;
9538 }
9539 rule->arg.nice = atoi(args[cur_arg]);
9540 if (rule->arg.nice < -1024)
9541 rule->arg.nice = -1024;
9542 else if (rule->arg.nice > 1024)
9543 rule->arg.nice = 1024;
9544 cur_arg++;
Willy Tarreau42cf39e2013-06-11 18:51:32 +02009545 } else if (!strcmp(args[0], "set-tos")) {
9546#ifdef IP_TOS
9547 char *err;
Thierry FOURNIER0ea5c7f2015-08-05 19:05:19 +02009548 rule->action = ACT_HTTP_SET_TOS;
Willy Tarreau42cf39e2013-06-11 18:51:32 +02009549 cur_arg = 1;
9550
9551 if (!*args[cur_arg] ||
9552 (*args[cur_arg + 1] && strcmp(args[cur_arg + 1], "if") != 0 && strcmp(args[cur_arg + 1], "unless") != 0)) {
9553 Alert("parsing [%s:%d]: 'http-response %s' expects exactly 1 argument (integer/hex value).\n",
9554 file, linenum, args[0]);
9555 goto out_err;
9556 }
9557
9558 rule->arg.tos = strtol(args[cur_arg], &err, 0);
9559 if (err && *err != '\0') {
9560 Alert("parsing [%s:%d]: invalid character starting at '%s' in 'http-response %s' (integer/hex value expected).\n",
9561 file, linenum, err, args[0]);
9562 goto out_err;
9563 }
9564 cur_arg++;
9565#else
9566 Alert("parsing [%s:%d]: 'http-response %s' is not supported on this platform (IP_TOS undefined).\n", file, linenum, args[0]);
9567 goto out_err;
9568#endif
Willy Tarreau51347ed2013-06-11 19:34:13 +02009569 } else if (!strcmp(args[0], "set-mark")) {
9570#ifdef SO_MARK
9571 char *err;
Thierry FOURNIER0ea5c7f2015-08-05 19:05:19 +02009572 rule->action = ACT_HTTP_SET_MARK;
Willy Tarreau51347ed2013-06-11 19:34:13 +02009573 cur_arg = 1;
9574
9575 if (!*args[cur_arg] ||
9576 (*args[cur_arg + 1] && strcmp(args[cur_arg + 1], "if") != 0 && strcmp(args[cur_arg + 1], "unless") != 0)) {
9577 Alert("parsing [%s:%d]: 'http-response %s' expects exactly 1 argument (integer/hex value).\n",
9578 file, linenum, args[0]);
9579 goto out_err;
9580 }
9581
9582 rule->arg.mark = strtoul(args[cur_arg], &err, 0);
9583 if (err && *err != '\0') {
9584 Alert("parsing [%s:%d]: invalid character starting at '%s' in 'http-response %s' (integer/hex value expected).\n",
9585 file, linenum, err, args[0]);
9586 goto out_err;
9587 }
9588 cur_arg++;
9589 global.last_checks |= LSTCHK_NETADM;
9590#else
9591 Alert("parsing [%s:%d]: 'http-response %s' is not supported on this platform (SO_MARK undefined).\n", file, linenum, args[0]);
9592 goto out_err;
9593#endif
Willy Tarreau9a355ec2013-06-11 17:45:46 +02009594 } else if (!strcmp(args[0], "set-log-level")) {
Thierry FOURNIER0ea5c7f2015-08-05 19:05:19 +02009595 rule->action = ACT_HTTP_SET_LOGL;
Willy Tarreau9a355ec2013-06-11 17:45:46 +02009596 cur_arg = 1;
9597
9598 if (!*args[cur_arg] ||
9599 (*args[cur_arg + 1] && strcmp(args[cur_arg + 1], "if") != 0 && strcmp(args[cur_arg + 1], "unless") != 0)) {
9600 bad_log_level:
9601 Alert("parsing [%s:%d]: 'http-response %s' expects exactly 1 argument (log level name or 'silent').\n",
9602 file, linenum, args[0]);
9603 goto out_err;
9604 }
9605 if (strcmp(args[cur_arg], "silent") == 0)
9606 rule->arg.loglevel = -1;
Ruoshan Huangdd016782016-06-15 22:16:03 +08009607 else if ((rule->arg.loglevel = get_log_level(args[cur_arg]) + 1) == 0)
Willy Tarreau9a355ec2013-06-11 17:45:46 +02009608 goto bad_log_level;
9609 cur_arg++;
Willy Tarreaue365c0b2013-06-11 16:06:12 +02009610 } else if (strcmp(args[0], "add-header") == 0 || strcmp(args[0], "set-header") == 0) {
Thierry FOURNIER0ea5c7f2015-08-05 19:05:19 +02009611 rule->action = *args[0] == 'a' ? ACT_HTTP_ADD_HDR : ACT_HTTP_SET_HDR;
Willy Tarreaue365c0b2013-06-11 16:06:12 +02009612 cur_arg = 1;
9613
9614 if (!*args[cur_arg] || !*args[cur_arg+1] ||
9615 (*args[cur_arg+2] && strcmp(args[cur_arg+2], "if") != 0 && strcmp(args[cur_arg+2], "unless") != 0)) {
9616 Alert("parsing [%s:%d]: 'http-response %s' expects exactly 2 arguments.\n",
9617 file, linenum, args[0]);
9618 goto out_err;
9619 }
9620
9621 rule->arg.hdr_add.name = strdup(args[cur_arg]);
9622 rule->arg.hdr_add.name_len = strlen(rule->arg.hdr_add.name);
9623 LIST_INIT(&rule->arg.hdr_add.fmt);
9624
Thierry FOURNIER1c0054f2013-11-20 15:09:52 +01009625 proxy->conf.args.ctx = ARGC_HRS;
Thierry FOURNIER / OZON.IO8a4e4422016-11-23 00:41:28 +01009626 error = NULL;
Thierry FOURNIER / OZON.IO59fd5112016-11-22 23:50:02 +01009627 if (!parse_logformat_string(args[cur_arg + 1], proxy, &rule->arg.hdr_add.fmt, LOG_OPT_HTTP,
Thierry FOURNIER / OZON.IO8a4e4422016-11-23 00:41:28 +01009628 (proxy->cap & PR_CAP_BE) ? SMP_VAL_BE_HRS_HDR : SMP_VAL_FE_HRS_HDR, &error)) {
9629 Alert("parsing [%s:%d]: 'http-response %s': %s.\n",
9630 file, linenum, args[0], error);
9631 free(error);
Thierry FOURNIER / OZON.IO59fd5112016-11-22 23:50:02 +01009632 goto out_err;
9633 }
Willy Tarreau59ad1a22014-01-29 14:39:58 +01009634 free(proxy->conf.lfs_file);
9635 proxy->conf.lfs_file = strdup(proxy->conf.args.file);
9636 proxy->conf.lfs_line = proxy->conf.args.line;
Willy Tarreaue365c0b2013-06-11 16:06:12 +02009637 cur_arg += 2;
Sasha Pachev218f0642014-06-16 12:05:59 -06009638 } else if (strcmp(args[0], "replace-header") == 0 || strcmp(args[0], "replace-value") == 0) {
Thierry FOURNIER0ea5c7f2015-08-05 19:05:19 +02009639 rule->action = args[0][8] == 'h' ? ACT_HTTP_REPLACE_HDR : ACT_HTTP_REPLACE_VAL;
Sasha Pachev218f0642014-06-16 12:05:59 -06009640 cur_arg = 1;
9641
9642 if (!*args[cur_arg] || !*args[cur_arg+1] || !*args[cur_arg+2] ||
Baptiste Assmann12cb00b2014-08-08 17:29:06 +02009643 (*args[cur_arg+3] && strcmp(args[cur_arg+3], "if") != 0 && strcmp(args[cur_arg+3], "unless") != 0)) {
9644 Alert("parsing [%s:%d]: 'http-response %s' expects exactly 3 arguments.\n",
Sasha Pachev218f0642014-06-16 12:05:59 -06009645 file, linenum, args[0]);
9646 goto out_err;
9647 }
9648
9649 rule->arg.hdr_add.name = strdup(args[cur_arg]);
9650 rule->arg.hdr_add.name_len = strlen(rule->arg.hdr_add.name);
9651 LIST_INIT(&rule->arg.hdr_add.fmt);
9652
Thierry FOURNIER09af0d62014-06-18 11:35:54 +02009653 error = NULL;
9654 if (!regex_comp(args[cur_arg + 1], &rule->arg.hdr_add.re, 1, 1, &error)) {
9655 Alert("parsing [%s:%d] : '%s' : %s.\n", file, linenum,
9656 args[cur_arg + 1], error);
9657 free(error);
Sasha Pachev218f0642014-06-16 12:05:59 -06009658 goto out_err;
9659 }
9660
9661 proxy->conf.args.ctx = ARGC_HRQ;
Thierry FOURNIER / OZON.IO8a4e4422016-11-23 00:41:28 +01009662 error = NULL;
Thierry FOURNIER / OZON.IO59fd5112016-11-22 23:50:02 +01009663 if (!parse_logformat_string(args[cur_arg + 2], proxy, &rule->arg.hdr_add.fmt, LOG_OPT_HTTP,
Thierry FOURNIER / OZON.IO8a4e4422016-11-23 00:41:28 +01009664 (proxy->cap & PR_CAP_BE) ? SMP_VAL_BE_HRS_HDR : SMP_VAL_FE_HRS_HDR, &error)) {
9665 Alert("parsing [%s:%d]: 'http-response %s': %s.\n",
9666 file, linenum, args[0], error);
9667 free(error);
Thierry FOURNIER / OZON.IO59fd5112016-11-22 23:50:02 +01009668 goto out_err;
9669 }
Sasha Pachev218f0642014-06-16 12:05:59 -06009670
9671 free(proxy->conf.lfs_file);
9672 proxy->conf.lfs_file = strdup(proxy->conf.args.file);
9673 proxy->conf.lfs_line = proxy->conf.args.line;
9674 cur_arg += 3;
Thierry FOURNIERdad3d1d2014-04-22 18:07:25 +02009675 } else if (strcmp(args[0], "del-header") == 0) {
Thierry FOURNIER0ea5c7f2015-08-05 19:05:19 +02009676 rule->action = ACT_HTTP_DEL_HDR;
Thierry FOURNIERdad3d1d2014-04-22 18:07:25 +02009677 cur_arg = 1;
9678
9679 if (!*args[cur_arg] ||
9680 (*args[cur_arg+1] && strcmp(args[cur_arg+1], "if") != 0 && strcmp(args[cur_arg+1], "unless") != 0)) {
9681 Alert("parsing [%s:%d]: 'http-response %s' expects exactly 1 argument.\n",
9682 file, linenum, args[0]);
9683 goto out_err;
9684 }
9685
9686 rule->arg.hdr_add.name = strdup(args[cur_arg]);
9687 rule->arg.hdr_add.name_len = strlen(rule->arg.hdr_add.name);
9688
Baptiste Assmannfabcbe02014-04-24 22:16:59 +02009689 proxy->conf.args.ctx = ARGC_HRS;
9690 free(proxy->conf.lfs_file);
9691 proxy->conf.lfs_file = strdup(proxy->conf.args.file);
9692 proxy->conf.lfs_line = proxy->conf.args.line;
9693 cur_arg += 1;
9694 } else if (strncmp(args[0], "add-acl", 7) == 0) {
9695 /* http-request add-acl(<reference (acl name)>) <key pattern> */
Thierry FOURNIER0ea5c7f2015-08-05 19:05:19 +02009696 rule->action = ACT_HTTP_ADD_ACL;
Baptiste Assmannfabcbe02014-04-24 22:16:59 +02009697 /*
9698 * '+ 8' for 'add-acl('
9699 * '- 9' for 'add-acl(' + trailing ')'
9700 */
Willy Tarreau6c09c2c2014-04-25 21:38:08 +02009701 rule->arg.map.ref = my_strndup(args[0] + 8, strlen(args[0]) - 9);
Baptiste Assmannfabcbe02014-04-24 22:16:59 +02009702
9703 cur_arg = 1;
9704
9705 if (!*args[cur_arg] ||
9706 (*args[cur_arg+1] && strcmp(args[cur_arg+1], "if") != 0 && strcmp(args[cur_arg+1], "unless") != 0)) {
9707 Alert("parsing [%s:%d]: 'http-response %s' expects exactly 1 argument.\n",
9708 file, linenum, args[0]);
9709 goto out_err;
9710 }
9711
9712 LIST_INIT(&rule->arg.map.key);
Thierry FOURNIERdad3d1d2014-04-22 18:07:25 +02009713 proxy->conf.args.ctx = ARGC_HRS;
Thierry FOURNIER / OZON.IO8a4e4422016-11-23 00:41:28 +01009714 error = NULL;
Thierry FOURNIER / OZON.IO59fd5112016-11-22 23:50:02 +01009715 if (!parse_logformat_string(args[cur_arg], proxy, &rule->arg.map.key, LOG_OPT_HTTP,
Thierry FOURNIER / OZON.IO8a4e4422016-11-23 00:41:28 +01009716 (proxy->cap & PR_CAP_BE) ? SMP_VAL_BE_HRS_HDR : SMP_VAL_FE_HRS_HDR, &error)) {
9717 Alert("parsing [%s:%d]: 'http-response %s': %s.\n",
9718 file, linenum, args[0], error);
9719 free(error);
Thierry FOURNIER / OZON.IO59fd5112016-11-22 23:50:02 +01009720 goto out_err;
9721 }
Thierry FOURNIERdad3d1d2014-04-22 18:07:25 +02009722 free(proxy->conf.lfs_file);
9723 proxy->conf.lfs_file = strdup(proxy->conf.args.file);
9724 proxy->conf.lfs_line = proxy->conf.args.line;
Baptiste Assmannfabcbe02014-04-24 22:16:59 +02009725
Thierry FOURNIERdad3d1d2014-04-22 18:07:25 +02009726 cur_arg += 1;
Baptiste Assmannfabcbe02014-04-24 22:16:59 +02009727 } else if (strncmp(args[0], "del-acl", 7) == 0) {
9728 /* http-response del-acl(<reference (acl name)>) <key pattern> */
Thierry FOURNIER0ea5c7f2015-08-05 19:05:19 +02009729 rule->action = ACT_HTTP_DEL_ACL;
Baptiste Assmannfabcbe02014-04-24 22:16:59 +02009730 /*
9731 * '+ 8' for 'del-acl('
9732 * '- 9' for 'del-acl(' + trailing ')'
9733 */
Willy Tarreau6c09c2c2014-04-25 21:38:08 +02009734 rule->arg.map.ref = my_strndup(args[0] + 8, strlen(args[0]) - 9);
Baptiste Assmannfabcbe02014-04-24 22:16:59 +02009735
9736 cur_arg = 1;
9737
9738 if (!*args[cur_arg] ||
9739 (*args[cur_arg+1] && strcmp(args[cur_arg+1], "if") != 0 && strcmp(args[cur_arg+1], "unless") != 0)) {
9740 Alert("parsing [%s:%d]: 'http-response %s' expects exactly 1 argument.\n",
9741 file, linenum, args[0]);
9742 goto out_err;
9743 }
9744
9745 LIST_INIT(&rule->arg.map.key);
9746 proxy->conf.args.ctx = ARGC_HRS;
Thierry FOURNIER / OZON.IO8a4e4422016-11-23 00:41:28 +01009747 error = NULL;
Thierry FOURNIER / OZON.IO59fd5112016-11-22 23:50:02 +01009748 if (!parse_logformat_string(args[cur_arg], proxy, &rule->arg.map.key, LOG_OPT_HTTP,
Thierry FOURNIER / OZON.IO8a4e4422016-11-23 00:41:28 +01009749 (proxy->cap & PR_CAP_BE) ? SMP_VAL_BE_HRS_HDR : SMP_VAL_FE_HRS_HDR, &error)) {
9750 Alert("parsing [%s:%d]: 'http-response %s': %s.\n",
9751 file, linenum, args[0], error);
9752 free(error);
Thierry FOURNIER / OZON.IO59fd5112016-11-22 23:50:02 +01009753 goto out_err;
9754 }
Baptiste Assmannfabcbe02014-04-24 22:16:59 +02009755 free(proxy->conf.lfs_file);
9756 proxy->conf.lfs_file = strdup(proxy->conf.args.file);
9757 proxy->conf.lfs_line = proxy->conf.args.line;
9758 cur_arg += 1;
9759 } else if (strncmp(args[0], "del-map", 7) == 0) {
9760 /* http-response del-map(<reference (map name)>) <key pattern> */
Thierry FOURNIER0ea5c7f2015-08-05 19:05:19 +02009761 rule->action = ACT_HTTP_DEL_MAP;
Baptiste Assmannfabcbe02014-04-24 22:16:59 +02009762 /*
9763 * '+ 8' for 'del-map('
9764 * '- 9' for 'del-map(' + trailing ')'
9765 */
Willy Tarreau6c09c2c2014-04-25 21:38:08 +02009766 rule->arg.map.ref = my_strndup(args[0] + 8, strlen(args[0]) - 9);
Baptiste Assmannfabcbe02014-04-24 22:16:59 +02009767
9768 cur_arg = 1;
9769
9770 if (!*args[cur_arg] ||
9771 (*args[cur_arg+1] && strcmp(args[cur_arg+1], "if") != 0 && strcmp(args[cur_arg+1], "unless") != 0)) {
9772 Alert("parsing [%s:%d]: 'http-response %s' expects exactly 1 argument.\n",
9773 file, linenum, args[0]);
9774 goto out_err;
9775 }
9776
9777 LIST_INIT(&rule->arg.map.key);
9778 proxy->conf.args.ctx = ARGC_HRS;
Thierry FOURNIER / OZON.IO8a4e4422016-11-23 00:41:28 +01009779 error = NULL;
Thierry FOURNIER / OZON.IO59fd5112016-11-22 23:50:02 +01009780 if (!parse_logformat_string(args[cur_arg], proxy, &rule->arg.map.key, LOG_OPT_HTTP,
Thierry FOURNIER / OZON.IO8a4e4422016-11-23 00:41:28 +01009781 (proxy->cap & PR_CAP_BE) ? SMP_VAL_BE_HRS_HDR : SMP_VAL_FE_HRS_HDR, &error)) {
9782 Alert("parsing [%s:%d]: 'http-response %s' %s.\n",
9783 file, linenum, args[0], error);
9784 free(error);
Thierry FOURNIER / OZON.IO59fd5112016-11-22 23:50:02 +01009785 goto out_err;
9786 }
Baptiste Assmannfabcbe02014-04-24 22:16:59 +02009787 free(proxy->conf.lfs_file);
9788 proxy->conf.lfs_file = strdup(proxy->conf.args.file);
9789 proxy->conf.lfs_line = proxy->conf.args.line;
9790 cur_arg += 1;
9791 } else if (strncmp(args[0], "set-map", 7) == 0) {
9792 /* http-response set-map(<reference (map name)>) <key pattern> <value pattern> */
Thierry FOURNIER0ea5c7f2015-08-05 19:05:19 +02009793 rule->action = ACT_HTTP_SET_MAP;
Baptiste Assmannfabcbe02014-04-24 22:16:59 +02009794 /*
9795 * '+ 8' for 'set-map('
9796 * '- 9' for 'set-map(' + trailing ')'
9797 */
Willy Tarreau6c09c2c2014-04-25 21:38:08 +02009798 rule->arg.map.ref = my_strndup(args[0] + 8, strlen(args[0]) - 9);
Baptiste Assmannfabcbe02014-04-24 22:16:59 +02009799
9800 cur_arg = 1;
9801
9802 if (!*args[cur_arg] || !*args[cur_arg+1] ||
9803 (*args[cur_arg+2] && strcmp(args[cur_arg+2], "if") != 0 && strcmp(args[cur_arg+2], "unless") != 0)) {
9804 Alert("parsing [%s:%d]: 'http-response %s' expects exactly 2 arguments.\n",
9805 file, linenum, args[0]);
9806 goto out_err;
9807 }
9808
9809 LIST_INIT(&rule->arg.map.key);
9810 LIST_INIT(&rule->arg.map.value);
9811
9812 proxy->conf.args.ctx = ARGC_HRS;
9813
9814 /* key pattern */
Thierry FOURNIER / OZON.IO8a4e4422016-11-23 00:41:28 +01009815 error = NULL;
Thierry FOURNIER / OZON.IO59fd5112016-11-22 23:50:02 +01009816 if (!parse_logformat_string(args[cur_arg], proxy, &rule->arg.map.key, LOG_OPT_HTTP,
Thierry FOURNIER / OZON.IO8a4e4422016-11-23 00:41:28 +01009817 (proxy->cap & PR_CAP_BE) ? SMP_VAL_BE_HRS_HDR : SMP_VAL_FE_HRS_HDR, &error)) {
9818 Alert("parsing [%s:%d]: 'http-response %s' name: %s.\n",
9819 file, linenum, args[0], error);
9820 free(error);
Thierry FOURNIER / OZON.IO59fd5112016-11-22 23:50:02 +01009821 goto out_err;
9822 }
Baptiste Assmannfabcbe02014-04-24 22:16:59 +02009823
9824 /* value pattern */
Thierry FOURNIER / OZON.IO8a4e4422016-11-23 00:41:28 +01009825 error = NULL;
Thierry FOURNIER / OZON.IO59fd5112016-11-22 23:50:02 +01009826 if (!parse_logformat_string(args[cur_arg + 1], proxy, &rule->arg.map.value, LOG_OPT_HTTP,
Thierry FOURNIER / OZON.IO8a4e4422016-11-23 00:41:28 +01009827 (proxy->cap & PR_CAP_BE) ? SMP_VAL_BE_HRS_HDR : SMP_VAL_FE_HRS_HDR, &error)) {
9828 Alert("parsing [%s:%d]: 'http-response %s' value: %s.\n",
9829 file, linenum, args[0], error);
9830 free(error);
Thierry FOURNIER / OZON.IO59fd5112016-11-22 23:50:02 +01009831 goto out_err;
9832 }
Baptiste Assmannfabcbe02014-04-24 22:16:59 +02009833
9834 free(proxy->conf.lfs_file);
9835 proxy->conf.lfs_file = strdup(proxy->conf.args.file);
9836 proxy->conf.lfs_line = proxy->conf.args.line;
9837
9838 cur_arg += 2;
Willy Tarreau51d861a2015-05-22 17:30:48 +02009839 } else if (strcmp(args[0], "redirect") == 0) {
9840 struct redirect_rule *redir;
9841 char *errmsg = NULL;
9842
9843 if ((redir = http_parse_redirect_rule(file, linenum, proxy, (const char **)args + 1, &errmsg, 1, 1)) == NULL) {
9844 Alert("parsing [%s:%d] : error detected in %s '%s' while parsing 'http-response %s' rule : %s.\n",
9845 file, linenum, proxy_type_str(proxy), proxy->id, args[0], errmsg);
9846 goto out_err;
9847 }
9848
9849 /* this redirect rule might already contain a parsed condition which
9850 * we'll pass to the http-request rule.
9851 */
Thierry FOURNIER0ea5c7f2015-08-05 19:05:19 +02009852 rule->action = ACT_HTTP_REDIR;
Willy Tarreau51d861a2015-05-22 17:30:48 +02009853 rule->arg.redir = redir;
9854 rule->cond = redir->cond;
9855 redir->cond = NULL;
9856 cur_arg = 2;
9857 return rule;
Ruoshan Huange4edc6b2016-07-14 15:07:45 +08009858 } else if (strncmp(args[0], "track-sc", 8) == 0 &&
9859 args[0][9] == '\0' && args[0][8] >= '0' &&
9860 args[0][8] < '0' + MAX_SESS_STKCTR) { /* track-sc 0..9 */
9861 struct sample_expr *expr;
9862 unsigned int where;
9863 char *err = NULL;
9864
9865 cur_arg = 1;
9866 proxy->conf.args.ctx = ARGC_TRK;
9867
9868 expr = sample_parse_expr((char **)args, &cur_arg, file, linenum, &err, &proxy->conf.args);
9869 if (!expr) {
9870 Alert("parsing [%s:%d] : error detected in %s '%s' while parsing 'http-response %s' rule : %s.\n",
9871 file, linenum, proxy_type_str(proxy), proxy->id, args[0], err);
9872 free(err);
9873 goto out_err;
9874 }
9875
9876 where = 0;
9877 if (proxy->cap & PR_CAP_FE)
9878 where |= SMP_VAL_FE_HRS_HDR;
9879 if (proxy->cap & PR_CAP_BE)
9880 where |= SMP_VAL_BE_HRS_HDR;
9881
9882 if (!(expr->fetch->val & where)) {
9883 Alert("parsing [%s:%d] : error detected in %s '%s' while parsing 'http-response %s' rule :"
9884 " fetch method '%s' extracts information from '%s', none of which is available here.\n",
9885 file, linenum, proxy_type_str(proxy), proxy->id, args[0],
9886 args[cur_arg-1], sample_src_names(expr->fetch->use));
9887 free(expr);
9888 goto out_err;
9889 }
9890
9891 if (strcmp(args[cur_arg], "table") == 0) {
9892 cur_arg++;
9893 if (!args[cur_arg]) {
9894 Alert("parsing [%s:%d] : error detected in %s '%s' while parsing 'http-response %s' rule : missing table name.\n",
9895 file, linenum, proxy_type_str(proxy), proxy->id, args[0]);
9896 free(expr);
9897 goto out_err;
9898 }
9899 /* we copy the table name for now, it will be resolved later */
9900 rule->arg.trk_ctr.table.n = strdup(args[cur_arg]);
9901 cur_arg++;
9902 }
9903 rule->arg.trk_ctr.expr = expr;
9904 rule->action = ACT_ACTION_TRK_SC0 + args[0][8] - '0';
William Lallemand73025dd2014-04-24 14:38:37 +02009905 } else if (((custom = action_http_res_custom(args[0])) != NULL)) {
9906 char *errmsg = NULL;
9907 cur_arg = 1;
9908 /* try in the module list */
Thierry FOURNIER5563e4b2015-08-14 19:20:07 +02009909 rule->from = ACT_F_HTTP_RES;
Thierry FOURNIER85c6c972015-09-22 19:14:35 +02009910 rule->kw = custom;
Thierry FOURNIERafa80492015-08-19 09:04:15 +02009911 if (custom->parse(args, &cur_arg, proxy, rule, &errmsg) == ACT_RET_PRS_ERR) {
William Lallemand73025dd2014-04-24 14:38:37 +02009912 Alert("parsing [%s:%d] : error detected in %s '%s' while parsing 'http-response %s' rule : %s.\n",
9913 file, linenum, proxy_type_str(proxy), proxy->id, args[0], errmsg);
9914 free(errmsg);
9915 goto out_err;
9916 }
Willy Tarreaue365c0b2013-06-11 16:06:12 +02009917 } else {
Thierry FOURNIERab95e652015-10-02 08:24:51 +02009918 action_build_list(&http_res_keywords.list, &trash);
9919 Alert("parsing [%s:%d]: 'http-response' expects 'allow', 'deny', 'redirect', "
9920 "'add-header', 'del-header', 'set-header', 'replace-header', 'replace-value', 'set-nice', "
Ruoshan Huange4edc6b2016-07-14 15:07:45 +08009921 "'set-tos', 'set-mark', 'set-log-level', 'add-acl', 'del-acl', 'del-map', 'set-map', 'track-sc*'"
William Lallemand2e785f22016-05-25 01:48:42 +02009922 "%s%s, but got '%s'%s.\n",
Thierry FOURNIERab95e652015-10-02 08:24:51 +02009923 file, linenum, *trash.str ? ", " : "", trash.str, args[0], *args[0] ? "" : " (missing argument)");
Willy Tarreaue365c0b2013-06-11 16:06:12 +02009924 goto out_err;
9925 }
9926
9927 if (strcmp(args[cur_arg], "if") == 0 || strcmp(args[cur_arg], "unless") == 0) {
9928 struct acl_cond *cond;
9929 char *errmsg = NULL;
9930
9931 if ((cond = build_acl_cond(file, linenum, proxy, args+cur_arg, &errmsg)) == NULL) {
9932 Alert("parsing [%s:%d] : error detected while parsing an 'http-response %s' condition : %s.\n",
9933 file, linenum, args[0], errmsg);
9934 free(errmsg);
9935 goto out_err;
9936 }
9937 rule->cond = cond;
9938 }
9939 else if (*args[cur_arg]) {
9940 Alert("parsing [%s:%d]: 'http-response %s' expects"
9941 " either 'if' or 'unless' followed by a condition but found '%s'.\n",
9942 file, linenum, args[0], args[cur_arg]);
9943 goto out_err;
9944 }
9945
9946 return rule;
9947 out_err:
9948 free(rule);
9949 return NULL;
9950}
9951
Willy Tarreau4baae242012-12-27 12:00:31 +01009952/* Parses a redirect rule. Returns the redirect rule on success or NULL on error,
Thierry FOURNIERd18cd0f2013-11-29 12:15:45 +01009953 * with <err> filled with the error message. If <use_fmt> is not null, builds a
Willy Tarreaube4653b2015-05-28 15:26:58 +02009954 * dynamic log-format rule instead of a static string. Parameter <dir> indicates
9955 * the direction of the rule, and equals 0 for request, non-zero for responses.
Willy Tarreau4baae242012-12-27 12:00:31 +01009956 */
9957struct redirect_rule *http_parse_redirect_rule(const char *file, int linenum, struct proxy *curproxy,
Willy Tarreaube4653b2015-05-28 15:26:58 +02009958 const char **args, char **errmsg, int use_fmt, int dir)
Willy Tarreau4baae242012-12-27 12:00:31 +01009959{
9960 struct redirect_rule *rule;
9961 int cur_arg;
9962 int type = REDIRECT_TYPE_NONE;
9963 int code = 302;
9964 const char *destination = NULL;
9965 const char *cookie = NULL;
9966 int cookie_set = 0;
9967 unsigned int flags = REDIRECT_FLAG_NONE;
9968 struct acl_cond *cond = NULL;
9969
9970 cur_arg = 0;
9971 while (*(args[cur_arg])) {
9972 if (strcmp(args[cur_arg], "location") == 0) {
9973 if (!*args[cur_arg + 1])
9974 goto missing_arg;
9975
9976 type = REDIRECT_TYPE_LOCATION;
9977 cur_arg++;
9978 destination = args[cur_arg];
9979 }
9980 else if (strcmp(args[cur_arg], "prefix") == 0) {
9981 if (!*args[cur_arg + 1])
9982 goto missing_arg;
Willy Tarreau4baae242012-12-27 12:00:31 +01009983 type = REDIRECT_TYPE_PREFIX;
9984 cur_arg++;
9985 destination = args[cur_arg];
9986 }
9987 else if (strcmp(args[cur_arg], "scheme") == 0) {
9988 if (!*args[cur_arg + 1])
9989 goto missing_arg;
9990
9991 type = REDIRECT_TYPE_SCHEME;
9992 cur_arg++;
9993 destination = args[cur_arg];
9994 }
9995 else if (strcmp(args[cur_arg], "set-cookie") == 0) {
9996 if (!*args[cur_arg + 1])
9997 goto missing_arg;
9998
9999 cur_arg++;
10000 cookie = args[cur_arg];
10001 cookie_set = 1;
10002 }
10003 else if (strcmp(args[cur_arg], "clear-cookie") == 0) {
10004 if (!*args[cur_arg + 1])
10005 goto missing_arg;
10006
10007 cur_arg++;
10008 cookie = args[cur_arg];
10009 cookie_set = 0;
10010 }
10011 else if (strcmp(args[cur_arg], "code") == 0) {
10012 if (!*args[cur_arg + 1])
10013 goto missing_arg;
10014
10015 cur_arg++;
10016 code = atol(args[cur_arg]);
Yves Lafon3e8d1ae2013-03-11 11:06:05 -040010017 if (code < 301 || code > 308 || (code > 303 && code < 307)) {
Willy Tarreau4baae242012-12-27 12:00:31 +010010018 memprintf(errmsg,
Yves Lafon3e8d1ae2013-03-11 11:06:05 -040010019 "'%s': unsupported HTTP code '%s' (must be one of 301, 302, 303, 307 or 308)",
Willy Tarreau4baae242012-12-27 12:00:31 +010010020 args[cur_arg - 1], args[cur_arg]);
10021 return NULL;
10022 }
10023 }
10024 else if (!strcmp(args[cur_arg],"drop-query")) {
10025 flags |= REDIRECT_FLAG_DROP_QS;
10026 }
10027 else if (!strcmp(args[cur_arg],"append-slash")) {
10028 flags |= REDIRECT_FLAG_APPEND_SLASH;
10029 }
10030 else if (strcmp(args[cur_arg], "if") == 0 ||
10031 strcmp(args[cur_arg], "unless") == 0) {
10032 cond = build_acl_cond(file, linenum, curproxy, (const char **)args + cur_arg, errmsg);
10033 if (!cond) {
10034 memprintf(errmsg, "error in condition: %s", *errmsg);
10035 return NULL;
10036 }
10037 break;
10038 }
10039 else {
10040 memprintf(errmsg,
10041 "expects 'code', 'prefix', 'location', 'scheme', 'set-cookie', 'clear-cookie', 'drop-query' or 'append-slash' (was '%s')",
10042 args[cur_arg]);
10043 return NULL;
10044 }
10045 cur_arg++;
10046 }
10047
10048 if (type == REDIRECT_TYPE_NONE) {
10049 memprintf(errmsg, "redirection type expected ('prefix', 'location', or 'scheme')");
10050 return NULL;
10051 }
10052
Willy Tarreaube4653b2015-05-28 15:26:58 +020010053 if (dir && type != REDIRECT_TYPE_LOCATION) {
10054 memprintf(errmsg, "response only supports redirect type 'location'");
10055 return NULL;
10056 }
10057
Vincent Bernat3c2f2f22016-04-03 13:48:42 +020010058 rule = calloc(1, sizeof(*rule));
Willy Tarreau4baae242012-12-27 12:00:31 +010010059 rule->cond = cond;
Willy Tarreau60e08382013-12-03 00:48:45 +010010060 LIST_INIT(&rule->rdr_fmt);
Thierry FOURNIERd18cd0f2013-11-29 12:15:45 +010010061
10062 if (!use_fmt) {
10063 /* old-style static redirect rule */
10064 rule->rdr_str = strdup(destination);
10065 rule->rdr_len = strlen(destination);
10066 }
10067 else {
10068 /* log-format based redirect rule */
Thierry FOURNIERd18cd0f2013-11-29 12:15:45 +010010069
10070 /* Parse destination. Note that in the REDIRECT_TYPE_PREFIX case,
10071 * if prefix == "/", we don't want to add anything, otherwise it
10072 * makes it hard for the user to configure a self-redirection.
10073 */
Godbachd9722032014-12-18 15:44:58 +080010074 curproxy->conf.args.ctx = ARGC_RDR;
Thierry FOURNIERd18cd0f2013-11-29 12:15:45 +010010075 if (!(type == REDIRECT_TYPE_PREFIX && destination[0] == '/' && destination[1] == '\0')) {
Thierry FOURNIER / OZON.IO59fd5112016-11-22 23:50:02 +010010076 if (!parse_logformat_string(destination, curproxy, &rule->rdr_fmt, LOG_OPT_HTTP,
10077 dir ? (curproxy->cap & PR_CAP_FE) ? SMP_VAL_FE_HRS_HDR : SMP_VAL_BE_HRS_HDR
Thierry FOURNIER / OZON.IO8a4e4422016-11-23 00:41:28 +010010078 : (curproxy->cap & PR_CAP_FE) ? SMP_VAL_FE_HRQ_HDR : SMP_VAL_BE_HRQ_HDR,
10079 errmsg)) {
Thierry FOURNIER / OZON.IO59fd5112016-11-22 23:50:02 +010010080 return NULL;
10081 }
Willy Tarreau59ad1a22014-01-29 14:39:58 +010010082 free(curproxy->conf.lfs_file);
10083 curproxy->conf.lfs_file = strdup(curproxy->conf.args.file);
10084 curproxy->conf.lfs_line = curproxy->conf.args.line;
Thierry FOURNIERd18cd0f2013-11-29 12:15:45 +010010085 }
10086 }
10087
Willy Tarreau4baae242012-12-27 12:00:31 +010010088 if (cookie) {
10089 /* depending on cookie_set, either we want to set the cookie, or to clear it.
10090 * a clear consists in appending "; path=/; Max-Age=0;" at the end.
10091 */
10092 rule->cookie_len = strlen(cookie);
10093 if (cookie_set) {
10094 rule->cookie_str = malloc(rule->cookie_len + 10);
10095 memcpy(rule->cookie_str, cookie, rule->cookie_len);
10096 memcpy(rule->cookie_str + rule->cookie_len, "; path=/;", 10);
10097 rule->cookie_len += 9;
10098 } else {
10099 rule->cookie_str = malloc(rule->cookie_len + 21);
10100 memcpy(rule->cookie_str, cookie, rule->cookie_len);
10101 memcpy(rule->cookie_str + rule->cookie_len, "; path=/; Max-Age=0;", 21);
10102 rule->cookie_len += 20;
10103 }
10104 }
10105 rule->type = type;
10106 rule->code = code;
10107 rule->flags = flags;
10108 LIST_INIT(&rule->list);
10109 return rule;
10110
10111 missing_arg:
10112 memprintf(errmsg, "missing argument for '%s'", args[cur_arg]);
10113 return NULL;
10114}
10115
Willy Tarreau8797c062007-05-07 00:55:35 +020010116/************************************************************************/
10117/* The code below is dedicated to ACL parsing and matching */
10118/************************************************************************/
10119
10120
Willy Tarreau14174bc2012-04-16 14:34:04 +020010121/* This function ensures that the prerequisites for an L7 fetch are ready,
10122 * which means that a request or response is ready. If some data is missing,
10123 * a parsing attempt is made. This is useful in TCP-based ACLs which are able
Willy Tarreau24e32d82012-04-23 23:55:44 +020010124 * to extract data from L7. If <req_vol> is non-null during a request prefetch,
10125 * another test is made to ensure the required information is not gone.
Willy Tarreau14174bc2012-04-16 14:34:04 +020010126 *
10127 * The function returns :
Willy Tarreau506d0502013-07-06 13:29:24 +020010128 * 0 with SMP_F_MAY_CHANGE in the sample flags if some data is missing to
10129 * decide whether or not an HTTP message is present ;
10130 * 0 if the requested data cannot be fetched or if it is certain that
10131 * we'll never have any HTTP message there ;
Willy Tarreau14174bc2012-04-16 14:34:04 +020010132 * 1 if an HTTP message is ready
10133 */
James Rosewell91a41cb2015-09-18 17:11:16 +010010134int smp_prefetch_http(struct proxy *px, struct stream *s, unsigned int opt,
Willy Tarreau24e32d82012-04-23 23:55:44 +020010135 const struct arg *args, struct sample *smp, int req_vol)
Willy Tarreau14174bc2012-04-16 14:34:04 +020010136{
Willy Tarreau192252e2015-04-04 01:47:55 +020010137 struct http_txn *txn;
10138 struct http_msg *msg;
Willy Tarreau14174bc2012-04-16 14:34:04 +020010139
Willy Tarreaube508f12016-03-10 11:47:01 +010010140 /* Note: it is possible that <s> is NULL when called before stream
10141 * initialization (eg: tcp-request connection), so this function is the
10142 * one responsible for guarding against this case for all HTTP users.
Willy Tarreau14174bc2012-04-16 14:34:04 +020010143 */
Willy Tarreau192252e2015-04-04 01:47:55 +020010144 if (!s)
10145 return 0;
Willy Tarreaube508f12016-03-10 11:47:01 +010010146
Thierry FOURNIERed08d6a2015-09-24 08:40:18 +020010147 if (!s->txn) {
10148 if (unlikely(!http_alloc_txn(s)))
10149 return 0; /* not enough memory */
10150 http_init_txn(s);
10151 }
Willy Tarreau192252e2015-04-04 01:47:55 +020010152 txn = s->txn;
Willy Tarreau192252e2015-04-04 01:47:55 +020010153 msg = &txn->req;
Willy Tarreau14174bc2012-04-16 14:34:04 +020010154
10155 /* Check for a dependency on a request */
Thierry FOURNIER8c542ca2015-08-19 09:00:18 +020010156 smp->data.type = SMP_T_BOOL;
Willy Tarreau14174bc2012-04-16 14:34:04 +020010157
Willy Tarreau32a6f2e2012-04-25 10:13:36 +020010158 if ((opt & SMP_OPT_DIR) == SMP_OPT_DIR_REQ) {
Willy Tarreauaae75e32013-03-29 12:31:49 +010010159 /* If the buffer does not leave enough free space at the end,
10160 * we must first realign it.
10161 */
Willy Tarreau22ec1ea2014-11-27 20:45:39 +010010162 if (s->req.buf->p > s->req.buf->data &&
10163 s->req.buf->i + s->req.buf->p > s->req.buf->data + s->req.buf->size - global.tune.maxrewrite)
10164 buffer_slow_realign(s->req.buf);
Willy Tarreauaae75e32013-03-29 12:31:49 +010010165
Willy Tarreau14174bc2012-04-16 14:34:04 +020010166 if (unlikely(txn->req.msg_state < HTTP_MSG_BODY)) {
Willy Tarreau472b1ee2013-10-14 22:41:30 +020010167 if (msg->msg_state == HTTP_MSG_ERROR)
Willy Tarreau506d0502013-07-06 13:29:24 +020010168 return 0;
Willy Tarreau14174bc2012-04-16 14:34:04 +020010169
10170 /* Try to decode HTTP request */
Willy Tarreau22ec1ea2014-11-27 20:45:39 +010010171 if (likely(msg->next < s->req.buf->i))
Willy Tarreau14174bc2012-04-16 14:34:04 +020010172 http_msg_analyzer(msg, &txn->hdr_idx);
10173
10174 /* Still no valid request ? */
10175 if (unlikely(msg->msg_state < HTTP_MSG_BODY)) {
Willy Tarreau3bf1b2b2012-08-27 20:46:07 +020010176 if ((msg->msg_state == HTTP_MSG_ERROR) ||
Willy Tarreau22ec1ea2014-11-27 20:45:39 +010010177 buffer_full(s->req.buf, global.tune.maxrewrite)) {
Willy Tarreau506d0502013-07-06 13:29:24 +020010178 return 0;
Willy Tarreau14174bc2012-04-16 14:34:04 +020010179 }
10180 /* wait for final state */
Willy Tarreau37406352012-04-23 16:16:37 +020010181 smp->flags |= SMP_F_MAY_CHANGE;
Willy Tarreau14174bc2012-04-16 14:34:04 +020010182 return 0;
10183 }
10184
10185 /* OK we just got a valid HTTP request. We have some minor
10186 * preparation to perform so that further checks can rely
10187 * on HTTP tests.
10188 */
Willy Tarreauaae75e32013-03-29 12:31:49 +010010189
10190 /* If the request was parsed but was too large, we must absolutely
10191 * return an error so that it is not processed. At the moment this
10192 * cannot happen, but if the parsers are to change in the future,
10193 * we want this check to be maintained.
10194 */
Willy Tarreau22ec1ea2014-11-27 20:45:39 +010010195 if (unlikely(s->req.buf->i + s->req.buf->p >
10196 s->req.buf->data + s->req.buf->size - global.tune.maxrewrite)) {
Willy Tarreau10e61cb2017-01-04 14:51:22 +010010197 msg->err_state = msg->msg_state;
Willy Tarreauaae75e32013-03-29 12:31:49 +010010198 msg->msg_state = HTTP_MSG_ERROR;
Thierry FOURNIER136f9d32015-08-19 09:07:19 +020010199 smp->data.u.sint = 1;
Willy Tarreauaae75e32013-03-29 12:31:49 +010010200 return 1;
10201 }
10202
Willy Tarreau9b28e032012-10-12 23:49:43 +020010203 txn->meth = find_http_meth(msg->chn->buf->p, msg->sl.rq.m_l);
Willy Tarreau14174bc2012-04-16 14:34:04 +020010204 if (txn->meth == HTTP_METH_GET || txn->meth == HTTP_METH_HEAD)
Willy Tarreaue7dff022015-04-03 01:14:29 +020010205 s->flags |= SF_REDIRECTABLE;
Willy Tarreau14174bc2012-04-16 14:34:04 +020010206
Willy Tarreau506d0502013-07-06 13:29:24 +020010207 if (unlikely(msg->sl.rq.v_l == 0) && !http_upgrade_v09_to_v10(txn))
10208 return 0;
Willy Tarreau14174bc2012-04-16 14:34:04 +020010209 }
10210
Willy Tarreau506d0502013-07-06 13:29:24 +020010211 if (req_vol && txn->rsp.msg_state != HTTP_MSG_RPBEFORE) {
Willy Tarreau14174bc2012-04-16 14:34:04 +020010212 return 0; /* data might have moved and indexes changed */
Willy Tarreau506d0502013-07-06 13:29:24 +020010213 }
Willy Tarreau14174bc2012-04-16 14:34:04 +020010214
10215 /* otherwise everything's ready for the request */
10216 }
Willy Tarreau24e32d82012-04-23 23:55:44 +020010217 else {
10218 /* Check for a dependency on a response */
Willy Tarreau506d0502013-07-06 13:29:24 +020010219 if (txn->rsp.msg_state < HTTP_MSG_BODY) {
10220 smp->flags |= SMP_F_MAY_CHANGE;
Willy Tarreau14174bc2012-04-16 14:34:04 +020010221 return 0;
Willy Tarreau506d0502013-07-06 13:29:24 +020010222 }
Willy Tarreau14174bc2012-04-16 14:34:04 +020010223 }
10224
10225 /* everything's OK */
Thierry FOURNIER136f9d32015-08-19 09:07:19 +020010226 smp->data.u.sint = 1;
Willy Tarreau14174bc2012-04-16 14:34:04 +020010227 return 1;
10228}
Willy Tarreau8797c062007-05-07 00:55:35 +020010229
Willy Tarreau8797c062007-05-07 00:55:35 +020010230/* 1. Check on METHOD
10231 * We use the pre-parsed method if it is known, and store its number as an
10232 * integer. If it is unknown, we use the pointer and the length.
10233 */
Thierry FOURNIERe47e4e22014-04-28 11:18:57 +020010234static int pat_parse_meth(const char *text, struct pattern *pattern, int mflags, char **err)
Willy Tarreau8797c062007-05-07 00:55:35 +020010235{
10236 int len, meth;
10237
Thierry FOURNIER580c32c2014-01-24 10:58:12 +010010238 len = strlen(text);
10239 meth = find_http_meth(text, len);
Willy Tarreau8797c062007-05-07 00:55:35 +020010240
10241 pattern->val.i = meth;
10242 if (meth == HTTP_METH_OTHER) {
Willy Tarreau912c1192014-08-29 15:15:50 +020010243 pattern->ptr.str = (char *)text;
Willy Tarreau8797c062007-05-07 00:55:35 +020010244 pattern->len = len;
10245 }
Thierry FOURNIERd4373142013-12-17 01:10:10 +010010246 else {
10247 pattern->ptr.str = NULL;
10248 pattern->len = 0;
Thierry FOURNIERd4373142013-12-17 01:10:10 +010010249 }
Willy Tarreau8797c062007-05-07 00:55:35 +020010250 return 1;
10251}
10252
Willy Tarreau8e5e9552011-12-16 15:38:49 +010010253/* This function fetches the method of current HTTP request and stores
10254 * it in the global pattern struct as a chunk. There are two possibilities :
10255 * - if the method is known (not HTTP_METH_OTHER), its identifier is stored
10256 * in <len> and <ptr> is NULL ;
10257 * - if the method is unknown (HTTP_METH_OTHER), <ptr> points to the text and
10258 * <len> to its length.
Thierry FOURNIERa65b3432013-11-28 18:22:00 +010010259 * This is intended to be used with pat_match_meth() only.
Willy Tarreau8e5e9552011-12-16 15:38:49 +010010260 */
Willy Tarreaud41f8d82007-06-10 10:06:18 +020010261static int
Thierry FOURNIER0786d052015-05-11 15:42:45 +020010262smp_fetch_meth(const struct arg *args, struct sample *smp, const char *kw, void *private)
Willy Tarreau8797c062007-05-07 00:55:35 +020010263{
10264 int meth;
Willy Tarreaube508f12016-03-10 11:47:01 +010010265 struct http_txn *txn;
Willy Tarreau8797c062007-05-07 00:55:35 +020010266
Willy Tarreau24e32d82012-04-23 23:55:44 +020010267 CHECK_HTTP_MESSAGE_FIRST_PERM();
Willy Tarreauc11416f2007-06-17 16:58:38 +020010268
Willy Tarreaube508f12016-03-10 11:47:01 +010010269 txn = smp->strm->txn;
Willy Tarreau8797c062007-05-07 00:55:35 +020010270 meth = txn->meth;
Thierry FOURNIER8c542ca2015-08-19 09:00:18 +020010271 smp->data.type = SMP_T_METH;
Thierry FOURNIER136f9d32015-08-19 09:07:19 +020010272 smp->data.u.meth.meth = meth;
Willy Tarreau8797c062007-05-07 00:55:35 +020010273 if (meth == HTTP_METH_OTHER) {
Willy Tarreauc11416f2007-06-17 16:58:38 +020010274 if (txn->rsp.msg_state != HTTP_MSG_RPBEFORE)
10275 /* ensure the indexes are not affected */
10276 return 0;
Thierry FOURNIER7654c9f2013-12-17 00:20:33 +010010277 smp->flags |= SMP_F_CONST;
Thierry FOURNIER136f9d32015-08-19 09:07:19 +020010278 smp->data.u.meth.str.len = txn->req.sl.rq.m_l;
10279 smp->data.u.meth.str.str = txn->req.chn->buf->p;
Willy Tarreau8797c062007-05-07 00:55:35 +020010280 }
Thierry FOURNIER7654c9f2013-12-17 00:20:33 +010010281 smp->flags |= SMP_F_VOL_1ST;
Willy Tarreau8797c062007-05-07 00:55:35 +020010282 return 1;
10283}
10284
Willy Tarreau8e5e9552011-12-16 15:38:49 +010010285/* See above how the method is stored in the global pattern */
Thierry FOURNIER5338eea2013-12-16 14:22:13 +010010286static struct pattern *pat_match_meth(struct sample *smp, struct pattern_expr *expr, int fill)
Willy Tarreau8797c062007-05-07 00:55:35 +020010287{
Willy Tarreauc8d7c962007-06-17 08:20:33 +020010288 int icase;
Thierry FOURNIER5338eea2013-12-16 14:22:13 +010010289 struct pattern_list *lst;
10290 struct pattern *pattern;
Willy Tarreauc8d7c962007-06-17 08:20:33 +020010291
Thierry FOURNIER5338eea2013-12-16 14:22:13 +010010292 list_for_each_entry(lst, &expr->patterns, list) {
10293 pattern = &lst->pat;
Willy Tarreau8797c062007-05-07 00:55:35 +020010294
Thierry FOURNIER5338eea2013-12-16 14:22:13 +010010295 /* well-known method */
10296 if (pattern->val.i != HTTP_METH_OTHER) {
Thierry FOURNIER136f9d32015-08-19 09:07:19 +020010297 if (smp->data.u.meth.meth == pattern->val.i)
Thierry FOURNIER5338eea2013-12-16 14:22:13 +010010298 return pattern;
10299 else
10300 continue;
10301 }
Willy Tarreauc8d7c962007-06-17 08:20:33 +020010302
Thierry FOURNIER5338eea2013-12-16 14:22:13 +010010303 /* Other method, we must compare the strings */
Thierry FOURNIER136f9d32015-08-19 09:07:19 +020010304 if (pattern->len != smp->data.u.meth.str.len)
Thierry FOURNIER5338eea2013-12-16 14:22:13 +010010305 continue;
10306
Thierry FOURNIERe47e4e22014-04-28 11:18:57 +020010307 icase = expr->mflags & PAT_MF_IGNORE_CASE;
Thierry FOURNIER136f9d32015-08-19 09:07:19 +020010308 if ((icase && strncasecmp(pattern->ptr.str, smp->data.u.meth.str.str, smp->data.u.meth.str.len) == 0) ||
10309 (!icase && strncmp(pattern->ptr.str, smp->data.u.meth.str.str, smp->data.u.meth.str.len) == 0))
Thierry FOURNIER5338eea2013-12-16 14:22:13 +010010310 return pattern;
10311 }
10312 return NULL;
Willy Tarreau8797c062007-05-07 00:55:35 +020010313}
10314
Willy Tarreaud41f8d82007-06-10 10:06:18 +020010315static int
Thierry FOURNIER0786d052015-05-11 15:42:45 +020010316smp_fetch_rqver(const struct arg *args, struct sample *smp, const char *kw, void *private)
Willy Tarreau8797c062007-05-07 00:55:35 +020010317{
Willy Tarreaube508f12016-03-10 11:47:01 +010010318 struct http_txn *txn;
Willy Tarreau8797c062007-05-07 00:55:35 +020010319 char *ptr;
10320 int len;
10321
Willy Tarreauc0239e02012-04-16 14:42:55 +020010322 CHECK_HTTP_MESSAGE_FIRST();
Willy Tarreauc11416f2007-06-17 16:58:38 +020010323
Willy Tarreaube508f12016-03-10 11:47:01 +010010324 txn = smp->strm->txn;
Willy Tarreau8797c062007-05-07 00:55:35 +020010325 len = txn->req.sl.rq.v_l;
Willy Tarreau9b28e032012-10-12 23:49:43 +020010326 ptr = txn->req.chn->buf->p + txn->req.sl.rq.v;
Willy Tarreau8797c062007-05-07 00:55:35 +020010327
10328 while ((len-- > 0) && (*ptr++ != '/'));
10329 if (len <= 0)
10330 return 0;
10331
Thierry FOURNIER8c542ca2015-08-19 09:00:18 +020010332 smp->data.type = SMP_T_STR;
Thierry FOURNIER136f9d32015-08-19 09:07:19 +020010333 smp->data.u.str.str = ptr;
10334 smp->data.u.str.len = len;
Willy Tarreau8797c062007-05-07 00:55:35 +020010335
Thierry FOURNIER7654c9f2013-12-17 00:20:33 +010010336 smp->flags = SMP_F_VOL_1ST | SMP_F_CONST;
Willy Tarreau8797c062007-05-07 00:55:35 +020010337 return 1;
10338}
10339
Willy Tarreaud41f8d82007-06-10 10:06:18 +020010340static int
Thierry FOURNIER0786d052015-05-11 15:42:45 +020010341smp_fetch_stver(const struct arg *args, struct sample *smp, const char *kw, void *private)
Willy Tarreau8797c062007-05-07 00:55:35 +020010342{
Willy Tarreau15e91e12015-04-04 00:52:09 +020010343 struct http_txn *txn;
Willy Tarreau8797c062007-05-07 00:55:35 +020010344 char *ptr;
10345 int len;
10346
Willy Tarreauc0239e02012-04-16 14:42:55 +020010347 CHECK_HTTP_MESSAGE_FIRST();
Willy Tarreauc11416f2007-06-17 16:58:38 +020010348
Thierry FOURNIER0a9a2b82015-05-11 15:20:49 +020010349 txn = smp->strm->txn;
Willy Tarreauf26b2522012-12-14 08:33:14 +010010350 if (txn->rsp.msg_state < HTTP_MSG_BODY)
10351 return 0;
10352
Willy Tarreau8797c062007-05-07 00:55:35 +020010353 len = txn->rsp.sl.st.v_l;
Willy Tarreau9b28e032012-10-12 23:49:43 +020010354 ptr = txn->rsp.chn->buf->p;
Willy Tarreau8797c062007-05-07 00:55:35 +020010355
10356 while ((len-- > 0) && (*ptr++ != '/'));
10357 if (len <= 0)
10358 return 0;
10359
Thierry FOURNIER8c542ca2015-08-19 09:00:18 +020010360 smp->data.type = SMP_T_STR;
Thierry FOURNIER136f9d32015-08-19 09:07:19 +020010361 smp->data.u.str.str = ptr;
10362 smp->data.u.str.len = len;
Willy Tarreau8797c062007-05-07 00:55:35 +020010363
Thierry FOURNIER7654c9f2013-12-17 00:20:33 +010010364 smp->flags = SMP_F_VOL_1ST | SMP_F_CONST;
Willy Tarreau8797c062007-05-07 00:55:35 +020010365 return 1;
10366}
10367
10368/* 3. Check on Status Code. We manipulate integers here. */
Willy Tarreaud41f8d82007-06-10 10:06:18 +020010369static int
Thierry FOURNIER0786d052015-05-11 15:42:45 +020010370smp_fetch_stcode(const struct arg *args, struct sample *smp, const char *kw, void *private)
Willy Tarreau8797c062007-05-07 00:55:35 +020010371{
Willy Tarreau15e91e12015-04-04 00:52:09 +020010372 struct http_txn *txn;
Willy Tarreau8797c062007-05-07 00:55:35 +020010373 char *ptr;
10374 int len;
10375
Willy Tarreauc0239e02012-04-16 14:42:55 +020010376 CHECK_HTTP_MESSAGE_FIRST();
Willy Tarreauc11416f2007-06-17 16:58:38 +020010377
Thierry FOURNIER0a9a2b82015-05-11 15:20:49 +020010378 txn = smp->strm->txn;
Willy Tarreauf26b2522012-12-14 08:33:14 +010010379 if (txn->rsp.msg_state < HTTP_MSG_BODY)
10380 return 0;
10381
Willy Tarreau8797c062007-05-07 00:55:35 +020010382 len = txn->rsp.sl.st.c_l;
Willy Tarreau9b28e032012-10-12 23:49:43 +020010383 ptr = txn->rsp.chn->buf->p + txn->rsp.sl.st.c;
Willy Tarreau8797c062007-05-07 00:55:35 +020010384
Thierry FOURNIER8c542ca2015-08-19 09:00:18 +020010385 smp->data.type = SMP_T_SINT;
Thierry FOURNIER136f9d32015-08-19 09:07:19 +020010386 smp->data.u.sint = __strl2ui(ptr, len);
Willy Tarreau37406352012-04-23 16:16:37 +020010387 smp->flags = SMP_F_VOL_1ST;
Willy Tarreau8797c062007-05-07 00:55:35 +020010388 return 1;
10389}
10390
Thierry Fournierf4011dd2016-03-29 17:23:51 +020010391static int
10392smp_fetch_uniqueid(const struct arg *args, struct sample *smp, const char *kw, void *private)
10393{
10394 if (LIST_ISEMPTY(&smp->sess->fe->format_unique_id))
10395 return 0;
10396
10397 if (!smp->strm->unique_id) {
10398 if ((smp->strm->unique_id = pool_alloc2(pool2_uniqueid)) == NULL)
10399 return 0;
10400 smp->strm->unique_id[0] = '\0';
10401 }
10402 smp->data.u.str.len = build_logline(smp->strm, smp->strm->unique_id,
10403 UNIQUEID_LEN, &smp->sess->fe->format_unique_id);
10404
10405 smp->data.type = SMP_T_STR;
10406 smp->data.u.str.str = smp->strm->unique_id;
10407 smp->flags = SMP_F_CONST;
10408 return 1;
10409}
10410
Willy Tarreaua5910cc2015-05-02 00:46:08 +020010411/* returns the longest available part of the body. This requires that the body
10412 * has been waited for using http-buffer-request.
10413 */
10414static int
Thierry FOURNIER0786d052015-05-11 15:42:45 +020010415smp_fetch_body(const struct arg *args, struct sample *smp, const char *kw, void *private)
Willy Tarreaua5910cc2015-05-02 00:46:08 +020010416{
Willy Tarreaua5910cc2015-05-02 00:46:08 +020010417 struct http_msg *msg;
10418 unsigned long len;
10419 unsigned long block1;
10420 char *body;
10421 struct chunk *temp;
10422
10423 CHECK_HTTP_MESSAGE_FIRST();
10424
Thierry FOURNIER0786d052015-05-11 15:42:45 +020010425 if ((smp->opt & SMP_OPT_DIR) == SMP_OPT_DIR_REQ)
Willy Tarreaube508f12016-03-10 11:47:01 +010010426 msg = &smp->strm->txn->req;
Willy Tarreaua5910cc2015-05-02 00:46:08 +020010427 else
Willy Tarreaube508f12016-03-10 11:47:01 +010010428 msg = &smp->strm->txn->rsp;
Willy Tarreaua5910cc2015-05-02 00:46:08 +020010429
10430 len = http_body_bytes(msg);
10431 body = b_ptr(msg->chn->buf, -http_data_rewind(msg));
10432
10433 block1 = len;
10434 if (block1 > msg->chn->buf->data + msg->chn->buf->size - body)
10435 block1 = msg->chn->buf->data + msg->chn->buf->size - body;
10436
10437 if (block1 == len) {
10438 /* buffer is not wrapped (or empty) */
Thierry FOURNIER8c542ca2015-08-19 09:00:18 +020010439 smp->data.type = SMP_T_BIN;
Thierry FOURNIER136f9d32015-08-19 09:07:19 +020010440 smp->data.u.str.str = body;
10441 smp->data.u.str.len = len;
Willy Tarreaua5910cc2015-05-02 00:46:08 +020010442 smp->flags = SMP_F_VOL_TEST | SMP_F_CONST;
10443 }
10444 else {
10445 /* buffer is wrapped, we need to defragment it */
10446 temp = get_trash_chunk();
10447 memcpy(temp->str, body, block1);
10448 memcpy(temp->str + block1, msg->chn->buf->data, len - block1);
Thierry FOURNIER8c542ca2015-08-19 09:00:18 +020010449 smp->data.type = SMP_T_BIN;
Thierry FOURNIER136f9d32015-08-19 09:07:19 +020010450 smp->data.u.str.str = temp->str;
10451 smp->data.u.str.len = len;
Willy Tarreaua5910cc2015-05-02 00:46:08 +020010452 smp->flags = SMP_F_VOL_TEST;
10453 }
10454 return 1;
10455}
10456
10457
10458/* returns the available length of the body. This requires that the body
10459 * has been waited for using http-buffer-request.
10460 */
10461static int
Thierry FOURNIER0786d052015-05-11 15:42:45 +020010462smp_fetch_body_len(const struct arg *args, struct sample *smp, const char *kw, void *private)
Willy Tarreaua5910cc2015-05-02 00:46:08 +020010463{
Willy Tarreaua5910cc2015-05-02 00:46:08 +020010464 struct http_msg *msg;
10465
10466 CHECK_HTTP_MESSAGE_FIRST();
10467
Thierry FOURNIER0786d052015-05-11 15:42:45 +020010468 if ((smp->opt & SMP_OPT_DIR) == SMP_OPT_DIR_REQ)
Willy Tarreaube508f12016-03-10 11:47:01 +010010469 msg = &smp->strm->txn->req;
Willy Tarreaua5910cc2015-05-02 00:46:08 +020010470 else
Willy Tarreaube508f12016-03-10 11:47:01 +010010471 msg = &smp->strm->txn->rsp;
Willy Tarreaua5910cc2015-05-02 00:46:08 +020010472
Thierry FOURNIER8c542ca2015-08-19 09:00:18 +020010473 smp->data.type = SMP_T_SINT;
Thierry FOURNIER136f9d32015-08-19 09:07:19 +020010474 smp->data.u.sint = http_body_bytes(msg);
Willy Tarreaua5910cc2015-05-02 00:46:08 +020010475
10476 smp->flags = SMP_F_VOL_TEST;
10477 return 1;
10478}
10479
10480
10481/* returns the advertised length of the body, or the advertised size of the
10482 * chunks available in the buffer. This requires that the body has been waited
10483 * for using http-buffer-request.
10484 */
10485static int
Thierry FOURNIER0786d052015-05-11 15:42:45 +020010486smp_fetch_body_size(const struct arg *args, struct sample *smp, const char *kw, void *private)
Willy Tarreaua5910cc2015-05-02 00:46:08 +020010487{
Willy Tarreaua5910cc2015-05-02 00:46:08 +020010488 struct http_msg *msg;
10489
10490 CHECK_HTTP_MESSAGE_FIRST();
10491
Thierry FOURNIER0786d052015-05-11 15:42:45 +020010492 if ((smp->opt & SMP_OPT_DIR) == SMP_OPT_DIR_REQ)
Willy Tarreaube508f12016-03-10 11:47:01 +010010493 msg = &smp->strm->txn->req;
Willy Tarreaua5910cc2015-05-02 00:46:08 +020010494 else
Willy Tarreaube508f12016-03-10 11:47:01 +010010495 msg = &smp->strm->txn->rsp;
Willy Tarreaua5910cc2015-05-02 00:46:08 +020010496
Thierry FOURNIER8c542ca2015-08-19 09:00:18 +020010497 smp->data.type = SMP_T_SINT;
Thierry FOURNIER136f9d32015-08-19 09:07:19 +020010498 smp->data.u.sint = msg->body_len;
Willy Tarreaua5910cc2015-05-02 00:46:08 +020010499
10500 smp->flags = SMP_F_VOL_TEST;
10501 return 1;
10502}
10503
10504
Willy Tarreau8797c062007-05-07 00:55:35 +020010505/* 4. Check on URL/URI. A pointer to the URI is stored. */
Willy Tarreaud41f8d82007-06-10 10:06:18 +020010506static int
Thierry FOURNIER0786d052015-05-11 15:42:45 +020010507smp_fetch_url(const struct arg *args, struct sample *smp, const char *kw, void *private)
Willy Tarreau8797c062007-05-07 00:55:35 +020010508{
Willy Tarreau15e91e12015-04-04 00:52:09 +020010509 struct http_txn *txn;
Willy Tarreau8797c062007-05-07 00:55:35 +020010510
Willy Tarreauc0239e02012-04-16 14:42:55 +020010511 CHECK_HTTP_MESSAGE_FIRST();
Willy Tarreauc11416f2007-06-17 16:58:38 +020010512
Thierry FOURNIER0a9a2b82015-05-11 15:20:49 +020010513 txn = smp->strm->txn;
Thierry FOURNIER8c542ca2015-08-19 09:00:18 +020010514 smp->data.type = SMP_T_STR;
Thierry FOURNIER136f9d32015-08-19 09:07:19 +020010515 smp->data.u.str.len = txn->req.sl.rq.u_l;
10516 smp->data.u.str.str = txn->req.chn->buf->p + txn->req.sl.rq.u;
Thierry FOURNIER7654c9f2013-12-17 00:20:33 +010010517 smp->flags = SMP_F_VOL_1ST | SMP_F_CONST;
Willy Tarreau8797c062007-05-07 00:55:35 +020010518 return 1;
10519}
10520
Alexandre Cassen5eb1a902007-11-29 15:43:32 +010010521static int
Thierry FOURNIER0786d052015-05-11 15:42:45 +020010522smp_fetch_url_ip(const struct arg *args, struct sample *smp, const char *kw, void *private)
Alexandre Cassen5eb1a902007-11-29 15:43:32 +010010523{
Willy Tarreau15e91e12015-04-04 00:52:09 +020010524 struct http_txn *txn;
Willy Tarreau4c804ec2013-09-30 14:37:14 +020010525 struct sockaddr_storage addr;
Alexandre Cassen5eb1a902007-11-29 15:43:32 +010010526
Willy Tarreauc0239e02012-04-16 14:42:55 +020010527 CHECK_HTTP_MESSAGE_FIRST();
Alexandre Cassen5eb1a902007-11-29 15:43:32 +010010528
Thierry FOURNIER0a9a2b82015-05-11 15:20:49 +020010529 txn = smp->strm->txn;
Thierry FOURNIER9f95e402014-03-21 14:51:46 +010010530 url2sa(txn->req.chn->buf->p + txn->req.sl.rq.u, txn->req.sl.rq.u_l, &addr, NULL);
Willy Tarreau4c804ec2013-09-30 14:37:14 +020010531 if (((struct sockaddr_in *)&addr)->sin_family != AF_INET)
Willy Tarreauf4362b32011-12-16 17:49:52 +010010532 return 0;
Alexandre Cassen5eb1a902007-11-29 15:43:32 +010010533
Thierry FOURNIER8c542ca2015-08-19 09:00:18 +020010534 smp->data.type = SMP_T_IPV4;
Thierry FOURNIER136f9d32015-08-19 09:07:19 +020010535 smp->data.u.ipv4 = ((struct sockaddr_in *)&addr)->sin_addr;
Willy Tarreau37406352012-04-23 16:16:37 +020010536 smp->flags = 0;
Alexandre Cassen5eb1a902007-11-29 15:43:32 +010010537 return 1;
10538}
10539
10540static int
Thierry FOURNIER0786d052015-05-11 15:42:45 +020010541smp_fetch_url_port(const struct arg *args, struct sample *smp, const char *kw, void *private)
Alexandre Cassen5eb1a902007-11-29 15:43:32 +010010542{
Willy Tarreau15e91e12015-04-04 00:52:09 +020010543 struct http_txn *txn;
Willy Tarreau4c804ec2013-09-30 14:37:14 +020010544 struct sockaddr_storage addr;
Alexandre Cassen5eb1a902007-11-29 15:43:32 +010010545
Willy Tarreauc0239e02012-04-16 14:42:55 +020010546 CHECK_HTTP_MESSAGE_FIRST();
Alexandre Cassen5eb1a902007-11-29 15:43:32 +010010547
Thierry FOURNIER0a9a2b82015-05-11 15:20:49 +020010548 txn = smp->strm->txn;
Thierry FOURNIER9f95e402014-03-21 14:51:46 +010010549 url2sa(txn->req.chn->buf->p + txn->req.sl.rq.u, txn->req.sl.rq.u_l, &addr, NULL);
Willy Tarreau4c804ec2013-09-30 14:37:14 +020010550 if (((struct sockaddr_in *)&addr)->sin_family != AF_INET)
10551 return 0;
Alexandre Cassen5eb1a902007-11-29 15:43:32 +010010552
Thierry FOURNIER8c542ca2015-08-19 09:00:18 +020010553 smp->data.type = SMP_T_SINT;
Thierry FOURNIER136f9d32015-08-19 09:07:19 +020010554 smp->data.u.sint = ntohs(((struct sockaddr_in *)&addr)->sin_port);
Willy Tarreau21e5b0e2012-04-23 19:25:44 +020010555 smp->flags = 0;
Alexandre Cassen5eb1a902007-11-29 15:43:32 +010010556 return 1;
10557}
10558
Willy Tarreau185b5c42012-04-26 15:11:51 +020010559/* Fetch an HTTP header. A pointer to the beginning of the value is returned.
10560 * Accepts an optional argument of type string containing the header field name,
10561 * and an optional argument of type signed or unsigned integer to request an
10562 * explicit occurrence of the header. Note that in the event of a missing name,
Willy Tarreau04ff9f12013-06-10 18:39:42 +020010563 * headers are considered from the first one. It does not stop on commas and
10564 * returns full lines instead (useful for User-Agent or Date for example).
10565 */
10566static int
Thierry FOURNIER0786d052015-05-11 15:42:45 +020010567smp_fetch_fhdr(const struct arg *args, struct sample *smp, const char *kw, void *private)
Willy Tarreau04ff9f12013-06-10 18:39:42 +020010568{
Willy Tarreau15e91e12015-04-04 00:52:09 +020010569 struct hdr_idx *idx;
Willy Tarreau04ff9f12013-06-10 18:39:42 +020010570 struct hdr_ctx *ctx = smp->ctx.a[0];
Willy Tarreau15e91e12015-04-04 00:52:09 +020010571 const struct http_msg *msg;
Willy Tarreau04ff9f12013-06-10 18:39:42 +020010572 int occ = 0;
10573 const char *name_str = NULL;
10574 int name_len = 0;
10575
10576 if (!ctx) {
10577 /* first call */
10578 ctx = &static_hdr_ctx;
10579 ctx->idx = 0;
10580 smp->ctx.a[0] = ctx;
10581 }
10582
10583 if (args) {
10584 if (args[0].type != ARGT_STR)
10585 return 0;
10586 name_str = args[0].data.str.str;
10587 name_len = args[0].data.str.len;
10588
Thierry FOURNIERbf65cd42015-07-20 17:45:02 +020010589 if (args[1].type == ARGT_SINT)
10590 occ = args[1].data.sint;
Willy Tarreau04ff9f12013-06-10 18:39:42 +020010591 }
10592
10593 CHECK_HTTP_MESSAGE_FIRST();
10594
Thierry FOURNIER0a9a2b82015-05-11 15:20:49 +020010595 idx = &smp->strm->txn->hdr_idx;
Thierry FOURNIER0786d052015-05-11 15:42:45 +020010596 msg = ((smp->opt & SMP_OPT_DIR) == SMP_OPT_DIR_REQ) ? &smp->strm->txn->req : &smp->strm->txn->rsp;
Willy Tarreau15e91e12015-04-04 00:52:09 +020010597
Willy Tarreau04ff9f12013-06-10 18:39:42 +020010598 if (ctx && !(smp->flags & SMP_F_NOT_LAST))
10599 /* search for header from the beginning */
10600 ctx->idx = 0;
10601
Thierry FOURNIER0786d052015-05-11 15:42:45 +020010602 if (!occ && !(smp->opt & SMP_OPT_ITERATE))
Willy Tarreau04ff9f12013-06-10 18:39:42 +020010603 /* no explicit occurrence and single fetch => last header by default */
10604 occ = -1;
10605
10606 if (!occ)
10607 /* prepare to report multiple occurrences for ACL fetches */
10608 smp->flags |= SMP_F_NOT_LAST;
10609
Thierry FOURNIER8c542ca2015-08-19 09:00:18 +020010610 smp->data.type = SMP_T_STR;
Thierry FOURNIER7654c9f2013-12-17 00:20:33 +010010611 smp->flags |= SMP_F_VOL_HDR | SMP_F_CONST;
Thierry FOURNIER136f9d32015-08-19 09:07:19 +020010612 if (http_get_fhdr(msg, name_str, name_len, idx, occ, ctx, &smp->data.u.str.str, &smp->data.u.str.len))
Willy Tarreau04ff9f12013-06-10 18:39:42 +020010613 return 1;
10614
10615 smp->flags &= ~SMP_F_NOT_LAST;
10616 return 0;
10617}
10618
10619/* 6. Check on HTTP header count. The number of occurrences is returned.
10620 * Accepts exactly 1 argument of type string. It does not stop on commas and
10621 * returns full lines instead (useful for User-Agent or Date for example).
10622 */
10623static int
Thierry FOURNIER0786d052015-05-11 15:42:45 +020010624smp_fetch_fhdr_cnt(const struct arg *args, struct sample *smp, const char *kw, void *private)
Willy Tarreau04ff9f12013-06-10 18:39:42 +020010625{
Willy Tarreau15e91e12015-04-04 00:52:09 +020010626 struct hdr_idx *idx;
Willy Tarreau04ff9f12013-06-10 18:39:42 +020010627 struct hdr_ctx ctx;
Willy Tarreau15e91e12015-04-04 00:52:09 +020010628 const struct http_msg *msg;
Willy Tarreau04ff9f12013-06-10 18:39:42 +020010629 int cnt;
Willy Tarreau601a4d12015-04-01 19:16:09 +020010630 const char *name = NULL;
10631 int len = 0;
Willy Tarreau04ff9f12013-06-10 18:39:42 +020010632
Willy Tarreau601a4d12015-04-01 19:16:09 +020010633 if (args && args->type == ARGT_STR) {
10634 name = args->data.str.str;
10635 len = args->data.str.len;
10636 }
Willy Tarreau04ff9f12013-06-10 18:39:42 +020010637
10638 CHECK_HTTP_MESSAGE_FIRST();
10639
Thierry FOURNIER0a9a2b82015-05-11 15:20:49 +020010640 idx = &smp->strm->txn->hdr_idx;
Thierry FOURNIER0786d052015-05-11 15:42:45 +020010641 msg = ((smp->opt & SMP_OPT_DIR) == SMP_OPT_DIR_REQ) ? &smp->strm->txn->req : &smp->strm->txn->rsp;
Willy Tarreau15e91e12015-04-04 00:52:09 +020010642
Willy Tarreau04ff9f12013-06-10 18:39:42 +020010643 ctx.idx = 0;
10644 cnt = 0;
Willy Tarreau601a4d12015-04-01 19:16:09 +020010645 while (http_find_full_header2(name, len, msg->chn->buf->p, idx, &ctx))
Willy Tarreau04ff9f12013-06-10 18:39:42 +020010646 cnt++;
10647
Thierry FOURNIER8c542ca2015-08-19 09:00:18 +020010648 smp->data.type = SMP_T_SINT;
Thierry FOURNIER136f9d32015-08-19 09:07:19 +020010649 smp->data.u.sint = cnt;
Willy Tarreau04ff9f12013-06-10 18:39:42 +020010650 smp->flags = SMP_F_VOL_HDR;
10651 return 1;
10652}
10653
Willy Tarreaueb27ec72015-02-20 13:55:29 +010010654static int
Thierry FOURNIER0786d052015-05-11 15:42:45 +020010655smp_fetch_hdr_names(const struct arg *args, struct sample *smp, const char *kw, void *private)
Willy Tarreaueb27ec72015-02-20 13:55:29 +010010656{
Willy Tarreau15e91e12015-04-04 00:52:09 +020010657 struct hdr_idx *idx;
Willy Tarreaueb27ec72015-02-20 13:55:29 +010010658 struct hdr_ctx ctx;
Willy Tarreau15e91e12015-04-04 00:52:09 +020010659 const struct http_msg *msg;
Willy Tarreaueb27ec72015-02-20 13:55:29 +010010660 struct chunk *temp;
10661 char del = ',';
10662
10663 if (args && args->type == ARGT_STR)
10664 del = *args[0].data.str.str;
10665
10666 CHECK_HTTP_MESSAGE_FIRST();
10667
Thierry FOURNIER0a9a2b82015-05-11 15:20:49 +020010668 idx = &smp->strm->txn->hdr_idx;
Thierry FOURNIER0786d052015-05-11 15:42:45 +020010669 msg = ((smp->opt & SMP_OPT_DIR) == SMP_OPT_DIR_REQ) ? &smp->strm->txn->req : &smp->strm->txn->rsp;
Willy Tarreau15e91e12015-04-04 00:52:09 +020010670
Willy Tarreaueb27ec72015-02-20 13:55:29 +010010671 temp = get_trash_chunk();
10672
10673 ctx.idx = 0;
10674 while (http_find_next_header(msg->chn->buf->p, idx, &ctx)) {
10675 if (temp->len)
10676 temp->str[temp->len++] = del;
10677 memcpy(temp->str + temp->len, ctx.line, ctx.del);
10678 temp->len += ctx.del;
10679 }
10680
Thierry FOURNIER8c542ca2015-08-19 09:00:18 +020010681 smp->data.type = SMP_T_STR;
Thierry FOURNIER136f9d32015-08-19 09:07:19 +020010682 smp->data.u.str.str = temp->str;
10683 smp->data.u.str.len = temp->len;
Willy Tarreaueb27ec72015-02-20 13:55:29 +010010684 smp->flags = SMP_F_VOL_HDR;
10685 return 1;
10686}
10687
Willy Tarreau04ff9f12013-06-10 18:39:42 +020010688/* Fetch an HTTP header. A pointer to the beginning of the value is returned.
10689 * Accepts an optional argument of type string containing the header field name,
10690 * and an optional argument of type signed or unsigned integer to request an
10691 * explicit occurrence of the header. Note that in the event of a missing name,
Willy Tarreau185b5c42012-04-26 15:11:51 +020010692 * headers are considered from the first one.
Willy Tarreauc11416f2007-06-17 16:58:38 +020010693 */
Willy Tarreau33a7e692007-06-10 19:45:56 +020010694static int
Thierry FOURNIER0786d052015-05-11 15:42:45 +020010695smp_fetch_hdr(const struct arg *args, struct sample *smp, const char *kw, void *private)
Willy Tarreau33a7e692007-06-10 19:45:56 +020010696{
Willy Tarreau15e91e12015-04-04 00:52:09 +020010697 struct hdr_idx *idx;
Willy Tarreaua890d072013-04-02 12:01:06 +020010698 struct hdr_ctx *ctx = smp->ctx.a[0];
Willy Tarreau15e91e12015-04-04 00:52:09 +020010699 const struct http_msg *msg;
Willy Tarreau185b5c42012-04-26 15:11:51 +020010700 int occ = 0;
10701 const char *name_str = NULL;
10702 int name_len = 0;
Willy Tarreaue333ec92012-04-16 16:26:40 +020010703
Willy Tarreaua890d072013-04-02 12:01:06 +020010704 if (!ctx) {
10705 /* first call */
10706 ctx = &static_hdr_ctx;
10707 ctx->idx = 0;
Willy Tarreauffb6f082013-04-02 23:16:53 +020010708 smp->ctx.a[0] = ctx;
Willy Tarreaua890d072013-04-02 12:01:06 +020010709 }
10710
Willy Tarreau185b5c42012-04-26 15:11:51 +020010711 if (args) {
10712 if (args[0].type != ARGT_STR)
10713 return 0;
10714 name_str = args[0].data.str.str;
10715 name_len = args[0].data.str.len;
10716
Thierry FOURNIERbf65cd42015-07-20 17:45:02 +020010717 if (args[1].type == ARGT_SINT)
10718 occ = args[1].data.sint;
Willy Tarreau185b5c42012-04-26 15:11:51 +020010719 }
Willy Tarreau34db1082012-04-19 17:16:54 +020010720
Willy Tarreaue333ec92012-04-16 16:26:40 +020010721 CHECK_HTTP_MESSAGE_FIRST();
Willy Tarreau33a7e692007-06-10 19:45:56 +020010722
Thierry FOURNIER0a9a2b82015-05-11 15:20:49 +020010723 idx = &smp->strm->txn->hdr_idx;
Thierry FOURNIER0786d052015-05-11 15:42:45 +020010724 msg = ((smp->opt & SMP_OPT_DIR) == SMP_OPT_DIR_REQ) ? &smp->strm->txn->req : &smp->strm->txn->rsp;
Willy Tarreau15e91e12015-04-04 00:52:09 +020010725
Willy Tarreau185b5c42012-04-26 15:11:51 +020010726 if (ctx && !(smp->flags & SMP_F_NOT_LAST))
Willy Tarreau33a7e692007-06-10 19:45:56 +020010727 /* search for header from the beginning */
10728 ctx->idx = 0;
10729
Thierry FOURNIER0786d052015-05-11 15:42:45 +020010730 if (!occ && !(smp->opt & SMP_OPT_ITERATE))
Willy Tarreau185b5c42012-04-26 15:11:51 +020010731 /* no explicit occurrence and single fetch => last header by default */
10732 occ = -1;
10733
10734 if (!occ)
10735 /* prepare to report multiple occurrences for ACL fetches */
Willy Tarreau37406352012-04-23 16:16:37 +020010736 smp->flags |= SMP_F_NOT_LAST;
Willy Tarreau664092c2011-12-16 19:11:42 +010010737
Thierry FOURNIER8c542ca2015-08-19 09:00:18 +020010738 smp->data.type = SMP_T_STR;
Thierry FOURNIER7654c9f2013-12-17 00:20:33 +010010739 smp->flags |= SMP_F_VOL_HDR | SMP_F_CONST;
Thierry FOURNIER136f9d32015-08-19 09:07:19 +020010740 if (http_get_hdr(msg, name_str, name_len, idx, occ, ctx, &smp->data.u.str.str, &smp->data.u.str.len))
Willy Tarreau33a7e692007-06-10 19:45:56 +020010741 return 1;
Willy Tarreau33a7e692007-06-10 19:45:56 +020010742
Willy Tarreau37406352012-04-23 16:16:37 +020010743 smp->flags &= ~SMP_F_NOT_LAST;
Willy Tarreau33a7e692007-06-10 19:45:56 +020010744 return 0;
10745}
10746
Willy Tarreauc11416f2007-06-17 16:58:38 +020010747/* 6. Check on HTTP header count. The number of occurrences is returned.
Willy Tarreau34db1082012-04-19 17:16:54 +020010748 * Accepts exactly 1 argument of type string.
Willy Tarreauc11416f2007-06-17 16:58:38 +020010749 */
10750static int
Thierry FOURNIER0786d052015-05-11 15:42:45 +020010751smp_fetch_hdr_cnt(const struct arg *args, struct sample *smp, const char *kw, void *private)
Willy Tarreau33a7e692007-06-10 19:45:56 +020010752{
Willy Tarreau15e91e12015-04-04 00:52:09 +020010753 struct hdr_idx *idx;
Willy Tarreau33a7e692007-06-10 19:45:56 +020010754 struct hdr_ctx ctx;
Willy Tarreau15e91e12015-04-04 00:52:09 +020010755 const struct http_msg *msg;
Willy Tarreau33a7e692007-06-10 19:45:56 +020010756 int cnt;
Willy Tarreau601a4d12015-04-01 19:16:09 +020010757 const char *name = NULL;
10758 int len = 0;
Willy Tarreau8797c062007-05-07 00:55:35 +020010759
Willy Tarreau601a4d12015-04-01 19:16:09 +020010760 if (args && args->type == ARGT_STR) {
10761 name = args->data.str.str;
10762 len = args->data.str.len;
10763 }
Willy Tarreau34db1082012-04-19 17:16:54 +020010764
Willy Tarreaue333ec92012-04-16 16:26:40 +020010765 CHECK_HTTP_MESSAGE_FIRST();
10766
Thierry FOURNIER0a9a2b82015-05-11 15:20:49 +020010767 idx = &smp->strm->txn->hdr_idx;
Thierry FOURNIER0786d052015-05-11 15:42:45 +020010768 msg = ((smp->opt & SMP_OPT_DIR) == SMP_OPT_DIR_REQ) ? &smp->strm->txn->req : &smp->strm->txn->rsp;
Willy Tarreau15e91e12015-04-04 00:52:09 +020010769
Willy Tarreau33a7e692007-06-10 19:45:56 +020010770 ctx.idx = 0;
10771 cnt = 0;
Willy Tarreau601a4d12015-04-01 19:16:09 +020010772 while (http_find_header2(name, len, msg->chn->buf->p, idx, &ctx))
Willy Tarreau33a7e692007-06-10 19:45:56 +020010773 cnt++;
10774
Thierry FOURNIER8c542ca2015-08-19 09:00:18 +020010775 smp->data.type = SMP_T_SINT;
Thierry FOURNIER136f9d32015-08-19 09:07:19 +020010776 smp->data.u.sint = cnt;
Willy Tarreau37406352012-04-23 16:16:37 +020010777 smp->flags = SMP_F_VOL_HDR;
Willy Tarreau33a7e692007-06-10 19:45:56 +020010778 return 1;
10779}
10780
Willy Tarreau185b5c42012-04-26 15:11:51 +020010781/* Fetch an HTTP header's integer value. The integer value is returned. It
10782 * takes a mandatory argument of type string and an optional one of type int
10783 * to designate a specific occurrence. It returns an unsigned integer, which
10784 * may or may not be appropriate for everything.
Willy Tarreau33a7e692007-06-10 19:45:56 +020010785 */
10786static int
Thierry FOURNIER0786d052015-05-11 15:42:45 +020010787smp_fetch_hdr_val(const struct arg *args, struct sample *smp, const char *kw, void *private)
Willy Tarreau33a7e692007-06-10 19:45:56 +020010788{
Thierry FOURNIER0786d052015-05-11 15:42:45 +020010789 int ret = smp_fetch_hdr(args, smp, kw, private);
Willy Tarreaue333ec92012-04-16 16:26:40 +020010790
Willy Tarreauf853c462012-04-23 18:53:56 +020010791 if (ret > 0) {
Thierry FOURNIER8c542ca2015-08-19 09:00:18 +020010792 smp->data.type = SMP_T_SINT;
Thierry FOURNIER136f9d32015-08-19 09:07:19 +020010793 smp->data.u.sint = strl2ic(smp->data.u.str.str, smp->data.u.str.len);
Willy Tarreauf853c462012-04-23 18:53:56 +020010794 }
Willy Tarreau33a7e692007-06-10 19:45:56 +020010795
Willy Tarreaud53e2422012-04-16 17:21:11 +020010796 return ret;
Willy Tarreau33a7e692007-06-10 19:45:56 +020010797}
10798
Cyril Bonté69fa9922012-10-25 00:01:06 +020010799/* Fetch an HTTP header's IP value. takes a mandatory argument of type string
10800 * and an optional one of type int to designate a specific occurrence.
10801 * It returns an IPv4 or IPv6 address.
Willy Tarreau106f9792009-09-19 07:54:16 +020010802 */
10803static int
Thierry FOURNIER0786d052015-05-11 15:42:45 +020010804smp_fetch_hdr_ip(const struct arg *args, struct sample *smp, const char *kw, void *private)
Willy Tarreau106f9792009-09-19 07:54:16 +020010805{
Willy Tarreaud53e2422012-04-16 17:21:11 +020010806 int ret;
Willy Tarreaue333ec92012-04-16 16:26:40 +020010807
Thierry FOURNIER0786d052015-05-11 15:42:45 +020010808 while ((ret = smp_fetch_hdr(args, smp, kw, private)) > 0) {
Thierry FOURNIER136f9d32015-08-19 09:07:19 +020010809 if (url2ipv4((char *)smp->data.u.str.str, &smp->data.u.ipv4)) {
Thierry FOURNIER8c542ca2015-08-19 09:00:18 +020010810 smp->data.type = SMP_T_IPV4;
Willy Tarreaud53e2422012-04-16 17:21:11 +020010811 break;
Cyril Bonté69fa9922012-10-25 00:01:06 +020010812 } else {
Willy Tarreau47ca5452012-12-23 20:22:19 +010010813 struct chunk *temp = get_trash_chunk();
Thierry FOURNIER136f9d32015-08-19 09:07:19 +020010814 if (smp->data.u.str.len < temp->size - 1) {
10815 memcpy(temp->str, smp->data.u.str.str, smp->data.u.str.len);
10816 temp->str[smp->data.u.str.len] = '\0';
10817 if (inet_pton(AF_INET6, temp->str, &smp->data.u.ipv6)) {
Thierry FOURNIER8c542ca2015-08-19 09:00:18 +020010818 smp->data.type = SMP_T_IPV6;
Cyril Bonté69fa9922012-10-25 00:01:06 +020010819 break;
10820 }
10821 }
10822 }
10823
Willy Tarreaud53e2422012-04-16 17:21:11 +020010824 /* if the header doesn't match an IP address, fetch next one */
Willy Tarreau185b5c42012-04-26 15:11:51 +020010825 if (!(smp->flags & SMP_F_NOT_LAST))
10826 return 0;
Willy Tarreau106f9792009-09-19 07:54:16 +020010827 }
Willy Tarreaud53e2422012-04-16 17:21:11 +020010828 return ret;
Willy Tarreau106f9792009-09-19 07:54:16 +020010829}
10830
Willy Tarreau737b0c12007-06-10 21:28:46 +020010831/* 8. Check on URI PATH. A pointer to the PATH is stored. The path starts at
10832 * the first '/' after the possible hostname, and ends before the possible '?'.
10833 */
10834static int
Thierry FOURNIER0786d052015-05-11 15:42:45 +020010835smp_fetch_path(const struct arg *args, struct sample *smp, const char *kw, void *private)
Willy Tarreau737b0c12007-06-10 21:28:46 +020010836{
Willy Tarreau15e91e12015-04-04 00:52:09 +020010837 struct http_txn *txn;
Willy Tarreau737b0c12007-06-10 21:28:46 +020010838 char *ptr, *end;
Willy Tarreau33a7e692007-06-10 19:45:56 +020010839
Willy Tarreauc0239e02012-04-16 14:42:55 +020010840 CHECK_HTTP_MESSAGE_FIRST();
Willy Tarreauc11416f2007-06-17 16:58:38 +020010841
Thierry FOURNIER0a9a2b82015-05-11 15:20:49 +020010842 txn = smp->strm->txn;
Willy Tarreau9b28e032012-10-12 23:49:43 +020010843 end = txn->req.chn->buf->p + txn->req.sl.rq.u + txn->req.sl.rq.u_l;
Willy Tarreau21d2af32008-02-14 20:25:24 +010010844 ptr = http_get_path(txn);
10845 if (!ptr)
Willy Tarreau737b0c12007-06-10 21:28:46 +020010846 return 0;
10847
10848 /* OK, we got the '/' ! */
Thierry FOURNIER8c542ca2015-08-19 09:00:18 +020010849 smp->data.type = SMP_T_STR;
Thierry FOURNIER136f9d32015-08-19 09:07:19 +020010850 smp->data.u.str.str = ptr;
Willy Tarreau737b0c12007-06-10 21:28:46 +020010851
10852 while (ptr < end && *ptr != '?')
10853 ptr++;
10854
Thierry FOURNIER136f9d32015-08-19 09:07:19 +020010855 smp->data.u.str.len = ptr - smp->data.u.str.str;
Thierry FOURNIER7654c9f2013-12-17 00:20:33 +010010856 smp->flags = SMP_F_VOL_1ST | SMP_F_CONST;
Willy Tarreau737b0c12007-06-10 21:28:46 +020010857 return 1;
10858}
10859
Willy Tarreaua7ad50c2012-04-29 15:39:40 +020010860/* This produces a concatenation of the first occurrence of the Host header
10861 * followed by the path component if it begins with a slash ('/'). This means
10862 * that '*' will not be added, resulting in exactly the first Host entry.
10863 * If no Host header is found, then the path is returned as-is. The returned
10864 * value is stored in the trash so it does not need to be marked constant.
Willy Tarreaub169eba2013-12-16 15:14:43 +010010865 * The returned sample is of type string.
Willy Tarreaua7ad50c2012-04-29 15:39:40 +020010866 */
10867static int
Thierry FOURNIER0786d052015-05-11 15:42:45 +020010868smp_fetch_base(const struct arg *args, struct sample *smp, const char *kw, void *private)
Willy Tarreaua7ad50c2012-04-29 15:39:40 +020010869{
Willy Tarreau15e91e12015-04-04 00:52:09 +020010870 struct http_txn *txn;
Willy Tarreaua7ad50c2012-04-29 15:39:40 +020010871 char *ptr, *end, *beg;
10872 struct hdr_ctx ctx;
Willy Tarreau3caf2af2014-06-24 17:27:02 +020010873 struct chunk *temp;
Willy Tarreaua7ad50c2012-04-29 15:39:40 +020010874
10875 CHECK_HTTP_MESSAGE_FIRST();
10876
Thierry FOURNIER0a9a2b82015-05-11 15:20:49 +020010877 txn = smp->strm->txn;
Willy Tarreaua7ad50c2012-04-29 15:39:40 +020010878 ctx.idx = 0;
Willy Tarreau877e78d2013-04-07 18:48:08 +020010879 if (!http_find_header2("Host", 4, txn->req.chn->buf->p, &txn->hdr_idx, &ctx) || !ctx.vlen)
Thierry FOURNIER0786d052015-05-11 15:42:45 +020010880 return smp_fetch_path(args, smp, kw, private);
Willy Tarreaua7ad50c2012-04-29 15:39:40 +020010881
10882 /* OK we have the header value in ctx.line+ctx.val for ctx.vlen bytes */
Willy Tarreau3caf2af2014-06-24 17:27:02 +020010883 temp = get_trash_chunk();
10884 memcpy(temp->str, ctx.line + ctx.val, ctx.vlen);
Thierry FOURNIER8c542ca2015-08-19 09:00:18 +020010885 smp->data.type = SMP_T_STR;
Thierry FOURNIER136f9d32015-08-19 09:07:19 +020010886 smp->data.u.str.str = temp->str;
10887 smp->data.u.str.len = ctx.vlen;
Willy Tarreaua7ad50c2012-04-29 15:39:40 +020010888
10889 /* now retrieve the path */
Willy Tarreau877e78d2013-04-07 18:48:08 +020010890 end = txn->req.chn->buf->p + txn->req.sl.rq.u + txn->req.sl.rq.u_l;
Willy Tarreaua7ad50c2012-04-29 15:39:40 +020010891 beg = http_get_path(txn);
10892 if (!beg)
10893 beg = end;
10894
10895 for (ptr = beg; ptr < end && *ptr != '?'; ptr++);
10896
10897 if (beg < ptr && *beg == '/') {
Thierry FOURNIER136f9d32015-08-19 09:07:19 +020010898 memcpy(smp->data.u.str.str + smp->data.u.str.len, beg, ptr - beg);
10899 smp->data.u.str.len += ptr - beg;
Willy Tarreaua7ad50c2012-04-29 15:39:40 +020010900 }
10901
10902 smp->flags = SMP_F_VOL_1ST;
10903 return 1;
10904}
10905
Willy Tarreauab1f7b72012-12-09 13:38:54 +010010906/* This produces a 32-bit hash of the concatenation of the first occurrence of
10907 * the Host header followed by the path component if it begins with a slash ('/').
10908 * This means that '*' will not be added, resulting in exactly the first Host
10909 * entry. If no Host header is found, then the path is used. The resulting value
Neil - HAProxy List39c63c52013-11-04 13:48:42 +000010910 * is hashed using the path hash followed by a full avalanche hash and provides a
10911 * 32-bit integer value. This fetch is useful for tracking per-path activity on
Willy Tarreauab1f7b72012-12-09 13:38:54 +010010912 * high-traffic sites without having to store whole paths.
10913 */
Thierry FOURNIER055b9d52014-07-15 16:11:07 +020010914int
Thierry FOURNIER0786d052015-05-11 15:42:45 +020010915smp_fetch_base32(const struct arg *args, struct sample *smp, const char *kw, void *private)
Willy Tarreauab1f7b72012-12-09 13:38:54 +010010916{
Willy Tarreau15e91e12015-04-04 00:52:09 +020010917 struct http_txn *txn;
Willy Tarreauab1f7b72012-12-09 13:38:54 +010010918 struct hdr_ctx ctx;
10919 unsigned int hash = 0;
10920 char *ptr, *beg, *end;
10921 int len;
10922
10923 CHECK_HTTP_MESSAGE_FIRST();
10924
Thierry FOURNIER0a9a2b82015-05-11 15:20:49 +020010925 txn = smp->strm->txn;
Willy Tarreauab1f7b72012-12-09 13:38:54 +010010926 ctx.idx = 0;
Willy Tarreau877e78d2013-04-07 18:48:08 +020010927 if (http_find_header2("Host", 4, txn->req.chn->buf->p, &txn->hdr_idx, &ctx)) {
Willy Tarreauab1f7b72012-12-09 13:38:54 +010010928 /* OK we have the header value in ctx.line+ctx.val for ctx.vlen bytes */
10929 ptr = ctx.line + ctx.val;
10930 len = ctx.vlen;
10931 while (len--)
10932 hash = *(ptr++) + (hash << 6) + (hash << 16) - hash;
10933 }
10934
10935 /* now retrieve the path */
Willy Tarreau877e78d2013-04-07 18:48:08 +020010936 end = txn->req.chn->buf->p + txn->req.sl.rq.u + txn->req.sl.rq.u_l;
Willy Tarreauab1f7b72012-12-09 13:38:54 +010010937 beg = http_get_path(txn);
10938 if (!beg)
10939 beg = end;
10940
10941 for (ptr = beg; ptr < end && *ptr != '?'; ptr++);
10942
10943 if (beg < ptr && *beg == '/') {
10944 while (beg < ptr)
10945 hash = *(beg++) + (hash << 6) + (hash << 16) - hash;
10946 }
10947 hash = full_hash(hash);
10948
Thierry FOURNIER8c542ca2015-08-19 09:00:18 +020010949 smp->data.type = SMP_T_SINT;
Thierry FOURNIER136f9d32015-08-19 09:07:19 +020010950 smp->data.u.sint = hash;
Willy Tarreauab1f7b72012-12-09 13:38:54 +010010951 smp->flags = SMP_F_VOL_1ST;
10952 return 1;
10953}
10954
Willy Tarreau4a550602012-12-09 14:53:32 +010010955/* This concatenates the source address with the 32-bit hash of the Host and
Neil - HAProxy List39c63c52013-11-04 13:48:42 +000010956 * path as returned by smp_fetch_base32(). The idea is to have per-source and
10957 * per-path counters. The result is a binary block from 8 to 20 bytes depending
10958 * on the source address length. The path hash is stored before the address so
Willy Tarreau4a550602012-12-09 14:53:32 +010010959 * that in environments where IPv6 is insignificant, truncating the output to
10960 * 8 bytes would still work.
10961 */
10962static int
Thierry FOURNIER0786d052015-05-11 15:42:45 +020010963smp_fetch_base32_src(const struct arg *args, struct sample *smp, const char *kw, void *private)
Willy Tarreau4a550602012-12-09 14:53:32 +010010964{
Willy Tarreau47ca5452012-12-23 20:22:19 +010010965 struct chunk *temp;
Thierry FOURNIER0a9a2b82015-05-11 15:20:49 +020010966 struct connection *cli_conn = objt_conn(smp->sess->origin);
Willy Tarreaub363a1f2013-10-01 10:45:07 +020010967
10968 if (!cli_conn)
10969 return 0;
Willy Tarreau4a550602012-12-09 14:53:32 +010010970
Thierry FOURNIER0786d052015-05-11 15:42:45 +020010971 if (!smp_fetch_base32(args, smp, kw, private))
Willy Tarreau4a550602012-12-09 14:53:32 +010010972 return 0;
10973
Willy Tarreau47ca5452012-12-23 20:22:19 +010010974 temp = get_trash_chunk();
Thierry FOURNIER136f9d32015-08-19 09:07:19 +020010975 *(unsigned int *)temp->str = htonl(smp->data.u.sint);
Willy Tarreau5ad6e1d2014-07-15 21:34:06 +020010976 temp->len += sizeof(unsigned int);
Willy Tarreau4a550602012-12-09 14:53:32 +010010977
Willy Tarreaub363a1f2013-10-01 10:45:07 +020010978 switch (cli_conn->addr.from.ss_family) {
Willy Tarreau4a550602012-12-09 14:53:32 +010010979 case AF_INET:
Willy Tarreaub363a1f2013-10-01 10:45:07 +020010980 memcpy(temp->str + temp->len, &((struct sockaddr_in *)&cli_conn->addr.from)->sin_addr, 4);
Willy Tarreau4a550602012-12-09 14:53:32 +010010981 temp->len += 4;
10982 break;
10983 case AF_INET6:
Willy Tarreaub363a1f2013-10-01 10:45:07 +020010984 memcpy(temp->str + temp->len, &((struct sockaddr_in6 *)&cli_conn->addr.from)->sin6_addr, 16);
Willy Tarreau4a550602012-12-09 14:53:32 +010010985 temp->len += 16;
10986 break;
10987 default:
10988 return 0;
10989 }
10990
Thierry FOURNIER136f9d32015-08-19 09:07:19 +020010991 smp->data.u.str = *temp;
Thierry FOURNIER8c542ca2015-08-19 09:00:18 +020010992 smp->data.type = SMP_T_BIN;
Willy Tarreau4a550602012-12-09 14:53:32 +010010993 return 1;
10994}
10995
Willy Tarreau49ad95c2015-01-19 15:06:26 +010010996/* Extracts the query string, which comes after the question mark '?'. If no
10997 * question mark is found, nothing is returned. Otherwise it returns a sample
10998 * of type string carrying the whole query string.
10999 */
11000static int
Thierry FOURNIER0786d052015-05-11 15:42:45 +020011001smp_fetch_query(const struct arg *args, struct sample *smp, const char *kw, void *private)
Willy Tarreau49ad95c2015-01-19 15:06:26 +010011002{
Willy Tarreau15e91e12015-04-04 00:52:09 +020011003 struct http_txn *txn;
Willy Tarreau49ad95c2015-01-19 15:06:26 +010011004 char *ptr, *end;
11005
11006 CHECK_HTTP_MESSAGE_FIRST();
11007
Thierry FOURNIER0a9a2b82015-05-11 15:20:49 +020011008 txn = smp->strm->txn;
Willy Tarreau49ad95c2015-01-19 15:06:26 +010011009 ptr = txn->req.chn->buf->p + txn->req.sl.rq.u;
11010 end = ptr + txn->req.sl.rq.u_l;
11011
11012 /* look up the '?' */
11013 do {
11014 if (ptr == end)
11015 return 0;
11016 } while (*ptr++ != '?');
11017
Thierry FOURNIER8c542ca2015-08-19 09:00:18 +020011018 smp->data.type = SMP_T_STR;
Thierry FOURNIER136f9d32015-08-19 09:07:19 +020011019 smp->data.u.str.str = ptr;
11020 smp->data.u.str.len = end - ptr;
Willy Tarreau49ad95c2015-01-19 15:06:26 +010011021 smp->flags = SMP_F_VOL_1ST | SMP_F_CONST;
11022 return 1;
11023}
11024
Willy Tarreau2492d5b2009-07-11 00:06:00 +020011025static int
Thierry FOURNIER0786d052015-05-11 15:42:45 +020011026smp_fetch_proto_http(const struct arg *args, struct sample *smp, const char *kw, void *private)
Willy Tarreau2492d5b2009-07-11 00:06:00 +020011027{
Willy Tarreau2492d5b2009-07-11 00:06:00 +020011028 /* Note: hdr_idx.v cannot be NULL in this ACL because the ACL is tagged
11029 * as a layer7 ACL, which involves automatic allocation of hdr_idx.
11030 */
Willy Tarreau2492d5b2009-07-11 00:06:00 +020011031
Willy Tarreau24e32d82012-04-23 23:55:44 +020011032 CHECK_HTTP_MESSAGE_FIRST_PERM();
Willy Tarreau2492d5b2009-07-11 00:06:00 +020011033
Thierry FOURNIER8c542ca2015-08-19 09:00:18 +020011034 smp->data.type = SMP_T_BOOL;
Thierry FOURNIER136f9d32015-08-19 09:07:19 +020011035 smp->data.u.sint = 1;
Willy Tarreau2492d5b2009-07-11 00:06:00 +020011036 return 1;
11037}
11038
Willy Tarreau7f18e522010-10-22 20:04:13 +020011039/* return a valid test if the current request is the first one on the connection */
11040static int
Thierry FOURNIER0786d052015-05-11 15:42:45 +020011041smp_fetch_http_first_req(const struct arg *args, struct sample *smp, const char *kw, void *private)
Willy Tarreau7f18e522010-10-22 20:04:13 +020011042{
Thierry FOURNIER8c542ca2015-08-19 09:00:18 +020011043 smp->data.type = SMP_T_BOOL;
Thierry FOURNIER136f9d32015-08-19 09:07:19 +020011044 smp->data.u.sint = !(smp->strm->txn->flags & TX_NOT_FIRST);
Willy Tarreau7f18e522010-10-22 20:04:13 +020011045 return 1;
11046}
11047
Willy Tarreau34db1082012-04-19 17:16:54 +020011048/* Accepts exactly 1 argument of type userlist */
Krzysztof Piotr Oledzkif9423ae2010-01-29 19:26:18 +010011049static int
Thierry FOURNIER0786d052015-05-11 15:42:45 +020011050smp_fetch_http_auth(const struct arg *args, struct sample *smp, const char *kw, void *private)
Krzysztof Piotr Oledzkif9423ae2010-01-29 19:26:18 +010011051{
11052
Willy Tarreau24e32d82012-04-23 23:55:44 +020011053 if (!args || args->type != ARGT_USR)
Willy Tarreau34db1082012-04-19 17:16:54 +020011054 return 0;
11055
Willy Tarreauc0239e02012-04-16 14:42:55 +020011056 CHECK_HTTP_MESSAGE_FIRST();
Krzysztof Piotr Oledzkif9423ae2010-01-29 19:26:18 +010011057
Thierry FOURNIER0a9a2b82015-05-11 15:20:49 +020011058 if (!get_http_auth(smp->strm))
Krzysztof Piotr Oledzkif9423ae2010-01-29 19:26:18 +010011059 return 0;
11060
Thierry FOURNIER8c542ca2015-08-19 09:00:18 +020011061 smp->data.type = SMP_T_BOOL;
Thierry FOURNIER136f9d32015-08-19 09:07:19 +020011062 smp->data.u.sint = check_user(args->data.usr, smp->strm->txn->auth.user,
Thierry FOURNIER0a9a2b82015-05-11 15:20:49 +020011063 smp->strm->txn->auth.pass);
Krzysztof Piotr Oledzkif9423ae2010-01-29 19:26:18 +010011064 return 1;
11065}
Willy Tarreau8797c062007-05-07 00:55:35 +020011066
Willy Tarreau4a3fd4c2012-05-10 23:18:26 +020011067/* Accepts exactly 1 argument of type userlist */
11068static int
Thierry FOURNIER0786d052015-05-11 15:42:45 +020011069smp_fetch_http_auth_grp(const struct arg *args, struct sample *smp, const char *kw, void *private)
Willy Tarreau4a3fd4c2012-05-10 23:18:26 +020011070{
Willy Tarreau4a3fd4c2012-05-10 23:18:26 +020011071 if (!args || args->type != ARGT_USR)
11072 return 0;
11073
11074 CHECK_HTTP_MESSAGE_FIRST();
11075
Thierry FOURNIER0a9a2b82015-05-11 15:20:49 +020011076 if (!get_http_auth(smp->strm))
Willy Tarreau4a3fd4c2012-05-10 23:18:26 +020011077 return 0;
11078
Willy Tarreau4a3fd4c2012-05-10 23:18:26 +020011079 /* if the user does not belong to the userlist or has a wrong password,
11080 * report that it unconditionally does not match. Otherwise we return
Thierry FOURNIER9eec0a62014-01-22 18:38:02 +010011081 * a string containing the username.
Willy Tarreau4a3fd4c2012-05-10 23:18:26 +020011082 */
Thierry FOURNIER0a9a2b82015-05-11 15:20:49 +020011083 if (!check_user(args->data.usr, smp->strm->txn->auth.user,
11084 smp->strm->txn->auth.pass))
Thierry FOURNIER9eec0a62014-01-22 18:38:02 +010011085 return 0;
11086
11087 /* pat_match_auth() will need the user list */
11088 smp->ctx.a[0] = args->data.usr;
11089
Thierry FOURNIER8c542ca2015-08-19 09:00:18 +020011090 smp->data.type = SMP_T_STR;
Thierry FOURNIER7654c9f2013-12-17 00:20:33 +010011091 smp->flags = SMP_F_CONST;
Thierry FOURNIER136f9d32015-08-19 09:07:19 +020011092 smp->data.u.str.str = smp->strm->txn->auth.user;
11093 smp->data.u.str.len = strlen(smp->strm->txn->auth.user);
Willy Tarreau4a3fd4c2012-05-10 23:18:26 +020011094
11095 return 1;
11096}
11097
Willy Tarreau04aa6a92012-04-06 18:57:55 +020011098/* Try to find the next occurrence of a cookie name in a cookie header value.
11099 * The lookup begins at <hdr>. The pointer and size of the next occurrence of
11100 * the cookie value is returned into *value and *value_l, and the function
11101 * returns a pointer to the next pointer to search from if the value was found.
11102 * Otherwise if the cookie was not found, NULL is returned and neither value
11103 * nor value_l are touched. The input <hdr> string should first point to the
11104 * header's value, and the <hdr_end> pointer must point to the first character
11105 * not part of the value. <list> must be non-zero if value may represent a list
11106 * of values (cookie headers). This makes it faster to abort parsing when no
11107 * list is expected.
11108 */
David Carlier4686f792015-09-25 14:10:50 +010011109char *
Willy Tarreau04aa6a92012-04-06 18:57:55 +020011110extract_cookie_value(char *hdr, const char *hdr_end,
11111 char *cookie_name, size_t cookie_name_l, int list,
Willy Tarreau3fb818c2012-04-11 17:21:08 +020011112 char **value, int *value_l)
Willy Tarreau04aa6a92012-04-06 18:57:55 +020011113{
11114 char *equal, *att_end, *att_beg, *val_beg, *val_end;
11115 char *next;
11116
11117 /* we search at least a cookie name followed by an equal, and more
11118 * generally something like this :
11119 * Cookie: NAME1 = VALUE 1 ; NAME2 = VALUE2 ; NAME3 = VALUE3\r\n
11120 */
11121 for (att_beg = hdr; att_beg + cookie_name_l + 1 < hdr_end; att_beg = next + 1) {
11122 /* Iterate through all cookies on this line */
11123
Willy Tarreau2235b262016-11-05 15:50:20 +010011124 while (att_beg < hdr_end && HTTP_IS_SPHT(*att_beg))
Willy Tarreau04aa6a92012-04-06 18:57:55 +020011125 att_beg++;
11126
11127 /* find att_end : this is the first character after the last non
11128 * space before the equal. It may be equal to hdr_end.
11129 */
11130 equal = att_end = att_beg;
11131
11132 while (equal < hdr_end) {
11133 if (*equal == '=' || *equal == ';' || (list && *equal == ','))
11134 break;
Willy Tarreau2235b262016-11-05 15:50:20 +010011135 if (HTTP_IS_SPHT(*equal++))
Willy Tarreau04aa6a92012-04-06 18:57:55 +020011136 continue;
11137 att_end = equal;
11138 }
11139
11140 /* here, <equal> points to '=', a delimitor or the end. <att_end>
11141 * is between <att_beg> and <equal>, both may be identical.
11142 */
11143
11144 /* look for end of cookie if there is an equal sign */
11145 if (equal < hdr_end && *equal == '=') {
11146 /* look for the beginning of the value */
11147 val_beg = equal + 1;
Willy Tarreau2235b262016-11-05 15:50:20 +010011148 while (val_beg < hdr_end && HTTP_IS_SPHT(*val_beg))
Willy Tarreau04aa6a92012-04-06 18:57:55 +020011149 val_beg++;
11150
11151 /* find the end of the value, respecting quotes */
11152 next = find_cookie_value_end(val_beg, hdr_end);
11153
11154 /* make val_end point to the first white space or delimitor after the value */
11155 val_end = next;
Willy Tarreau2235b262016-11-05 15:50:20 +010011156 while (val_end > val_beg && HTTP_IS_SPHT(*(val_end - 1)))
Willy Tarreau04aa6a92012-04-06 18:57:55 +020011157 val_end--;
11158 } else {
11159 val_beg = val_end = next = equal;
11160 }
11161
11162 /* We have nothing to do with attributes beginning with '$'. However,
11163 * they will automatically be removed if a header before them is removed,
11164 * since they're supposed to be linked together.
11165 */
11166 if (*att_beg == '$')
11167 continue;
11168
11169 /* Ignore cookies with no equal sign */
11170 if (equal == next)
11171 continue;
11172
11173 /* Now we have the cookie name between att_beg and att_end, and
11174 * its value between val_beg and val_end.
11175 */
11176
11177 if (att_end - att_beg == cookie_name_l &&
11178 memcmp(att_beg, cookie_name, cookie_name_l) == 0) {
11179 /* let's return this value and indicate where to go on from */
11180 *value = val_beg;
11181 *value_l = val_end - val_beg;
11182 return next + 1;
11183 }
11184
11185 /* Set-Cookie headers only have the name in the first attr=value part */
11186 if (!list)
11187 break;
11188 }
11189
11190 return NULL;
11191}
11192
William Lallemanda43ba4e2014-01-28 18:14:25 +010011193/* Fetch a captured HTTP request header. The index is the position of
11194 * the "capture" option in the configuration file
11195 */
11196static int
Thierry FOURNIER0786d052015-05-11 15:42:45 +020011197smp_fetch_capture_header_req(const struct arg *args, struct sample *smp, const char *kw, void *private)
William Lallemanda43ba4e2014-01-28 18:14:25 +010011198{
Thierry FOURNIER0a9a2b82015-05-11 15:20:49 +020011199 struct proxy *fe = strm_fe(smp->strm);
William Lallemanda43ba4e2014-01-28 18:14:25 +010011200 int idx;
11201
Thierry FOURNIERbf65cd42015-07-20 17:45:02 +020011202 if (!args || args->type != ARGT_SINT)
William Lallemanda43ba4e2014-01-28 18:14:25 +010011203 return 0;
11204
Thierry FOURNIERbf65cd42015-07-20 17:45:02 +020011205 idx = args->data.sint;
William Lallemanda43ba4e2014-01-28 18:14:25 +010011206
Thierry FOURNIER0a9a2b82015-05-11 15:20:49 +020011207 if (idx > (fe->nb_req_cap - 1) || smp->strm->req_cap == NULL || smp->strm->req_cap[idx] == NULL)
William Lallemanda43ba4e2014-01-28 18:14:25 +010011208 return 0;
11209
Thierry FOURNIER8c542ca2015-08-19 09:00:18 +020011210 smp->data.type = SMP_T_STR;
Thierry FOURNIER7654c9f2013-12-17 00:20:33 +010011211 smp->flags |= SMP_F_CONST;
Thierry FOURNIER136f9d32015-08-19 09:07:19 +020011212 smp->data.u.str.str = smp->strm->req_cap[idx];
11213 smp->data.u.str.len = strlen(smp->strm->req_cap[idx]);
William Lallemanda43ba4e2014-01-28 18:14:25 +010011214
11215 return 1;
11216}
11217
11218/* Fetch a captured HTTP response header. The index is the position of
11219 * the "capture" option in the configuration file
11220 */
11221static int
Thierry FOURNIER0786d052015-05-11 15:42:45 +020011222smp_fetch_capture_header_res(const struct arg *args, struct sample *smp, const char *kw, void *private)
William Lallemanda43ba4e2014-01-28 18:14:25 +010011223{
Thierry FOURNIER0a9a2b82015-05-11 15:20:49 +020011224 struct proxy *fe = strm_fe(smp->strm);
William Lallemanda43ba4e2014-01-28 18:14:25 +010011225 int idx;
11226
Thierry FOURNIERbf65cd42015-07-20 17:45:02 +020011227 if (!args || args->type != ARGT_SINT)
William Lallemanda43ba4e2014-01-28 18:14:25 +010011228 return 0;
11229
Thierry FOURNIERbf65cd42015-07-20 17:45:02 +020011230 idx = args->data.sint;
William Lallemanda43ba4e2014-01-28 18:14:25 +010011231
Thierry FOURNIER0a9a2b82015-05-11 15:20:49 +020011232 if (idx > (fe->nb_rsp_cap - 1) || smp->strm->res_cap == NULL || smp->strm->res_cap[idx] == NULL)
William Lallemanda43ba4e2014-01-28 18:14:25 +010011233 return 0;
11234
Thierry FOURNIER8c542ca2015-08-19 09:00:18 +020011235 smp->data.type = SMP_T_STR;
Thierry FOURNIER7654c9f2013-12-17 00:20:33 +010011236 smp->flags |= SMP_F_CONST;
Thierry FOURNIER136f9d32015-08-19 09:07:19 +020011237 smp->data.u.str.str = smp->strm->res_cap[idx];
11238 smp->data.u.str.len = strlen(smp->strm->res_cap[idx]);
William Lallemanda43ba4e2014-01-28 18:14:25 +010011239
11240 return 1;
11241}
11242
William Lallemand65ad6e12014-01-31 15:08:02 +010011243/* Extracts the METHOD in the HTTP request, the txn->uri should be filled before the call */
11244static int
Thierry FOURNIER0786d052015-05-11 15:42:45 +020011245smp_fetch_capture_req_method(const struct arg *args, struct sample *smp, const char *kw, void *private)
William Lallemand65ad6e12014-01-31 15:08:02 +010011246{
11247 struct chunk *temp;
Thierry FOURNIER0a9a2b82015-05-11 15:20:49 +020011248 struct http_txn *txn = smp->strm->txn;
William Lallemand96a77852014-02-05 00:30:02 +010011249 char *ptr;
William Lallemand65ad6e12014-01-31 15:08:02 +010011250
Willy Tarreau15e91e12015-04-04 00:52:09 +020011251 if (!txn || !txn->uri)
William Lallemand65ad6e12014-01-31 15:08:02 +010011252 return 0;
11253
William Lallemand96a77852014-02-05 00:30:02 +010011254 ptr = txn->uri;
William Lallemand65ad6e12014-01-31 15:08:02 +010011255
William Lallemand96a77852014-02-05 00:30:02 +010011256 while (*ptr != ' ' && *ptr != '\0') /* find first space */
11257 ptr++;
William Lallemand65ad6e12014-01-31 15:08:02 +010011258
William Lallemand96a77852014-02-05 00:30:02 +010011259 temp = get_trash_chunk();
11260 temp->str = txn->uri;
11261 temp->len = ptr - txn->uri;
Thierry FOURNIER136f9d32015-08-19 09:07:19 +020011262 smp->data.u.str = *temp;
Thierry FOURNIER8c542ca2015-08-19 09:00:18 +020011263 smp->data.type = SMP_T_STR;
Thierry FOURNIER7654c9f2013-12-17 00:20:33 +010011264 smp->flags = SMP_F_CONST;
William Lallemand65ad6e12014-01-31 15:08:02 +010011265
11266 return 1;
11267
11268}
11269
11270/* Extracts the path in the HTTP request, the txn->uri should be filled before the call */
11271static int
Thierry FOURNIER0786d052015-05-11 15:42:45 +020011272smp_fetch_capture_req_uri(const struct arg *args, struct sample *smp, const char *kw, void *private)
William Lallemand65ad6e12014-01-31 15:08:02 +010011273{
11274 struct chunk *temp;
Thierry FOURNIER0a9a2b82015-05-11 15:20:49 +020011275 struct http_txn *txn = smp->strm->txn;
William Lallemand65ad6e12014-01-31 15:08:02 +010011276 char *ptr;
William Lallemand65ad6e12014-01-31 15:08:02 +010011277
Willy Tarreau15e91e12015-04-04 00:52:09 +020011278 if (!txn || !txn->uri)
William Lallemand65ad6e12014-01-31 15:08:02 +010011279 return 0;
William Lallemand96a77852014-02-05 00:30:02 +010011280
William Lallemand65ad6e12014-01-31 15:08:02 +010011281 ptr = txn->uri;
11282
11283 while (*ptr != ' ' && *ptr != '\0') /* find first space */
11284 ptr++;
William Lallemand96a77852014-02-05 00:30:02 +010011285
William Lallemand65ad6e12014-01-31 15:08:02 +010011286 if (!*ptr)
11287 return 0;
11288
11289 ptr++; /* skip the space */
11290
11291 temp = get_trash_chunk();
William Lallemand96a77852014-02-05 00:30:02 +010011292 ptr = temp->str = http_get_path_from_string(ptr);
William Lallemand65ad6e12014-01-31 15:08:02 +010011293 if (!ptr)
11294 return 0;
11295 while (*ptr != ' ' && *ptr != '\0') /* find space after URI */
11296 ptr++;
William Lallemand65ad6e12014-01-31 15:08:02 +010011297
Thierry FOURNIER136f9d32015-08-19 09:07:19 +020011298 smp->data.u.str = *temp;
11299 smp->data.u.str.len = ptr - temp->str;
Thierry FOURNIER8c542ca2015-08-19 09:00:18 +020011300 smp->data.type = SMP_T_STR;
Thierry FOURNIER7654c9f2013-12-17 00:20:33 +010011301 smp->flags = SMP_F_CONST;
William Lallemand65ad6e12014-01-31 15:08:02 +010011302
11303 return 1;
11304}
11305
Willy Tarreau3c1b5ec2014-04-24 23:41:57 +020011306/* Retrieves the HTTP version from the request (either 1.0 or 1.1) and emits it
11307 * as a string (either "HTTP/1.0" or "HTTP/1.1").
11308 */
11309static int
Thierry FOURNIER0786d052015-05-11 15:42:45 +020011310smp_fetch_capture_req_ver(const struct arg *args, struct sample *smp, const char *kw, void *private)
Willy Tarreau3c1b5ec2014-04-24 23:41:57 +020011311{
Thierry FOURNIER0a9a2b82015-05-11 15:20:49 +020011312 struct http_txn *txn = smp->strm->txn;
Willy Tarreau3c1b5ec2014-04-24 23:41:57 +020011313
Willy Tarreau15e91e12015-04-04 00:52:09 +020011314 if (!txn || txn->req.msg_state < HTTP_MSG_HDR_FIRST)
Willy Tarreau3c1b5ec2014-04-24 23:41:57 +020011315 return 0;
11316
11317 if (txn->req.flags & HTTP_MSGF_VER_11)
Thierry FOURNIER136f9d32015-08-19 09:07:19 +020011318 smp->data.u.str.str = "HTTP/1.1";
Willy Tarreau3c1b5ec2014-04-24 23:41:57 +020011319 else
Thierry FOURNIER136f9d32015-08-19 09:07:19 +020011320 smp->data.u.str.str = "HTTP/1.0";
Willy Tarreau3c1b5ec2014-04-24 23:41:57 +020011321
Thierry FOURNIER136f9d32015-08-19 09:07:19 +020011322 smp->data.u.str.len = 8;
Thierry FOURNIER8c542ca2015-08-19 09:00:18 +020011323 smp->data.type = SMP_T_STR;
Willy Tarreau3c1b5ec2014-04-24 23:41:57 +020011324 smp->flags = SMP_F_CONST;
11325 return 1;
11326
11327}
11328
11329/* Retrieves the HTTP version from the response (either 1.0 or 1.1) and emits it
11330 * as a string (either "HTTP/1.0" or "HTTP/1.1").
11331 */
11332static int
Thierry FOURNIER0786d052015-05-11 15:42:45 +020011333smp_fetch_capture_res_ver(const struct arg *args, struct sample *smp, const char *kw, void *private)
Willy Tarreau3c1b5ec2014-04-24 23:41:57 +020011334{
Thierry FOURNIER0a9a2b82015-05-11 15:20:49 +020011335 struct http_txn *txn = smp->strm->txn;
Willy Tarreau3c1b5ec2014-04-24 23:41:57 +020011336
Willy Tarreau15e91e12015-04-04 00:52:09 +020011337 if (!txn || txn->rsp.msg_state < HTTP_MSG_HDR_FIRST)
Willy Tarreau3c1b5ec2014-04-24 23:41:57 +020011338 return 0;
11339
11340 if (txn->rsp.flags & HTTP_MSGF_VER_11)
Thierry FOURNIER136f9d32015-08-19 09:07:19 +020011341 smp->data.u.str.str = "HTTP/1.1";
Willy Tarreau3c1b5ec2014-04-24 23:41:57 +020011342 else
Thierry FOURNIER136f9d32015-08-19 09:07:19 +020011343 smp->data.u.str.str = "HTTP/1.0";
Willy Tarreau3c1b5ec2014-04-24 23:41:57 +020011344
Thierry FOURNIER136f9d32015-08-19 09:07:19 +020011345 smp->data.u.str.len = 8;
Thierry FOURNIER8c542ca2015-08-19 09:00:18 +020011346 smp->data.type = SMP_T_STR;
Willy Tarreau3c1b5ec2014-04-24 23:41:57 +020011347 smp->flags = SMP_F_CONST;
11348 return 1;
11349
11350}
11351
William Lallemand65ad6e12014-01-31 15:08:02 +010011352
Willy Tarreaue333ec92012-04-16 16:26:40 +020011353/* Iterate over all cookies present in a message. The context is stored in
Willy Tarreau37406352012-04-23 16:16:37 +020011354 * smp->ctx.a[0] for the in-header position, smp->ctx.a[1] for the
Willy Tarreaua890d072013-04-02 12:01:06 +020011355 * end-of-header-value, and smp->ctx.a[2] for the hdr_ctx. Depending on
Willy Tarreaue333ec92012-04-16 16:26:40 +020011356 * the direction, multiple cookies may be parsed on the same line or not.
Willy Tarreau24e32d82012-04-23 23:55:44 +020011357 * The cookie name is in args and the name length in args->data.str.len.
Willy Tarreau28376d62012-04-26 21:26:10 +020011358 * Accepts exactly 1 argument of type string. If the input options indicate
11359 * that no iterating is desired, then only last value is fetched if any.
William Lallemand07c8b242014-05-02 17:11:07 +020011360 * The returned sample is of type CSTR. Can be used to parse cookies in other
11361 * files.
Willy Tarreau04aa6a92012-04-06 18:57:55 +020011362 */
Thierry FOURNIER0786d052015-05-11 15:42:45 +020011363int smp_fetch_cookie(const struct arg *args, struct sample *smp, const char *kw, void *private)
Willy Tarreau04aa6a92012-04-06 18:57:55 +020011364{
Willy Tarreau15e91e12015-04-04 00:52:09 +020011365 struct http_txn *txn;
11366 struct hdr_idx *idx;
Willy Tarreaua890d072013-04-02 12:01:06 +020011367 struct hdr_ctx *ctx = smp->ctx.a[2];
Willy Tarreaue333ec92012-04-16 16:26:40 +020011368 const struct http_msg *msg;
11369 const char *hdr_name;
11370 int hdr_name_len;
11371 char *sol;
Willy Tarreau28376d62012-04-26 21:26:10 +020011372 int occ = 0;
11373 int found = 0;
Willy Tarreaue333ec92012-04-16 16:26:40 +020011374
Willy Tarreau24e32d82012-04-23 23:55:44 +020011375 if (!args || args->type != ARGT_STR)
Willy Tarreau34db1082012-04-19 17:16:54 +020011376 return 0;
11377
Willy Tarreaua890d072013-04-02 12:01:06 +020011378 if (!ctx) {
11379 /* first call */
11380 ctx = &static_hdr_ctx;
11381 ctx->idx = 0;
11382 smp->ctx.a[2] = ctx;
11383 }
11384
Willy Tarreaue333ec92012-04-16 16:26:40 +020011385 CHECK_HTTP_MESSAGE_FIRST();
Willy Tarreau04aa6a92012-04-06 18:57:55 +020011386
Thierry FOURNIER0a9a2b82015-05-11 15:20:49 +020011387 txn = smp->strm->txn;
11388 idx = &smp->strm->txn->hdr_idx;
Willy Tarreau15e91e12015-04-04 00:52:09 +020011389
Thierry FOURNIER0786d052015-05-11 15:42:45 +020011390 if ((smp->opt & SMP_OPT_DIR) == SMP_OPT_DIR_REQ) {
Willy Tarreaue333ec92012-04-16 16:26:40 +020011391 msg = &txn->req;
11392 hdr_name = "Cookie";
11393 hdr_name_len = 6;
11394 } else {
11395 msg = &txn->rsp;
11396 hdr_name = "Set-Cookie";
11397 hdr_name_len = 10;
11398 }
11399
Thierry FOURNIER0786d052015-05-11 15:42:45 +020011400 if (!occ && !(smp->opt & SMP_OPT_ITERATE))
Willy Tarreau28376d62012-04-26 21:26:10 +020011401 /* no explicit occurrence and single fetch => last cookie by default */
11402 occ = -1;
11403
11404 /* OK so basically here, either we want only one value and it's the
11405 * last one, or we want to iterate over all of them and we fetch the
11406 * next one.
11407 */
11408
Willy Tarreau9b28e032012-10-12 23:49:43 +020011409 sol = msg->chn->buf->p;
Willy Tarreau37406352012-04-23 16:16:37 +020011410 if (!(smp->flags & SMP_F_NOT_LAST)) {
Willy Tarreau04aa6a92012-04-06 18:57:55 +020011411 /* search for the header from the beginning, we must first initialize
11412 * the search parameters.
11413 */
Willy Tarreau37406352012-04-23 16:16:37 +020011414 smp->ctx.a[0] = NULL;
Willy Tarreau04aa6a92012-04-06 18:57:55 +020011415 ctx->idx = 0;
11416 }
11417
Willy Tarreau28376d62012-04-26 21:26:10 +020011418 smp->flags |= SMP_F_VOL_HDR;
11419
Willy Tarreau04aa6a92012-04-06 18:57:55 +020011420 while (1) {
Willy Tarreau37406352012-04-23 16:16:37 +020011421 /* Note: smp->ctx.a[0] == NULL every time we need to fetch a new header */
11422 if (!smp->ctx.a[0]) {
Willy Tarreau04aa6a92012-04-06 18:57:55 +020011423 if (!http_find_header2(hdr_name, hdr_name_len, sol, idx, ctx))
11424 goto out;
11425
Willy Tarreau24e32d82012-04-23 23:55:44 +020011426 if (ctx->vlen < args->data.str.len + 1)
Willy Tarreau04aa6a92012-04-06 18:57:55 +020011427 continue;
11428
Willy Tarreau37406352012-04-23 16:16:37 +020011429 smp->ctx.a[0] = ctx->line + ctx->val;
11430 smp->ctx.a[1] = smp->ctx.a[0] + ctx->vlen;
Willy Tarreau04aa6a92012-04-06 18:57:55 +020011431 }
11432
Thierry FOURNIER8c542ca2015-08-19 09:00:18 +020011433 smp->data.type = SMP_T_STR;
Thierry FOURNIER7654c9f2013-12-17 00:20:33 +010011434 smp->flags |= SMP_F_CONST;
Willy Tarreau37406352012-04-23 16:16:37 +020011435 smp->ctx.a[0] = extract_cookie_value(smp->ctx.a[0], smp->ctx.a[1],
Willy Tarreau24e32d82012-04-23 23:55:44 +020011436 args->data.str.str, args->data.str.len,
Thierry FOURNIER0786d052015-05-11 15:42:45 +020011437 (smp->opt & SMP_OPT_DIR) == SMP_OPT_DIR_REQ,
Thierry FOURNIER136f9d32015-08-19 09:07:19 +020011438 &smp->data.u.str.str,
11439 &smp->data.u.str.len);
Willy Tarreau37406352012-04-23 16:16:37 +020011440 if (smp->ctx.a[0]) {
Willy Tarreau28376d62012-04-26 21:26:10 +020011441 found = 1;
11442 if (occ >= 0) {
Thierry FOURNIER136f9d32015-08-19 09:07:19 +020011443 /* one value was returned into smp->data.u.str.{str,len} */
Willy Tarreau28376d62012-04-26 21:26:10 +020011444 smp->flags |= SMP_F_NOT_LAST;
11445 return 1;
11446 }
Willy Tarreau04aa6a92012-04-06 18:57:55 +020011447 }
Willy Tarreau28376d62012-04-26 21:26:10 +020011448 /* if we're looking for last occurrence, let's loop */
Willy Tarreau04aa6a92012-04-06 18:57:55 +020011449 }
Willy Tarreau28376d62012-04-26 21:26:10 +020011450 /* all cookie headers and values were scanned. If we're looking for the
11451 * last occurrence, we may return it now.
11452 */
Willy Tarreau04aa6a92012-04-06 18:57:55 +020011453 out:
Willy Tarreau37406352012-04-23 16:16:37 +020011454 smp->flags &= ~SMP_F_NOT_LAST;
Willy Tarreau28376d62012-04-26 21:26:10 +020011455 return found;
Willy Tarreau04aa6a92012-04-06 18:57:55 +020011456}
11457
Willy Tarreau04aa6a92012-04-06 18:57:55 +020011458/* Iterate over all cookies present in a request to count how many occurrences
Willy Tarreau24e32d82012-04-23 23:55:44 +020011459 * match the name in args and args->data.str.len. If <multi> is non-null, then
Willy Tarreaub169eba2013-12-16 15:14:43 +010011460 * multiple cookies may be parsed on the same line. The returned sample is of
11461 * type UINT. Accepts exactly 1 argument of type string.
Willy Tarreau04aa6a92012-04-06 18:57:55 +020011462 */
11463static int
Thierry FOURNIER0786d052015-05-11 15:42:45 +020011464smp_fetch_cookie_cnt(const struct arg *args, struct sample *smp, const char *kw, void *private)
Willy Tarreau04aa6a92012-04-06 18:57:55 +020011465{
Willy Tarreau15e91e12015-04-04 00:52:09 +020011466 struct http_txn *txn;
11467 struct hdr_idx *idx;
Willy Tarreau04aa6a92012-04-06 18:57:55 +020011468 struct hdr_ctx ctx;
Willy Tarreaue333ec92012-04-16 16:26:40 +020011469 const struct http_msg *msg;
11470 const char *hdr_name;
11471 int hdr_name_len;
Willy Tarreau04aa6a92012-04-06 18:57:55 +020011472 int cnt;
11473 char *val_beg, *val_end;
Willy Tarreaue333ec92012-04-16 16:26:40 +020011474 char *sol;
Willy Tarreau04aa6a92012-04-06 18:57:55 +020011475
Willy Tarreau24e32d82012-04-23 23:55:44 +020011476 if (!args || args->type != ARGT_STR)
Willy Tarreau34db1082012-04-19 17:16:54 +020011477 return 0;
11478
Willy Tarreaue333ec92012-04-16 16:26:40 +020011479 CHECK_HTTP_MESSAGE_FIRST();
11480
Thierry FOURNIER0a9a2b82015-05-11 15:20:49 +020011481 txn = smp->strm->txn;
11482 idx = &smp->strm->txn->hdr_idx;
Willy Tarreau15e91e12015-04-04 00:52:09 +020011483
Thierry FOURNIER0786d052015-05-11 15:42:45 +020011484 if ((smp->opt & SMP_OPT_DIR) == SMP_OPT_DIR_REQ) {
Willy Tarreaue333ec92012-04-16 16:26:40 +020011485 msg = &txn->req;
11486 hdr_name = "Cookie";
11487 hdr_name_len = 6;
11488 } else {
11489 msg = &txn->rsp;
11490 hdr_name = "Set-Cookie";
11491 hdr_name_len = 10;
11492 }
11493
Willy Tarreau9b28e032012-10-12 23:49:43 +020011494 sol = msg->chn->buf->p;
Willy Tarreau46787ed2012-04-11 17:28:40 +020011495 val_end = val_beg = NULL;
Willy Tarreau04aa6a92012-04-06 18:57:55 +020011496 ctx.idx = 0;
11497 cnt = 0;
11498
11499 while (1) {
11500 /* Note: val_beg == NULL every time we need to fetch a new header */
11501 if (!val_beg) {
11502 if (!http_find_header2(hdr_name, hdr_name_len, sol, idx, &ctx))
11503 break;
11504
Willy Tarreau24e32d82012-04-23 23:55:44 +020011505 if (ctx.vlen < args->data.str.len + 1)
Willy Tarreau04aa6a92012-04-06 18:57:55 +020011506 continue;
11507
11508 val_beg = ctx.line + ctx.val;
11509 val_end = val_beg + ctx.vlen;
11510 }
11511
Thierry FOURNIER8c542ca2015-08-19 09:00:18 +020011512 smp->data.type = SMP_T_STR;
Thierry FOURNIER7654c9f2013-12-17 00:20:33 +010011513 smp->flags |= SMP_F_CONST;
Willy Tarreau04aa6a92012-04-06 18:57:55 +020011514 while ((val_beg = extract_cookie_value(val_beg, val_end,
Willy Tarreau24e32d82012-04-23 23:55:44 +020011515 args->data.str.str, args->data.str.len,
Thierry FOURNIER0786d052015-05-11 15:42:45 +020011516 (smp->opt & SMP_OPT_DIR) == SMP_OPT_DIR_REQ,
Thierry FOURNIER136f9d32015-08-19 09:07:19 +020011517 &smp->data.u.str.str,
11518 &smp->data.u.str.len))) {
Willy Tarreau04aa6a92012-04-06 18:57:55 +020011519 cnt++;
11520 }
11521 }
11522
Thierry FOURNIER8c542ca2015-08-19 09:00:18 +020011523 smp->data.type = SMP_T_SINT;
Thierry FOURNIER136f9d32015-08-19 09:07:19 +020011524 smp->data.u.sint = cnt;
Willy Tarreau37406352012-04-23 16:16:37 +020011525 smp->flags |= SMP_F_VOL_HDR;
Willy Tarreau04aa6a92012-04-06 18:57:55 +020011526 return 1;
11527}
11528
Willy Tarreau51539362012-05-08 12:46:28 +020011529/* Fetch an cookie's integer value. The integer value is returned. It
11530 * takes a mandatory argument of type string. It relies on smp_fetch_cookie().
11531 */
11532static int
Thierry FOURNIER0786d052015-05-11 15:42:45 +020011533smp_fetch_cookie_val(const struct arg *args, struct sample *smp, const char *kw, void *private)
Willy Tarreau51539362012-05-08 12:46:28 +020011534{
Thierry FOURNIER0786d052015-05-11 15:42:45 +020011535 int ret = smp_fetch_cookie(args, smp, kw, private);
Willy Tarreau51539362012-05-08 12:46:28 +020011536
11537 if (ret > 0) {
Thierry FOURNIER8c542ca2015-08-19 09:00:18 +020011538 smp->data.type = SMP_T_SINT;
Thierry FOURNIER136f9d32015-08-19 09:07:19 +020011539 smp->data.u.sint = strl2ic(smp->data.u.str.str, smp->data.u.str.len);
Willy Tarreau51539362012-05-08 12:46:28 +020011540 }
11541
11542 return ret;
11543}
11544
Willy Tarreau8797c062007-05-07 00:55:35 +020011545/************************************************************************/
Willy Tarreau12785782012-04-27 21:37:17 +020011546/* The code below is dedicated to sample fetches */
Willy Tarreau4a568972010-05-12 08:08:50 +020011547/************************************************************************/
11548
David Cournapeau16023ee2010-12-23 20:55:41 +090011549/*
11550 * Given a path string and its length, find the position of beginning of the
11551 * query string. Returns NULL if no query string is found in the path.
11552 *
11553 * Example: if path = "/foo/bar/fubar?yo=mama;ye=daddy", and n = 22:
11554 *
Willy Tarreau1ede1da2015-05-07 16:06:18 +020011555 * find_query_string(path, n, '?') points to "yo=mama;ye=daddy" string.
David Cournapeau16023ee2010-12-23 20:55:41 +090011556 */
bedis4c75cca2012-10-05 08:38:24 +020011557static inline char *find_param_list(char *path, size_t path_l, char delim)
David Cournapeau16023ee2010-12-23 20:55:41 +090011558{
11559 char *p;
Emeric Brun485479d2010-09-23 18:02:19 +020011560
bedis4c75cca2012-10-05 08:38:24 +020011561 p = memchr(path, delim, path_l);
David Cournapeau16023ee2010-12-23 20:55:41 +090011562 return p ? p + 1 : NULL;
11563}
11564
bedis4c75cca2012-10-05 08:38:24 +020011565static inline int is_param_delimiter(char c, char delim)
David Cournapeau16023ee2010-12-23 20:55:41 +090011566{
bedis4c75cca2012-10-05 08:38:24 +020011567 return c == '&' || c == ';' || c == delim;
David Cournapeau16023ee2010-12-23 20:55:41 +090011568}
11569
Thierry FOURNIER8be451c2015-05-20 15:28:12 +020011570/* after increasing a pointer value, it can exceed the first buffer
11571 * size. This function transform the value of <ptr> according with
11572 * the expected position. <chunks> is an array of the one or two
11573 * avalaible chunks. The first value is the start of the first chunk,
11574 * the second value if the end+1 of the first chunks. The third value
11575 * is NULL or the start of the second chunk and the fourth value is
11576 * the end+1 of the second chunk. The function returns 1 if does a
11577 * wrap, else returns 0.
11578 */
11579static inline int fix_pointer_if_wrap(const char **chunks, const char **ptr)
11580{
11581 if (*ptr < chunks[1])
11582 return 0;
11583 if (!chunks[2])
11584 return 0;
11585 *ptr = chunks[2] + ( *ptr - chunks[1] );
11586 return 1;
11587}
11588
David Cournapeau16023ee2010-12-23 20:55:41 +090011589/*
11590 * Given a url parameter, find the starting position of the first occurence,
11591 * or NULL if the parameter is not found.
11592 *
11593 * Example: if query_string is "yo=mama;ye=daddy" and url_param_name is "ye",
11594 * the function will return query_string+8.
Thierry FOURNIER8be451c2015-05-20 15:28:12 +020011595 *
Willy Tarreauf6625822015-12-27 14:51:01 +010011596 * Warning: this function returns a pointer that can point to the first chunk
Thierry FOURNIER8be451c2015-05-20 15:28:12 +020011597 * or the second chunk. The caller must be check the position before using the
11598 * result.
David Cournapeau16023ee2010-12-23 20:55:41 +090011599 */
Thierry FOURNIER8be451c2015-05-20 15:28:12 +020011600static const char *
11601find_url_param_pos(const char **chunks,
Willy Tarreau1ede1da2015-05-07 16:06:18 +020011602 const char* url_param_name, size_t url_param_name_l,
bedis4c75cca2012-10-05 08:38:24 +020011603 char delim)
David Cournapeau16023ee2010-12-23 20:55:41 +090011604{
Thierry FOURNIER8be451c2015-05-20 15:28:12 +020011605 const char *pos, *last, *equal;
11606 const char **bufs = chunks;
11607 int l1, l2;
David Cournapeau16023ee2010-12-23 20:55:41 +090011608
David Cournapeau16023ee2010-12-23 20:55:41 +090011609
Thierry FOURNIER8be451c2015-05-20 15:28:12 +020011610 pos = bufs[0];
11611 last = bufs[1];
Willy Tarreauf6625822015-12-27 14:51:01 +010011612 while (pos < last) {
Thierry FOURNIER8be451c2015-05-20 15:28:12 +020011613 /* Check the equal. */
11614 equal = pos + url_param_name_l;
11615 if (fix_pointer_if_wrap(chunks, &equal)) {
11616 if (equal >= chunks[3])
11617 return NULL;
11618 } else {
11619 if (equal >= chunks[1])
11620 return NULL;
11621 }
11622 if (*equal == '=') {
11623 if (pos + url_param_name_l > last) {
11624 /* process wrap case, we detect a wrap. In this case, the
11625 * comparison is performed in two parts.
11626 */
11627
11628 /* This is the end, we dont have any other chunk. */
11629 if (bufs != chunks || !bufs[2])
11630 return NULL;
11631
11632 /* Compute the length of each part of the comparison. */
11633 l1 = last - pos;
11634 l2 = url_param_name_l - l1;
11635
11636 /* The second buffer is too short to contain the compared string. */
11637 if (bufs[2] + l2 > bufs[3])
11638 return NULL;
11639
11640 if (memcmp(pos, url_param_name, l1) == 0 &&
11641 memcmp(bufs[2], url_param_name+l1, l2) == 0)
11642 return pos;
11643
11644 /* Perform wrapping and jump the string who fail the comparison. */
11645 bufs += 2;
11646 pos = bufs[0] + l2;
11647 last = bufs[1];
11648
11649 } else {
11650 /* process a simple comparison. */
Willy Tarreauf6625822015-12-27 14:51:01 +010011651 if (memcmp(pos, url_param_name, url_param_name_l) == 0)
11652 return pos;
Thierry FOURNIER8be451c2015-05-20 15:28:12 +020011653 pos += url_param_name_l + 1;
11654 if (fix_pointer_if_wrap(chunks, &pos))
11655 last = bufs[2];
11656 }
11657 }
11658
11659 while (1) {
11660 /* Look for the next delimiter. */
Willy Tarreauf6625822015-12-27 14:51:01 +010011661 while (pos < last && !is_param_delimiter(*pos, delim))
Thierry FOURNIER8be451c2015-05-20 15:28:12 +020011662 pos++;
11663 if (pos < last)
11664 break;
11665 /* process buffer wrapping. */
11666 if (bufs != chunks || !bufs[2])
11667 return NULL;
11668 bufs += 2;
11669 pos = bufs[0];
11670 last = bufs[1];
David Cournapeau16023ee2010-12-23 20:55:41 +090011671 }
David Cournapeau16023ee2010-12-23 20:55:41 +090011672 pos++;
11673 }
11674 return NULL;
11675}
11676
11677/*
Cyril Bontéce1ef4d2015-11-26 21:39:56 +010011678 * Given a url parameter name and a query string, find the next value.
11679 * An empty url_param_name matches the first available parameter.
11680 * If the parameter is found, 1 is returned and *vstart / *vend are updated to
11681 * respectively provide a pointer to the value and its end.
11682 * Otherwise, 0 is returned and vstart/vend are not modified.
David Cournapeau16023ee2010-12-23 20:55:41 +090011683 */
11684static int
Thierry FOURNIER8be451c2015-05-20 15:28:12 +020011685find_next_url_param(const char **chunks,
Willy Tarreau1ede1da2015-05-07 16:06:18 +020011686 const char* url_param_name, size_t url_param_name_l,
Thierry FOURNIER8be451c2015-05-20 15:28:12 +020011687 const char **vstart, const char **vend, char delim)
David Cournapeau16023ee2010-12-23 20:55:41 +090011688{
Thierry FOURNIER8be451c2015-05-20 15:28:12 +020011689 const char *arg_start, *qs_end;
11690 const char *value_start, *value_end;
David Cournapeau16023ee2010-12-23 20:55:41 +090011691
Thierry FOURNIER8be451c2015-05-20 15:28:12 +020011692 arg_start = chunks[0];
11693 qs_end = chunks[1];
Willy Tarreau1ede1da2015-05-07 16:06:18 +020011694 if (url_param_name_l) {
Thierry FOURNIER8be451c2015-05-20 15:28:12 +020011695 /* Looks for an argument name. */
11696 arg_start = find_url_param_pos(chunks,
Willy Tarreau1ede1da2015-05-07 16:06:18 +020011697 url_param_name, url_param_name_l,
11698 delim);
Thierry FOURNIER8be451c2015-05-20 15:28:12 +020011699 /* Check for wrapping. */
Willy Tarreauf6625822015-12-27 14:51:01 +010011700 if (arg_start >= qs_end)
Thierry FOURNIER8be451c2015-05-20 15:28:12 +020011701 qs_end = chunks[3];
Willy Tarreau1ede1da2015-05-07 16:06:18 +020011702 }
David Cournapeau16023ee2010-12-23 20:55:41 +090011703 if (!arg_start)
11704 return 0;
11705
Willy Tarreau1ede1da2015-05-07 16:06:18 +020011706 if (!url_param_name_l) {
Thierry FOURNIER8be451c2015-05-20 15:28:12 +020011707 while (1) {
11708 /* looks for the first argument. */
11709 value_start = memchr(arg_start, '=', qs_end - arg_start);
11710 if (!value_start) {
Thierry FOURNIER8be451c2015-05-20 15:28:12 +020011711 /* Check for wrapping. */
11712 if (arg_start >= chunks[0] &&
Willy Tarreauf6625822015-12-27 14:51:01 +010011713 arg_start < chunks[1] &&
Thierry FOURNIER8be451c2015-05-20 15:28:12 +020011714 chunks[2]) {
11715 arg_start = chunks[2];
11716 qs_end = chunks[3];
11717 continue;
11718 }
11719 return 0;
11720 }
11721 break;
11722 }
Willy Tarreau1ede1da2015-05-07 16:06:18 +020011723 value_start++;
11724 }
Thierry FOURNIER8be451c2015-05-20 15:28:12 +020011725 else {
11726 /* Jump the argument length. */
Willy Tarreau1ede1da2015-05-07 16:06:18 +020011727 value_start = arg_start + url_param_name_l + 1;
11728
Thierry FOURNIER8be451c2015-05-20 15:28:12 +020011729 /* Check for pointer wrapping. */
11730 if (fix_pointer_if_wrap(chunks, &value_start)) {
11731 /* Update the end pointer. */
11732 qs_end = chunks[3];
11733
11734 /* Check for overflow. */
Willy Tarreauf6625822015-12-27 14:51:01 +010011735 if (value_start >= qs_end)
Thierry FOURNIER8be451c2015-05-20 15:28:12 +020011736 return 0;
11737 }
11738 }
11739
David Cournapeau16023ee2010-12-23 20:55:41 +090011740 value_end = value_start;
11741
Thierry FOURNIER8be451c2015-05-20 15:28:12 +020011742 while (1) {
11743 while ((value_end < qs_end) && !is_param_delimiter(*value_end, delim))
11744 value_end++;
11745 if (value_end < qs_end)
11746 break;
11747 /* process buffer wrapping. */
11748 if (value_end >= chunks[0] &&
Willy Tarreauf6625822015-12-27 14:51:01 +010011749 value_end < chunks[1] &&
Thierry FOURNIER8be451c2015-05-20 15:28:12 +020011750 chunks[2]) {
11751 value_end = chunks[2];
11752 qs_end = chunks[3];
11753 continue;
11754 }
11755 break;
11756 }
David Cournapeau16023ee2010-12-23 20:55:41 +090011757
Thierry FOURNIER8be451c2015-05-20 15:28:12 +020011758 *vstart = value_start;
11759 *vend = value_end;
Cyril Bontéce1ef4d2015-11-26 21:39:56 +010011760 return 1;
David Cournapeau16023ee2010-12-23 20:55:41 +090011761}
11762
Thierry FOURNIER8be451c2015-05-20 15:28:12 +020011763/* This scans a URL-encoded query string. It takes an optionally wrapping
11764 * string whose first contigous chunk has its beginning in ctx->a[0] and end
11765 * in ctx->a[1], and the optional second part in (ctx->a[2]..ctx->a[3]). The
11766 * pointers are updated for next iteration before leaving.
Thierry FOURNIER4fdc74c2015-05-19 14:46:23 +020011767 */
David Cournapeau16023ee2010-12-23 20:55:41 +090011768static int
Thierry FOURNIER4fdc74c2015-05-19 14:46:23 +020011769smp_fetch_param(char delim, const char *name, int name_len, const struct arg *args, struct sample *smp, const char *kw, void *private)
David Cournapeau16023ee2010-12-23 20:55:41 +090011770{
Thierry FOURNIER8be451c2015-05-20 15:28:12 +020011771 const char *vstart, *vend;
11772 struct chunk *temp;
11773 const char **chunks = (const char **)smp->ctx.a;
bedis4c75cca2012-10-05 08:38:24 +020011774
Thierry FOURNIER8be451c2015-05-20 15:28:12 +020011775 if (!find_next_url_param(chunks,
Thierry FOURNIER0948d412015-05-20 15:22:37 +020011776 name, name_len,
Thierry FOURNIER8be451c2015-05-20 15:28:12 +020011777 &vstart, &vend,
Thierry FOURNIER0948d412015-05-20 15:22:37 +020011778 delim))
David Cournapeau16023ee2010-12-23 20:55:41 +090011779 return 0;
11780
Thierry FOURNIER8be451c2015-05-20 15:28:12 +020011781 /* Create sample. If the value is contiguous, return the pointer as CONST,
11782 * if the value is wrapped, copy-it in a buffer.
11783 */
Thierry FOURNIER8c542ca2015-08-19 09:00:18 +020011784 smp->data.type = SMP_T_STR;
Thierry FOURNIER8be451c2015-05-20 15:28:12 +020011785 if (chunks[2] &&
11786 vstart >= chunks[0] && vstart <= chunks[1] &&
11787 vend >= chunks[2] && vend <= chunks[3]) {
11788 /* Wrapped case. */
11789 temp = get_trash_chunk();
11790 memcpy(temp->str, vstart, chunks[1] - vstart);
11791 memcpy(temp->str + ( chunks[1] - vstart ), chunks[2], vend - chunks[2]);
Thierry FOURNIER136f9d32015-08-19 09:07:19 +020011792 smp->data.u.str.str = temp->str;
11793 smp->data.u.str.len = ( chunks[1] - vstart ) + ( vend - chunks[2] );
Thierry FOURNIER8be451c2015-05-20 15:28:12 +020011794 } else {
11795 /* Contiguous case. */
Thierry FOURNIER136f9d32015-08-19 09:07:19 +020011796 smp->data.u.str.str = (char *)vstart;
11797 smp->data.u.str.len = vend - vstart;
Thierry FOURNIER8be451c2015-05-20 15:28:12 +020011798 smp->flags = SMP_F_VOL_1ST | SMP_F_CONST;
11799 }
11800
11801 /* Update context, check wrapping. */
11802 chunks[0] = vend;
11803 if (chunks[2] && vend >= chunks[2] && vend <= chunks[3]) {
11804 chunks[1] = chunks[3];
11805 chunks[2] = NULL;
11806 }
Willy Tarreau1ede1da2015-05-07 16:06:18 +020011807
Thierry FOURNIER8be451c2015-05-20 15:28:12 +020011808 if (chunks[0] < chunks[1])
Willy Tarreau1ede1da2015-05-07 16:06:18 +020011809 smp->flags |= SMP_F_NOT_LAST;
11810
David Cournapeau16023ee2010-12-23 20:55:41 +090011811 return 1;
11812}
11813
Thierry FOURNIER4fdc74c2015-05-19 14:46:23 +020011814/* This function iterates over each parameter of the query string. It uses
11815 * ctx->a[0] and ctx->a[1] to store the beginning and end of the current
Thierry FOURNIER8be451c2015-05-20 15:28:12 +020011816 * parameter. Since it uses smp_fetch_param(), ctx->a[2..3] are both NULL.
11817 * An optional parameter name is passed in args[0], otherwise any parameter is
11818 * considered. It supports an optional delimiter argument for the beginning of
11819 * the string in args[1], which defaults to "?".
Thierry FOURNIER4fdc74c2015-05-19 14:46:23 +020011820 */
11821static int
11822smp_fetch_url_param(const struct arg *args, struct sample *smp, const char *kw, void *private)
11823{
11824 struct http_msg *msg;
11825 char delim = '?';
11826 const char *name;
11827 int name_len;
11828
Dragan Dosen26f77e52015-05-25 10:02:11 +020011829 if (!args ||
11830 (args[0].type && args[0].type != ARGT_STR) ||
11831 (args[1].type && args[1].type != ARGT_STR))
11832 return 0;
Thierry FOURNIER4fdc74c2015-05-19 14:46:23 +020011833
Dragan Dosen26f77e52015-05-25 10:02:11 +020011834 name = "";
11835 name_len = 0;
11836 if (args->type == ARGT_STR) {
11837 name = args->data.str.str;
11838 name_len = args->data.str.len;
11839 }
Thierry FOURNIER4fdc74c2015-05-19 14:46:23 +020011840
Dragan Dosen26f77e52015-05-25 10:02:11 +020011841 if (args[1].type)
11842 delim = *args[1].data.str.str;
Thierry FOURNIER4fdc74c2015-05-19 14:46:23 +020011843
Dragan Dosen26f77e52015-05-25 10:02:11 +020011844 if (!smp->ctx.a[0]) { // first call, find the query string
Thierry FOURNIER4fdc74c2015-05-19 14:46:23 +020011845 CHECK_HTTP_MESSAGE_FIRST();
11846
11847 msg = &smp->strm->txn->req;
11848
11849 smp->ctx.a[0] = find_param_list(msg->chn->buf->p + msg->sl.rq.u,
11850 msg->sl.rq.u_l, delim);
11851 if (!smp->ctx.a[0])
11852 return 0;
11853
11854 smp->ctx.a[1] = msg->chn->buf->p + msg->sl.rq.u + msg->sl.rq.u_l;
Thierry FOURNIER8be451c2015-05-20 15:28:12 +020011855
11856 /* Assume that the context is filled with NULL pointer
11857 * before the first call.
11858 * smp->ctx.a[2] = NULL;
11859 * smp->ctx.a[3] = NULL;
11860 */
Thierry FOURNIER4fdc74c2015-05-19 14:46:23 +020011861 }
11862
11863 return smp_fetch_param(delim, name, name_len, args, smp, kw, private);
11864}
11865
Thierry FOURNIERe28c4992015-05-19 14:45:09 +020011866/* This function iterates over each parameter of the body. This requires
11867 * that the body has been waited for using http-buffer-request. It uses
Thierry FOURNIER8be451c2015-05-20 15:28:12 +020011868 * ctx->a[0] and ctx->a[1] to store the beginning and end of the first
11869 * contigous part of the body, and optionally ctx->a[2..3] to reference the
11870 * optional second part if the body wraps at the end of the buffer. An optional
11871 * parameter name is passed in args[0], otherwise any parameter is considered.
Thierry FOURNIERe28c4992015-05-19 14:45:09 +020011872 */
11873static int
11874smp_fetch_body_param(const struct arg *args, struct sample *smp, const char *kw, void *private)
11875{
Thierry FOURNIERe28c4992015-05-19 14:45:09 +020011876 struct http_msg *msg;
11877 unsigned long len;
11878 unsigned long block1;
11879 char *body;
11880 const char *name;
11881 int name_len;
11882
11883 if (!args || (args[0].type && args[0].type != ARGT_STR))
11884 return 0;
11885
11886 name = "";
11887 name_len = 0;
11888 if (args[0].type == ARGT_STR) {
11889 name = args[0].data.str.str;
11890 name_len = args[0].data.str.len;
11891 }
11892
11893 if (!smp->ctx.a[0]) { // first call, find the query string
11894 CHECK_HTTP_MESSAGE_FIRST();
11895
11896 if ((smp->opt & SMP_OPT_DIR) == SMP_OPT_DIR_REQ)
Willy Tarreaube508f12016-03-10 11:47:01 +010011897 msg = &smp->strm->txn->req;
Thierry FOURNIERe28c4992015-05-19 14:45:09 +020011898 else
Willy Tarreaube508f12016-03-10 11:47:01 +010011899 msg = &smp->strm->txn->rsp;
Thierry FOURNIERe28c4992015-05-19 14:45:09 +020011900
11901 len = http_body_bytes(msg);
11902 body = b_ptr(msg->chn->buf, -http_data_rewind(msg));
11903
11904 block1 = len;
11905 if (block1 > msg->chn->buf->data + msg->chn->buf->size - body)
11906 block1 = msg->chn->buf->data + msg->chn->buf->size - body;
11907
11908 if (block1 == len) {
11909 /* buffer is not wrapped (or empty) */
11910 smp->ctx.a[0] = body;
11911 smp->ctx.a[1] = body + len;
Thierry FOURNIER8be451c2015-05-20 15:28:12 +020011912
11913 /* Assume that the context is filled with NULL pointer
11914 * before the first call.
11915 * smp->ctx.a[2] = NULL;
11916 * smp->ctx.a[3] = NULL;
11917 */
Thierry FOURNIERe28c4992015-05-19 14:45:09 +020011918 }
11919 else {
11920 /* buffer is wrapped, we need to defragment it */
11921 smp->ctx.a[0] = body;
11922 smp->ctx.a[1] = body + block1;
Thierry FOURNIER8be451c2015-05-20 15:28:12 +020011923 smp->ctx.a[2] = msg->chn->buf->data;
11924 smp->ctx.a[3] = msg->chn->buf->data + ( len - block1 );
Thierry FOURNIERe28c4992015-05-19 14:45:09 +020011925 }
11926 }
11927 return smp_fetch_param('&', name, name_len, args, smp, kw, private);
11928}
11929
Willy Tarreaua9fddca2012-07-31 07:51:48 +020011930/* Return the signed integer value for the specified url parameter (see url_param
11931 * above).
11932 */
11933static int
Thierry FOURNIER0786d052015-05-11 15:42:45 +020011934smp_fetch_url_param_val(const struct arg *args, struct sample *smp, const char *kw, void *private)
Willy Tarreaua9fddca2012-07-31 07:51:48 +020011935{
Thierry FOURNIER0786d052015-05-11 15:42:45 +020011936 int ret = smp_fetch_url_param(args, smp, kw, private);
Willy Tarreaua9fddca2012-07-31 07:51:48 +020011937
11938 if (ret > 0) {
Thierry FOURNIER8c542ca2015-08-19 09:00:18 +020011939 smp->data.type = SMP_T_SINT;
Thierry FOURNIER136f9d32015-08-19 09:07:19 +020011940 smp->data.u.sint = strl2ic(smp->data.u.str.str, smp->data.u.str.len);
Willy Tarreaua9fddca2012-07-31 07:51:48 +020011941 }
11942
11943 return ret;
11944}
11945
Neil - HAProxy List39c63c52013-11-04 13:48:42 +000011946/* This produces a 32-bit hash of the concatenation of the first occurrence of
11947 * the Host header followed by the path component if it begins with a slash ('/').
11948 * This means that '*' will not be added, resulting in exactly the first Host
11949 * entry. If no Host header is found, then the path is used. The resulting value
11950 * is hashed using the url hash followed by a full avalanche hash and provides a
11951 * 32-bit integer value. This fetch is useful for tracking per-URL activity on
11952 * high-traffic sites without having to store whole paths.
11953 * this differs from the base32 functions in that it includes the url parameters
11954 * as well as the path
11955 */
11956static int
Thierry FOURNIER0786d052015-05-11 15:42:45 +020011957smp_fetch_url32(const struct arg *args, struct sample *smp, const char *kw, void *private)
Neil - HAProxy List39c63c52013-11-04 13:48:42 +000011958{
Willy Tarreau15e91e12015-04-04 00:52:09 +020011959 struct http_txn *txn;
Neil - HAProxy List39c63c52013-11-04 13:48:42 +000011960 struct hdr_ctx ctx;
11961 unsigned int hash = 0;
11962 char *ptr, *beg, *end;
11963 int len;
11964
11965 CHECK_HTTP_MESSAGE_FIRST();
11966
Thierry FOURNIER0a9a2b82015-05-11 15:20:49 +020011967 txn = smp->strm->txn;
Neil - HAProxy List39c63c52013-11-04 13:48:42 +000011968 ctx.idx = 0;
Willy Tarreau877e78d2013-04-07 18:48:08 +020011969 if (http_find_header2("Host", 4, txn->req.chn->buf->p, &txn->hdr_idx, &ctx)) {
Neil - HAProxy List39c63c52013-11-04 13:48:42 +000011970 /* OK we have the header value in ctx.line+ctx.val for ctx.vlen bytes */
11971 ptr = ctx.line + ctx.val;
11972 len = ctx.vlen;
11973 while (len--)
11974 hash = *(ptr++) + (hash << 6) + (hash << 16) - hash;
11975 }
11976
11977 /* now retrieve the path */
Willy Tarreau877e78d2013-04-07 18:48:08 +020011978 end = txn->req.chn->buf->p + txn->req.sl.rq.u + txn->req.sl.rq.u_l;
Neil - HAProxy List39c63c52013-11-04 13:48:42 +000011979 beg = http_get_path(txn);
11980 if (!beg)
11981 beg = end;
11982
11983 for (ptr = beg; ptr < end ; ptr++);
11984
11985 if (beg < ptr && *beg == '/') {
11986 while (beg < ptr)
11987 hash = *(beg++) + (hash << 6) + (hash << 16) - hash;
11988 }
11989 hash = full_hash(hash);
11990
Thierry FOURNIER8c542ca2015-08-19 09:00:18 +020011991 smp->data.type = SMP_T_SINT;
Thierry FOURNIER136f9d32015-08-19 09:07:19 +020011992 smp->data.u.sint = hash;
Neil - HAProxy List39c63c52013-11-04 13:48:42 +000011993 smp->flags = SMP_F_VOL_1ST;
11994 return 1;
11995}
11996
11997/* This concatenates the source address with the 32-bit hash of the Host and
11998 * URL as returned by smp_fetch_base32(). The idea is to have per-source and
11999 * per-url counters. The result is a binary block from 8 to 20 bytes depending
12000 * on the source address length. The URL hash is stored before the address so
12001 * that in environments where IPv6 is insignificant, truncating the output to
12002 * 8 bytes would still work.
12003 */
12004static int
Thierry FOURNIER0786d052015-05-11 15:42:45 +020012005smp_fetch_url32_src(const struct arg *args, struct sample *smp, const char *kw, void *private)
Neil - HAProxy List39c63c52013-11-04 13:48:42 +000012006{
12007 struct chunk *temp;
Thierry FOURNIER0a9a2b82015-05-11 15:20:49 +020012008 struct connection *cli_conn = objt_conn(smp->sess->origin);
Neil - HAProxy List39c63c52013-11-04 13:48:42 +000012009
Dragan Dosendb5af612016-06-16 11:23:01 +020012010 if (!cli_conn)
12011 return 0;
12012
Thierry FOURNIER0786d052015-05-11 15:42:45 +020012013 if (!smp_fetch_url32(args, smp, kw, private))
Neil - HAProxy List39c63c52013-11-04 13:48:42 +000012014 return 0;
12015
12016 temp = get_trash_chunk();
Dragan Dosene5f41332016-06-16 11:08:08 +020012017 *(unsigned int *)temp->str = htonl(smp->data.u.sint);
12018 temp->len += sizeof(unsigned int);
Neil - HAProxy List39c63c52013-11-04 13:48:42 +000012019
Willy Tarreaub363a1f2013-10-01 10:45:07 +020012020 switch (cli_conn->addr.from.ss_family) {
Neil - HAProxy List39c63c52013-11-04 13:48:42 +000012021 case AF_INET:
Willy Tarreaub363a1f2013-10-01 10:45:07 +020012022 memcpy(temp->str + temp->len, &((struct sockaddr_in *)&cli_conn->addr.from)->sin_addr, 4);
Neil - HAProxy List39c63c52013-11-04 13:48:42 +000012023 temp->len += 4;
12024 break;
12025 case AF_INET6:
Willy Tarreaub363a1f2013-10-01 10:45:07 +020012026 memcpy(temp->str + temp->len, &((struct sockaddr_in6 *)&cli_conn->addr.from)->sin6_addr, 16);
Neil - HAProxy List39c63c52013-11-04 13:48:42 +000012027 temp->len += 16;
12028 break;
12029 default:
12030 return 0;
12031 }
12032
Thierry FOURNIER136f9d32015-08-19 09:07:19 +020012033 smp->data.u.str = *temp;
Thierry FOURNIER8c542ca2015-08-19 09:00:18 +020012034 smp->data.type = SMP_T_BIN;
Neil - HAProxy List39c63c52013-11-04 13:48:42 +000012035 return 1;
12036}
12037
Willy Tarreau185b5c42012-04-26 15:11:51 +020012038/* This function is used to validate the arguments passed to any "hdr" fetch
12039 * keyword. These keywords support an optional positive or negative occurrence
12040 * number. We must ensure that the number is greater than -MAX_HDR_HISTORY. It
12041 * is assumed that the types are already the correct ones. Returns 0 on error,
12042 * non-zero if OK. If <err> is not NULL, it will be filled with a pointer to an
12043 * error message in case of error, that the caller is responsible for freeing.
12044 * The initial location must either be freeable or NULL.
12045 */
Thierry FOURNIER49f45af2014-12-08 19:50:43 +010012046int val_hdr(struct arg *arg, char **err_msg)
Willy Tarreau185b5c42012-04-26 15:11:51 +020012047{
12048 if (arg && arg[1].type == ARGT_SINT && arg[1].data.sint < -MAX_HDR_HISTORY) {
Willy Tarreaueb6cead2012-09-20 19:43:14 +020012049 memprintf(err_msg, "header occurrence must be >= %d", -MAX_HDR_HISTORY);
Willy Tarreau185b5c42012-04-26 15:11:51 +020012050 return 0;
12051 }
12052 return 1;
12053}
12054
Willy Tarreau276fae92013-07-25 14:36:01 +020012055/* takes an UINT value on input supposed to represent the time since EPOCH,
12056 * adds an optional offset found in args[0] and emits a string representing
12057 * the date in RFC-1123/5322 format.
12058 */
Thierry FOURNIER0a9a2b82015-05-11 15:20:49 +020012059static int sample_conv_http_date(const struct arg *args, struct sample *smp, void *private)
Willy Tarreau276fae92013-07-25 14:36:01 +020012060{
Cyril Bontéf78d8962016-01-22 19:40:28 +010012061 const char day[7][4] = { "Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat" };
Willy Tarreau276fae92013-07-25 14:36:01 +020012062 const char mon[12][4] = { "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec" };
12063 struct chunk *temp;
12064 struct tm *tm;
Thierry FOURNIERbf65cd42015-07-20 17:45:02 +020012065 /* With high numbers, the date returned can be negative, the 55 bits mask prevent this. */
Thierry FOURNIER136f9d32015-08-19 09:07:19 +020012066 time_t curr_date = smp->data.u.sint & 0x007fffffffffffffLL;
Willy Tarreau276fae92013-07-25 14:36:01 +020012067
12068 /* add offset */
Thierry FOURNIERbf65cd42015-07-20 17:45:02 +020012069 if (args && (args[0].type == ARGT_SINT))
Willy Tarreau276fae92013-07-25 14:36:01 +020012070 curr_date += args[0].data.sint;
12071
12072 tm = gmtime(&curr_date);
Thierry FOURNIERfac9ccf2015-07-08 00:15:20 +020012073 if (!tm)
12074 return 0;
Willy Tarreau276fae92013-07-25 14:36:01 +020012075
12076 temp = get_trash_chunk();
12077 temp->len = snprintf(temp->str, temp->size - temp->len,
12078 "%s, %02d %s %04d %02d:%02d:%02d GMT",
12079 day[tm->tm_wday], tm->tm_mday, mon[tm->tm_mon], 1900+tm->tm_year,
12080 tm->tm_hour, tm->tm_min, tm->tm_sec);
12081
Thierry FOURNIER136f9d32015-08-19 09:07:19 +020012082 smp->data.u.str = *temp;
Thierry FOURNIER8c542ca2015-08-19 09:00:18 +020012083 smp->data.type = SMP_T_STR;
Willy Tarreau276fae92013-07-25 14:36:01 +020012084 return 1;
12085}
12086
Thierry FOURNIERad903512014-04-11 17:51:01 +020012087/* Match language range with language tag. RFC2616 14.4:
12088 *
12089 * A language-range matches a language-tag if it exactly equals
12090 * the tag, or if it exactly equals a prefix of the tag such
12091 * that the first tag character following the prefix is "-".
12092 *
12093 * Return 1 if the strings match, else return 0.
12094 */
12095static inline int language_range_match(const char *range, int range_len,
12096 const char *tag, int tag_len)
12097{
12098 const char *end = range + range_len;
12099 const char *tend = tag + tag_len;
12100 while (range < end) {
12101 if (*range == '-' && tag == tend)
12102 return 1;
12103 if (*range != *tag || tag == tend)
12104 return 0;
12105 range++;
12106 tag++;
12107 }
12108 /* Return true only if the last char of the tag is matched. */
12109 return tag == tend;
12110}
12111
12112/* Arguments: The list of expected value, the number of parts returned and the separator */
Thierry FOURNIER0a9a2b82015-05-11 15:20:49 +020012113static int sample_conv_q_prefered(const struct arg *args, struct sample *smp, void *private)
Thierry FOURNIERad903512014-04-11 17:51:01 +020012114{
Thierry FOURNIER136f9d32015-08-19 09:07:19 +020012115 const char *al = smp->data.u.str.str;
12116 const char *end = al + smp->data.u.str.len;
Thierry FOURNIERad903512014-04-11 17:51:01 +020012117 const char *token;
12118 int toklen;
12119 int qvalue;
12120 const char *str;
12121 const char *w;
12122 int best_q = 0;
12123
12124 /* Set the constant to the sample, because the output of the
12125 * function will be peek in the constant configuration string.
12126 */
12127 smp->flags |= SMP_F_CONST;
Thierry FOURNIER136f9d32015-08-19 09:07:19 +020012128 smp->data.u.str.size = 0;
12129 smp->data.u.str.str = "";
12130 smp->data.u.str.len = 0;
Thierry FOURNIERad903512014-04-11 17:51:01 +020012131
12132 /* Parse the accept language */
12133 while (1) {
12134
12135 /* Jump spaces, quit if the end is detected. */
Willy Tarreau506c69a2014-07-08 00:59:48 +020012136 while (al < end && isspace((unsigned char)*al))
Thierry FOURNIERad903512014-04-11 17:51:01 +020012137 al++;
12138 if (al >= end)
12139 break;
12140
12141 /* Start of the fisrt word. */
12142 token = al;
12143
12144 /* Look for separator: isspace(), ',' or ';'. Next value if 0 length word. */
Willy Tarreau506c69a2014-07-08 00:59:48 +020012145 while (al < end && *al != ';' && *al != ',' && !isspace((unsigned char)*al))
Thierry FOURNIERad903512014-04-11 17:51:01 +020012146 al++;
12147 if (al == token)
12148 goto expect_comma;
12149
12150 /* Length of the token. */
12151 toklen = al - token;
12152 qvalue = 1000;
12153
12154 /* Check if the token exists in the list. If the token not exists,
12155 * jump to the next token.
12156 */
12157 str = args[0].data.str.str;
12158 w = str;
12159 while (1) {
12160 if (*str == ';' || *str == '\0') {
12161 if (language_range_match(token, toklen, w, str-w))
12162 goto look_for_q;
12163 if (*str == '\0')
12164 goto expect_comma;
12165 w = str + 1;
12166 }
12167 str++;
12168 }
12169 goto expect_comma;
12170
12171look_for_q:
12172
12173 /* Jump spaces, quit if the end is detected. */
Willy Tarreau506c69a2014-07-08 00:59:48 +020012174 while (al < end && isspace((unsigned char)*al))
Thierry FOURNIERad903512014-04-11 17:51:01 +020012175 al++;
12176 if (al >= end)
12177 goto process_value;
12178
12179 /* If ',' is found, process the result */
12180 if (*al == ',')
12181 goto process_value;
12182
12183 /* If the character is different from ';', look
12184 * for the end of the header part in best effort.
12185 */
12186 if (*al != ';')
12187 goto expect_comma;
12188
12189 /* Assumes that the char is ';', now expect "q=". */
12190 al++;
12191
12192 /* Jump spaces, process value if the end is detected. */
Willy Tarreau506c69a2014-07-08 00:59:48 +020012193 while (al < end && isspace((unsigned char)*al))
Thierry FOURNIERad903512014-04-11 17:51:01 +020012194 al++;
12195 if (al >= end)
12196 goto process_value;
12197
12198 /* Expect 'q'. If no 'q', continue in best effort */
12199 if (*al != 'q')
12200 goto process_value;
12201 al++;
12202
12203 /* Jump spaces, process value if the end is detected. */
Willy Tarreau506c69a2014-07-08 00:59:48 +020012204 while (al < end && isspace((unsigned char)*al))
Thierry FOURNIERad903512014-04-11 17:51:01 +020012205 al++;
12206 if (al >= end)
12207 goto process_value;
12208
12209 /* Expect '='. If no '=', continue in best effort */
12210 if (*al != '=')
12211 goto process_value;
12212 al++;
12213
12214 /* Jump spaces, process value if the end is detected. */
Willy Tarreau506c69a2014-07-08 00:59:48 +020012215 while (al < end && isspace((unsigned char)*al))
Thierry FOURNIERad903512014-04-11 17:51:01 +020012216 al++;
12217 if (al >= end)
12218 goto process_value;
12219
12220 /* Parse the q value. */
12221 qvalue = parse_qvalue(al, &al);
12222
12223process_value:
12224
12225 /* If the new q value is the best q value, then store the associated
12226 * language in the response. If qvalue is the biggest value (1000),
12227 * break the process.
12228 */
12229 if (qvalue > best_q) {
Thierry FOURNIER136f9d32015-08-19 09:07:19 +020012230 smp->data.u.str.str = (char *)w;
12231 smp->data.u.str.len = str - w;
Thierry FOURNIERad903512014-04-11 17:51:01 +020012232 if (qvalue >= 1000)
12233 break;
12234 best_q = qvalue;
12235 }
12236
12237expect_comma:
12238
12239 /* Expect comma or end. If the end is detected, quit the loop. */
12240 while (al < end && *al != ',')
12241 al++;
12242 if (al >= end)
12243 break;
12244
12245 /* Comma is found, jump it and restart the analyzer. */
12246 al++;
12247 }
12248
12249 /* Set default value if required. */
Thierry FOURNIER136f9d32015-08-19 09:07:19 +020012250 if (smp->data.u.str.len == 0 && args[1].type == ARGT_STR) {
12251 smp->data.u.str.str = args[1].data.str.str;
12252 smp->data.u.str.len = args[1].data.str.len;
Thierry FOURNIERad903512014-04-11 17:51:01 +020012253 }
12254
12255 /* Return true only if a matching language was found. */
Thierry FOURNIER136f9d32015-08-19 09:07:19 +020012256 return smp->data.u.str.len != 0;
Thierry FOURNIERad903512014-04-11 17:51:01 +020012257}
12258
Thierry FOURNIER82ff3c92015-05-07 15:46:20 +020012259/* This fetch url-decode any input string. */
Thierry FOURNIER0a9a2b82015-05-11 15:20:49 +020012260static int sample_conv_url_dec(const struct arg *args, struct sample *smp, void *private)
Thierry FOURNIER82ff3c92015-05-07 15:46:20 +020012261{
12262 /* If the constant flag is set or if not size is avalaible at
12263 * the end of the buffer, copy the string in other buffer
12264 * before decoding.
12265 */
Thierry FOURNIER136f9d32015-08-19 09:07:19 +020012266 if (smp->flags & SMP_F_CONST || smp->data.u.str.size <= smp->data.u.str.len) {
Thierry FOURNIER82ff3c92015-05-07 15:46:20 +020012267 struct chunk *str = get_trash_chunk();
Thierry FOURNIER136f9d32015-08-19 09:07:19 +020012268 memcpy(str->str, smp->data.u.str.str, smp->data.u.str.len);
12269 smp->data.u.str.str = str->str;
12270 smp->data.u.str.size = str->size;
Thierry FOURNIER82ff3c92015-05-07 15:46:20 +020012271 smp->flags &= ~SMP_F_CONST;
12272 }
12273
12274 /* Add final \0 required by url_decode(), and convert the input string. */
Thierry FOURNIER136f9d32015-08-19 09:07:19 +020012275 smp->data.u.str.str[smp->data.u.str.len] = '\0';
12276 smp->data.u.str.len = url_decode(smp->data.u.str.str);
Thierry FOURNIER82ff3c92015-05-07 15:46:20 +020012277 return 1;
12278}
12279
Thierry FOURNIER35ab2752015-05-28 13:22:03 +020012280static int smp_conv_req_capture(const struct arg *args, struct sample *smp, void *private)
12281{
12282 struct proxy *fe = strm_fe(smp->strm);
12283 int idx, i;
12284 struct cap_hdr *hdr;
12285 int len;
12286
Thierry FOURNIERbf65cd42015-07-20 17:45:02 +020012287 if (!args || args->type != ARGT_SINT)
Thierry FOURNIER35ab2752015-05-28 13:22:03 +020012288 return 0;
12289
Thierry FOURNIERbf65cd42015-07-20 17:45:02 +020012290 idx = args->data.sint;
Thierry FOURNIER35ab2752015-05-28 13:22:03 +020012291
12292 /* Check the availibity of the capture id. */
12293 if (idx > fe->nb_req_cap - 1)
12294 return 0;
12295
12296 /* Look for the original configuration. */
12297 for (hdr = fe->req_cap, i = fe->nb_req_cap - 1;
12298 hdr != NULL && i != idx ;
12299 i--, hdr = hdr->next);
12300 if (!hdr)
12301 return 0;
12302
12303 /* check for the memory allocation */
12304 if (smp->strm->req_cap[hdr->index] == NULL)
12305 smp->strm->req_cap[hdr->index] = pool_alloc2(hdr->pool);
12306 if (smp->strm->req_cap[hdr->index] == NULL)
12307 return 0;
12308
12309 /* Check length. */
Thierry FOURNIER136f9d32015-08-19 09:07:19 +020012310 len = smp->data.u.str.len;
Thierry FOURNIER35ab2752015-05-28 13:22:03 +020012311 if (len > hdr->len)
12312 len = hdr->len;
12313
12314 /* Capture input data. */
Thierry FOURNIER136f9d32015-08-19 09:07:19 +020012315 memcpy(smp->strm->req_cap[idx], smp->data.u.str.str, len);
Thierry FOURNIER35ab2752015-05-28 13:22:03 +020012316 smp->strm->req_cap[idx][len] = '\0';
12317
12318 return 1;
12319}
12320
12321static int smp_conv_res_capture(const struct arg *args, struct sample *smp, void *private)
12322{
12323 struct proxy *fe = strm_fe(smp->strm);
12324 int idx, i;
12325 struct cap_hdr *hdr;
12326 int len;
12327
Thierry FOURNIERbf65cd42015-07-20 17:45:02 +020012328 if (!args || args->type != ARGT_SINT)
Thierry FOURNIER35ab2752015-05-28 13:22:03 +020012329 return 0;
12330
Thierry FOURNIERbf65cd42015-07-20 17:45:02 +020012331 idx = args->data.sint;
Thierry FOURNIER35ab2752015-05-28 13:22:03 +020012332
12333 /* Check the availibity of the capture id. */
12334 if (idx > fe->nb_rsp_cap - 1)
12335 return 0;
12336
12337 /* Look for the original configuration. */
12338 for (hdr = fe->rsp_cap, i = fe->nb_rsp_cap - 1;
12339 hdr != NULL && i != idx ;
12340 i--, hdr = hdr->next);
12341 if (!hdr)
12342 return 0;
12343
12344 /* check for the memory allocation */
12345 if (smp->strm->res_cap[hdr->index] == NULL)
12346 smp->strm->res_cap[hdr->index] = pool_alloc2(hdr->pool);
12347 if (smp->strm->res_cap[hdr->index] == NULL)
12348 return 0;
12349
12350 /* Check length. */
Thierry FOURNIER136f9d32015-08-19 09:07:19 +020012351 len = smp->data.u.str.len;
Thierry FOURNIER35ab2752015-05-28 13:22:03 +020012352 if (len > hdr->len)
12353 len = hdr->len;
12354
12355 /* Capture input data. */
Thierry FOURNIER136f9d32015-08-19 09:07:19 +020012356 memcpy(smp->strm->res_cap[idx], smp->data.u.str.str, len);
Thierry FOURNIER35ab2752015-05-28 13:22:03 +020012357 smp->strm->res_cap[idx][len] = '\0';
12358
12359 return 1;
12360}
12361
Willy Tarreaua0dc23f2015-01-22 20:46:11 +010012362/* This function executes one of the set-{method,path,query,uri} actions. It
Thierry FOURNIERb77aece2015-03-14 13:55:46 +010012363 * takes the string from the variable 'replace' with length 'len', then modifies
Willy Tarreaua0dc23f2015-01-22 20:46:11 +010012364 * the relevant part of the request line accordingly. Then it updates various
12365 * pointers to the next elements which were moved, and the total buffer length.
12366 * It finds the action to be performed in p[2], previously filled by function
Thierry FOURNIERb77aece2015-03-14 13:55:46 +010012367 * parse_set_req_line(). It returns 0 in case of success, -1 in case of internal
12368 * error, though this can be revisited when this code is finally exploited.
12369 *
12370 * 'action' can be '0' to replace method, '1' to replace path, '2' to replace
12371 * query string and 3 to replace uri.
12372 *
12373 * In query string case, the mark question '?' must be set at the start of the
12374 * string by the caller, event if the replacement query string is empty.
Willy Tarreaua0dc23f2015-01-22 20:46:11 +010012375 */
Thierry FOURNIERb77aece2015-03-14 13:55:46 +010012376int http_replace_req_line(int action, const char *replace, int len,
Willy Tarreau987e3fb2015-04-04 01:09:08 +020012377 struct proxy *px, struct stream *s)
Willy Tarreaua0dc23f2015-01-22 20:46:11 +010012378{
Willy Tarreau987e3fb2015-04-04 01:09:08 +020012379 struct http_txn *txn = s->txn;
Willy Tarreaua0dc23f2015-01-22 20:46:11 +010012380 char *cur_ptr, *cur_end;
Thierry FOURNIERb77aece2015-03-14 13:55:46 +010012381 int offset = 0;
Willy Tarreaua0dc23f2015-01-22 20:46:11 +010012382 int delta;
12383
Thierry FOURNIERb77aece2015-03-14 13:55:46 +010012384 switch (action) {
Willy Tarreaua0dc23f2015-01-22 20:46:11 +010012385 case 0: // method
Willy Tarreau22ec1ea2014-11-27 20:45:39 +010012386 cur_ptr = s->req.buf->p;
Willy Tarreaua0dc23f2015-01-22 20:46:11 +010012387 cur_end = cur_ptr + txn->req.sl.rq.m_l;
12388
12389 /* adjust req line offsets and lengths */
Thierry FOURNIERb77aece2015-03-14 13:55:46 +010012390 delta = len - offset - (cur_end - cur_ptr);
Willy Tarreaua0dc23f2015-01-22 20:46:11 +010012391 txn->req.sl.rq.m_l += delta;
12392 txn->req.sl.rq.u += delta;
12393 txn->req.sl.rq.v += delta;
12394 break;
12395
12396 case 1: // path
12397 cur_ptr = http_get_path(txn);
12398 if (!cur_ptr)
Willy Tarreau22ec1ea2014-11-27 20:45:39 +010012399 cur_ptr = s->req.buf->p + txn->req.sl.rq.u;
Willy Tarreaua0dc23f2015-01-22 20:46:11 +010012400
12401 cur_end = cur_ptr;
Willy Tarreau22ec1ea2014-11-27 20:45:39 +010012402 while (cur_end < s->req.buf->p + txn->req.sl.rq.u + txn->req.sl.rq.u_l && *cur_end != '?')
Willy Tarreaua0dc23f2015-01-22 20:46:11 +010012403 cur_end++;
12404
12405 /* adjust req line offsets and lengths */
Thierry FOURNIERb77aece2015-03-14 13:55:46 +010012406 delta = len - offset - (cur_end - cur_ptr);
Willy Tarreaua0dc23f2015-01-22 20:46:11 +010012407 txn->req.sl.rq.u_l += delta;
12408 txn->req.sl.rq.v += delta;
12409 break;
12410
12411 case 2: // query
Thierry FOURNIERb77aece2015-03-14 13:55:46 +010012412 offset = 1;
Willy Tarreau22ec1ea2014-11-27 20:45:39 +010012413 cur_ptr = s->req.buf->p + txn->req.sl.rq.u;
Willy Tarreaua0dc23f2015-01-22 20:46:11 +010012414 cur_end = cur_ptr + txn->req.sl.rq.u_l;
12415 while (cur_ptr < cur_end && *cur_ptr != '?')
12416 cur_ptr++;
12417
12418 /* skip the question mark or indicate that we must insert it
12419 * (but only if the format string is not empty then).
12420 */
12421 if (cur_ptr < cur_end)
12422 cur_ptr++;
Thierry FOURNIERb77aece2015-03-14 13:55:46 +010012423 else if (len > 1)
Willy Tarreaua0dc23f2015-01-22 20:46:11 +010012424 offset = 0;
12425
12426 /* adjust req line offsets and lengths */
Thierry FOURNIERb77aece2015-03-14 13:55:46 +010012427 delta = len - offset - (cur_end - cur_ptr);
Willy Tarreaua0dc23f2015-01-22 20:46:11 +010012428 txn->req.sl.rq.u_l += delta;
12429 txn->req.sl.rq.v += delta;
12430 break;
12431
12432 case 3: // uri
Willy Tarreau22ec1ea2014-11-27 20:45:39 +010012433 cur_ptr = s->req.buf->p + txn->req.sl.rq.u;
Willy Tarreaua0dc23f2015-01-22 20:46:11 +010012434 cur_end = cur_ptr + txn->req.sl.rq.u_l;
12435
12436 /* adjust req line offsets and lengths */
Thierry FOURNIERb77aece2015-03-14 13:55:46 +010012437 delta = len - offset - (cur_end - cur_ptr);
Willy Tarreaua0dc23f2015-01-22 20:46:11 +010012438 txn->req.sl.rq.u_l += delta;
12439 txn->req.sl.rq.v += delta;
12440 break;
12441
12442 default:
Thierry FOURNIERb77aece2015-03-14 13:55:46 +010012443 return -1;
Willy Tarreaua0dc23f2015-01-22 20:46:11 +010012444 }
12445
12446 /* commit changes and adjust end of message */
Thierry FOURNIERb77aece2015-03-14 13:55:46 +010012447 delta = buffer_replace2(s->req.buf, cur_ptr, cur_end, replace + offset, len - offset);
Thierry FOURNIER7f6192c2015-04-26 18:01:40 +020012448 txn->req.sl.rq.l += delta;
12449 txn->hdr_idx.v[0].len += delta;
Willy Tarreaua0dc23f2015-01-22 20:46:11 +010012450 http_msg_move_end(&txn->req, delta);
Thierry FOURNIERb77aece2015-03-14 13:55:46 +010012451 return 0;
12452}
12453
Thierry FOURNIER35d70ef2015-08-26 16:21:56 +020012454/* This function replace the HTTP status code and the associated message. The
12455 * variable <status> contains the new status code. This function never fails.
12456 */
12457void http_set_status(unsigned int status, struct stream *s)
12458{
12459 struct http_txn *txn = s->txn;
12460 char *cur_ptr, *cur_end;
12461 int delta;
12462 char *res;
12463 int c_l;
12464 const char *msg;
12465 int msg_len;
12466
12467 chunk_reset(&trash);
12468
12469 res = ultoa_o(status, trash.str, trash.size);
12470 c_l = res - trash.str;
12471
12472 trash.str[c_l] = ' ';
12473 trash.len = c_l + 1;
12474
12475 msg = get_reason(status);
12476 msg_len = strlen(msg);
12477
12478 strncpy(&trash.str[trash.len], msg, trash.size - trash.len);
12479 trash.len += msg_len;
12480
12481 cur_ptr = s->res.buf->p + txn->rsp.sl.st.c;
12482 cur_end = s->res.buf->p + txn->rsp.sl.st.r + txn->rsp.sl.st.r_l;
12483
12484 /* commit changes and adjust message */
12485 delta = buffer_replace2(s->res.buf, cur_ptr, cur_end, trash.str, trash.len);
12486
12487 /* adjust res line offsets and lengths */
12488 txn->rsp.sl.st.r += c_l - txn->rsp.sl.st.c_l;
12489 txn->rsp.sl.st.c_l = c_l;
12490 txn->rsp.sl.st.r_l = msg_len;
12491
12492 delta = trash.len - (cur_end - cur_ptr);
12493 txn->rsp.sl.st.l += delta;
12494 txn->hdr_idx.v[0].len += delta;
12495 http_msg_move_end(&txn->rsp, delta);
12496}
12497
Thierry FOURNIERb77aece2015-03-14 13:55:46 +010012498/* This function executes one of the set-{method,path,query,uri} actions. It
12499 * builds a string in the trash from the specified format string. It finds
Thierry FOURNIER3f4bc652015-08-26 16:23:34 +020012500 * the action to be performed in <http.action>, previously filled by function
Thierry FOURNIERb77aece2015-03-14 13:55:46 +010012501 * parse_set_req_line(). The replacement action is excuted by the function
Thierry FOURNIER3f4bc652015-08-26 16:23:34 +020012502 * http_action_set_req_line(). It always returns ACT_RET_CONT. If an error
12503 * occurs the action is canceled, but the rule processing continue.
Thierry FOURNIERb77aece2015-03-14 13:55:46 +010012504 */
Thierry FOURNIER24ff6c62015-08-06 08:52:53 +020012505enum act_return http_action_set_req_line(struct act_rule *rule, struct proxy *px,
Willy Tarreau658b85b2015-09-27 10:00:49 +020012506 struct session *sess, struct stream *s, int flags)
Thierry FOURNIERb77aece2015-03-14 13:55:46 +010012507{
12508 chunk_reset(&trash);
12509
12510 /* If we have to create a query string, prepare a '?'. */
Thierry FOURNIER8855a922015-07-31 08:54:25 +020012511 if (rule->arg.http.action == 2)
Thierry FOURNIERb77aece2015-03-14 13:55:46 +010012512 trash.str[trash.len++] = '?';
Thierry FOURNIER8855a922015-07-31 08:54:25 +020012513 trash.len += build_logline(s, trash.str + trash.len, trash.size - trash.len, &rule->arg.http.logfmt);
Thierry FOURNIERb77aece2015-03-14 13:55:46 +010012514
Thierry FOURNIER8855a922015-07-31 08:54:25 +020012515 http_replace_req_line(rule->arg.http.action, trash.str, trash.len, px, s);
Thierry FOURNIER24ff6c62015-08-06 08:52:53 +020012516 return ACT_RET_CONT;
Willy Tarreaua0dc23f2015-01-22 20:46:11 +010012517}
12518
Thierry FOURNIER35d70ef2015-08-26 16:21:56 +020012519/* This function is just a compliant action wrapper for "set-status". */
12520enum act_return action_http_set_status(struct act_rule *rule, struct proxy *px,
Willy Tarreau658b85b2015-09-27 10:00:49 +020012521 struct session *sess, struct stream *s, int flags)
Thierry FOURNIER35d70ef2015-08-26 16:21:56 +020012522{
12523 http_set_status(rule->arg.status.code, s);
12524 return ACT_RET_CONT;
12525}
12526
Willy Tarreaua0dc23f2015-01-22 20:46:11 +010012527/* parse an http-request action among :
12528 * set-method
12529 * set-path
12530 * set-query
12531 * set-uri
12532 *
12533 * All of them accept a single argument of type string representing a log-format.
12534 * The resulting rule makes use of arg->act.p[0..1] to store the log-format list
12535 * head, and p[2] to store the action as an int (0=method, 1=path, 2=query, 3=uri).
Thierry FOURNIERafa80492015-08-19 09:04:15 +020012536 * It returns ACT_RET_PRS_OK on success, ACT_RET_PRS_ERR on error.
Willy Tarreaua0dc23f2015-01-22 20:46:11 +010012537 */
Thierry FOURNIERafa80492015-08-19 09:04:15 +020012538enum act_parse_ret parse_set_req_line(const char **args, int *orig_arg, struct proxy *px,
12539 struct act_rule *rule, char **err)
Willy Tarreaua0dc23f2015-01-22 20:46:11 +010012540{
12541 int cur_arg = *orig_arg;
12542
Thierry FOURNIER42148732015-09-02 17:17:33 +020012543 rule->action = ACT_CUSTOM;
Willy Tarreaua0dc23f2015-01-22 20:46:11 +010012544
12545 switch (args[0][4]) {
12546 case 'm' :
Thierry FOURNIER8855a922015-07-31 08:54:25 +020012547 rule->arg.http.action = 0;
Willy Tarreaua0dc23f2015-01-22 20:46:11 +010012548 rule->action_ptr = http_action_set_req_line;
12549 break;
12550 case 'p' :
Thierry FOURNIER8855a922015-07-31 08:54:25 +020012551 rule->arg.http.action = 1;
Willy Tarreaua0dc23f2015-01-22 20:46:11 +010012552 rule->action_ptr = http_action_set_req_line;
12553 break;
12554 case 'q' :
Thierry FOURNIER8855a922015-07-31 08:54:25 +020012555 rule->arg.http.action = 2;
Willy Tarreaua0dc23f2015-01-22 20:46:11 +010012556 rule->action_ptr = http_action_set_req_line;
12557 break;
12558 case 'u' :
Thierry FOURNIER8855a922015-07-31 08:54:25 +020012559 rule->arg.http.action = 3;
Willy Tarreaua0dc23f2015-01-22 20:46:11 +010012560 rule->action_ptr = http_action_set_req_line;
12561 break;
12562 default:
12563 memprintf(err, "internal error: unhandled action '%s'", args[0]);
Thierry FOURNIERafa80492015-08-19 09:04:15 +020012564 return ACT_RET_PRS_ERR;
Willy Tarreaua0dc23f2015-01-22 20:46:11 +010012565 }
12566
12567 if (!*args[cur_arg] ||
12568 (*args[cur_arg + 1] && strcmp(args[cur_arg + 1], "if") != 0 && strcmp(args[cur_arg + 1], "unless") != 0)) {
12569 memprintf(err, "expects exactly 1 argument <format>");
Thierry FOURNIERafa80492015-08-19 09:04:15 +020012570 return ACT_RET_PRS_ERR;
Willy Tarreaua0dc23f2015-01-22 20:46:11 +010012571 }
12572
Thierry FOURNIER8855a922015-07-31 08:54:25 +020012573 LIST_INIT(&rule->arg.http.logfmt);
Willy Tarreaua0dc23f2015-01-22 20:46:11 +010012574 proxy->conf.args.ctx = ARGC_HRQ;
Thierry FOURNIER / OZON.IO59fd5112016-11-22 23:50:02 +010012575 if (!parse_logformat_string(args[cur_arg], proxy, &rule->arg.http.logfmt, LOG_OPT_HTTP,
Thierry FOURNIER / OZON.IO8a4e4422016-11-23 00:41:28 +010012576 (proxy->cap & PR_CAP_FE) ? SMP_VAL_FE_HRQ_HDR : SMP_VAL_BE_HRQ_HDR, err)) {
Thierry FOURNIER / OZON.IO59fd5112016-11-22 23:50:02 +010012577 return ACT_RET_PRS_ERR;
12578 }
Willy Tarreaua0dc23f2015-01-22 20:46:11 +010012579
12580 (*orig_arg)++;
Thierry FOURNIERafa80492015-08-19 09:04:15 +020012581 return ACT_RET_PRS_OK;
Willy Tarreaua0dc23f2015-01-22 20:46:11 +010012582}
12583
Thierry FOURNIER35d70ef2015-08-26 16:21:56 +020012584/* parse set-status action:
12585 * This action accepts a single argument of type int representing
12586 * an http status code. It returns ACT_RET_PRS_OK on success,
12587 * ACT_RET_PRS_ERR on error.
12588 */
12589enum act_parse_ret parse_http_set_status(const char **args, int *orig_arg, struct proxy *px,
12590 struct act_rule *rule, char **err)
12591{
12592 char *error;
12593
Thierry FOURNIER42148732015-09-02 17:17:33 +020012594 rule->action = ACT_CUSTOM;
Thierry FOURNIER35d70ef2015-08-26 16:21:56 +020012595 rule->action_ptr = action_http_set_status;
12596
12597 /* Check if an argument is available */
12598 if (!*args[*orig_arg]) {
12599 memprintf(err, "expects exactly 1 argument <status>");
12600 return ACT_RET_PRS_ERR;
12601 }
12602
12603 /* convert status code as integer */
12604 rule->arg.status.code = strtol(args[*orig_arg], &error, 10);
12605 if (*error != '\0' || rule->arg.status.code < 100 || rule->arg.status.code > 999) {
12606 memprintf(err, "expects an integer status code between 100 and 999");
12607 return ACT_RET_PRS_ERR;
12608 }
12609
12610 (*orig_arg)++;
12611 return ACT_RET_PRS_OK;
12612}
12613
Willy Tarreaua9083d02015-05-08 15:27:59 +020012614/* This function executes the "capture" action. It executes a fetch expression,
12615 * turns the result into a string and puts it in a capture slot. It always
12616 * returns 1. If an error occurs the action is cancelled, but the rule
12617 * processing continues.
12618 */
Thierry FOURNIER24ff6c62015-08-06 08:52:53 +020012619enum act_return http_action_req_capture(struct act_rule *rule, struct proxy *px,
Willy Tarreau658b85b2015-09-27 10:00:49 +020012620 struct session *sess, struct stream *s, int flags)
Willy Tarreaua9083d02015-05-08 15:27:59 +020012621{
Willy Tarreaua9083d02015-05-08 15:27:59 +020012622 struct sample *key;
Thierry FOURNIER32b15002015-07-31 08:56:16 +020012623 struct cap_hdr *h = rule->arg.cap.hdr;
Willy Tarreaua9083d02015-05-08 15:27:59 +020012624 char **cap = s->req_cap;
12625 int len;
12626
Thierry FOURNIER32b15002015-07-31 08:56:16 +020012627 key = sample_fetch_as_type(s->be, sess, s, SMP_OPT_DIR_REQ|SMP_OPT_FINAL, rule->arg.cap.expr, SMP_T_STR);
Willy Tarreaua9083d02015-05-08 15:27:59 +020012628 if (!key)
Thierry FOURNIER24ff6c62015-08-06 08:52:53 +020012629 return ACT_RET_CONT;
Willy Tarreaua9083d02015-05-08 15:27:59 +020012630
12631 if (cap[h->index] == NULL)
12632 cap[h->index] = pool_alloc2(h->pool);
12633
12634 if (cap[h->index] == NULL) /* no more capture memory */
Thierry FOURNIER24ff6c62015-08-06 08:52:53 +020012635 return ACT_RET_CONT;
Willy Tarreaua9083d02015-05-08 15:27:59 +020012636
Thierry FOURNIER136f9d32015-08-19 09:07:19 +020012637 len = key->data.u.str.len;
Willy Tarreaua9083d02015-05-08 15:27:59 +020012638 if (len > h->len)
12639 len = h->len;
12640
Thierry FOURNIER136f9d32015-08-19 09:07:19 +020012641 memcpy(cap[h->index], key->data.u.str.str, len);
Willy Tarreaua9083d02015-05-08 15:27:59 +020012642 cap[h->index][len] = 0;
Thierry FOURNIER24ff6c62015-08-06 08:52:53 +020012643 return ACT_RET_CONT;
Willy Tarreaua9083d02015-05-08 15:27:59 +020012644}
12645
Thierry FOURNIER82bf70d2015-05-26 17:58:29 +020012646/* This function executes the "capture" action and store the result in a
12647 * capture slot if exists. It executes a fetch expression, turns the result
12648 * into a string and puts it in a capture slot. It always returns 1. If an
12649 * error occurs the action is cancelled, but the rule processing continues.
12650 */
Thierry FOURNIER24ff6c62015-08-06 08:52:53 +020012651enum act_return http_action_req_capture_by_id(struct act_rule *rule, struct proxy *px,
Willy Tarreau658b85b2015-09-27 10:00:49 +020012652 struct session *sess, struct stream *s, int flags)
Thierry FOURNIER82bf70d2015-05-26 17:58:29 +020012653{
Thierry FOURNIER82bf70d2015-05-26 17:58:29 +020012654 struct sample *key;
Thierry FOURNIER82bf70d2015-05-26 17:58:29 +020012655 struct cap_hdr *h;
Thierry FOURNIER82bf70d2015-05-26 17:58:29 +020012656 char **cap = s->req_cap;
12657 struct proxy *fe = strm_fe(s);
12658 int len;
12659 int i;
12660
12661 /* Look for the original configuration. */
12662 for (h = fe->req_cap, i = fe->nb_req_cap - 1;
Thierry FOURNIERe2097972015-07-31 08:56:35 +020012663 h != NULL && i != rule->arg.capid.idx ;
Thierry FOURNIER82bf70d2015-05-26 17:58:29 +020012664 i--, h = h->next);
12665 if (!h)
Thierry FOURNIER24ff6c62015-08-06 08:52:53 +020012666 return ACT_RET_CONT;
Thierry FOURNIER82bf70d2015-05-26 17:58:29 +020012667
Thierry FOURNIERe2097972015-07-31 08:56:35 +020012668 key = sample_fetch_as_type(s->be, sess, s, SMP_OPT_DIR_REQ|SMP_OPT_FINAL, rule->arg.capid.expr, SMP_T_STR);
Thierry FOURNIER82bf70d2015-05-26 17:58:29 +020012669 if (!key)
Thierry FOURNIER24ff6c62015-08-06 08:52:53 +020012670 return ACT_RET_CONT;
Thierry FOURNIER82bf70d2015-05-26 17:58:29 +020012671
12672 if (cap[h->index] == NULL)
12673 cap[h->index] = pool_alloc2(h->pool);
12674
12675 if (cap[h->index] == NULL) /* no more capture memory */
Thierry FOURNIER24ff6c62015-08-06 08:52:53 +020012676 return ACT_RET_CONT;
Thierry FOURNIER82bf70d2015-05-26 17:58:29 +020012677
Thierry FOURNIER136f9d32015-08-19 09:07:19 +020012678 len = key->data.u.str.len;
Thierry FOURNIER82bf70d2015-05-26 17:58:29 +020012679 if (len > h->len)
12680 len = h->len;
12681
Thierry FOURNIER136f9d32015-08-19 09:07:19 +020012682 memcpy(cap[h->index], key->data.u.str.str, len);
Thierry FOURNIER82bf70d2015-05-26 17:58:29 +020012683 cap[h->index][len] = 0;
Thierry FOURNIER24ff6c62015-08-06 08:52:53 +020012684 return ACT_RET_CONT;
Thierry FOURNIER82bf70d2015-05-26 17:58:29 +020012685}
12686
Willy Tarreaua9083d02015-05-08 15:27:59 +020012687/* parse an "http-request capture" action. It takes a single argument which is
12688 * a sample fetch expression. It stores the expression into arg->act.p[0] and
Thierry FOURNIER82bf70d2015-05-26 17:58:29 +020012689 * the allocated hdr_cap struct or the preallocated "id" into arg->act.p[1].
Thierry FOURNIERafa80492015-08-19 09:04:15 +020012690 * It returns ACT_RET_PRS_OK on success, ACT_RET_PRS_ERR on error.
Willy Tarreaua9083d02015-05-08 15:27:59 +020012691 */
Thierry FOURNIERafa80492015-08-19 09:04:15 +020012692enum act_parse_ret parse_http_req_capture(const char **args, int *orig_arg, struct proxy *px,
12693 struct act_rule *rule, char **err)
Willy Tarreaua9083d02015-05-08 15:27:59 +020012694{
12695 struct sample_expr *expr;
12696 struct cap_hdr *hdr;
12697 int cur_arg;
Willy Tarreau3986ac12015-05-08 16:13:42 +020012698 int len = 0;
Willy Tarreaua9083d02015-05-08 15:27:59 +020012699
12700 for (cur_arg = *orig_arg; cur_arg < *orig_arg + 3 && *args[cur_arg]; cur_arg++)
12701 if (strcmp(args[cur_arg], "if") == 0 ||
12702 strcmp(args[cur_arg], "unless") == 0)
12703 break;
12704
12705 if (cur_arg < *orig_arg + 3) {
Thierry FOURNIER82bf70d2015-05-26 17:58:29 +020012706 memprintf(err, "expects <expression> [ 'len' <length> | id <idx> ]");
Thierry FOURNIERafa80492015-08-19 09:04:15 +020012707 return ACT_RET_PRS_ERR;
Willy Tarreaua9083d02015-05-08 15:27:59 +020012708 }
12709
Willy Tarreaua9083d02015-05-08 15:27:59 +020012710 cur_arg = *orig_arg;
12711 expr = sample_parse_expr((char **)args, &cur_arg, px->conf.args.file, px->conf.args.line, err, &px->conf.args);
12712 if (!expr)
Thierry FOURNIERafa80492015-08-19 09:04:15 +020012713 return ACT_RET_PRS_ERR;
Willy Tarreaua9083d02015-05-08 15:27:59 +020012714
12715 if (!(expr->fetch->val & SMP_VAL_FE_HRQ_HDR)) {
12716 memprintf(err,
12717 "fetch method '%s' extracts information from '%s', none of which is available here",
12718 args[cur_arg-1], sample_src_names(expr->fetch->use));
12719 free(expr);
Thierry FOURNIERafa80492015-08-19 09:04:15 +020012720 return ACT_RET_PRS_ERR;
Willy Tarreaua9083d02015-05-08 15:27:59 +020012721 }
12722
Thierry FOURNIER82bf70d2015-05-26 17:58:29 +020012723 if (!args[cur_arg] || !*args[cur_arg]) {
12724 memprintf(err, "expects 'len or 'id'");
12725 free(expr);
Thierry FOURNIERafa80492015-08-19 09:04:15 +020012726 return ACT_RET_PRS_ERR;
Thierry FOURNIER82bf70d2015-05-26 17:58:29 +020012727 }
12728
Willy Tarreaua9083d02015-05-08 15:27:59 +020012729 if (strcmp(args[cur_arg], "len") == 0) {
12730 cur_arg++;
Thierry FOURNIER82bf70d2015-05-26 17:58:29 +020012731
12732 if (!(px->cap & PR_CAP_FE)) {
12733 memprintf(err, "proxy '%s' has no frontend capability", px->id);
Thierry FOURNIERafa80492015-08-19 09:04:15 +020012734 return ACT_RET_PRS_ERR;
Thierry FOURNIER82bf70d2015-05-26 17:58:29 +020012735 }
12736
12737 proxy->conf.args.ctx = ARGC_CAP;
12738
Willy Tarreaua9083d02015-05-08 15:27:59 +020012739 if (!args[cur_arg]) {
12740 memprintf(err, "missing length value");
12741 free(expr);
Thierry FOURNIERafa80492015-08-19 09:04:15 +020012742 return ACT_RET_PRS_ERR;
Willy Tarreaua9083d02015-05-08 15:27:59 +020012743 }
12744 /* we copy the table name for now, it will be resolved later */
12745 len = atoi(args[cur_arg]);
12746 if (len <= 0) {
12747 memprintf(err, "length must be > 0");
12748 free(expr);
Thierry FOURNIERafa80492015-08-19 09:04:15 +020012749 return ACT_RET_PRS_ERR;
Willy Tarreaua9083d02015-05-08 15:27:59 +020012750 }
12751 cur_arg++;
Willy Tarreaua9083d02015-05-08 15:27:59 +020012752
Thierry FOURNIER82bf70d2015-05-26 17:58:29 +020012753 if (!len) {
12754 memprintf(err, "a positive 'len' argument is mandatory");
12755 free(expr);
Thierry FOURNIERafa80492015-08-19 09:04:15 +020012756 return ACT_RET_PRS_ERR;
Thierry FOURNIER82bf70d2015-05-26 17:58:29 +020012757 }
12758
Vincent Bernat02779b62016-04-03 13:48:43 +020012759 hdr = calloc(1, sizeof(*hdr));
Thierry FOURNIER82bf70d2015-05-26 17:58:29 +020012760 hdr->next = px->req_cap;
12761 hdr->name = NULL; /* not a header capture */
12762 hdr->namelen = 0;
12763 hdr->len = len;
12764 hdr->pool = create_pool("caphdr", hdr->len + 1, MEM_F_SHARED);
12765 hdr->index = px->nb_req_cap++;
12766
12767 px->req_cap = hdr;
12768 px->to_log |= LW_REQHDR;
12769
Thierry FOURNIER42148732015-09-02 17:17:33 +020012770 rule->action = ACT_CUSTOM;
Thierry FOURNIER82bf70d2015-05-26 17:58:29 +020012771 rule->action_ptr = http_action_req_capture;
Thierry FOURNIER32b15002015-07-31 08:56:16 +020012772 rule->arg.cap.expr = expr;
12773 rule->arg.cap.hdr = hdr;
Willy Tarreaua9083d02015-05-08 15:27:59 +020012774 }
12775
Thierry FOURNIER82bf70d2015-05-26 17:58:29 +020012776 else if (strcmp(args[cur_arg], "id") == 0) {
12777 int id;
12778 char *error;
Willy Tarreaua9083d02015-05-08 15:27:59 +020012779
Thierry FOURNIER82bf70d2015-05-26 17:58:29 +020012780 cur_arg++;
Willy Tarreaua9083d02015-05-08 15:27:59 +020012781
Thierry FOURNIER82bf70d2015-05-26 17:58:29 +020012782 if (!args[cur_arg]) {
12783 memprintf(err, "missing id value");
12784 free(expr);
Thierry FOURNIERafa80492015-08-19 09:04:15 +020012785 return ACT_RET_PRS_ERR;
Thierry FOURNIER82bf70d2015-05-26 17:58:29 +020012786 }
Willy Tarreaua9083d02015-05-08 15:27:59 +020012787
Thierry FOURNIER82bf70d2015-05-26 17:58:29 +020012788 id = strtol(args[cur_arg], &error, 10);
12789 if (*error != '\0') {
12790 memprintf(err, "cannot parse id '%s'", args[cur_arg]);
12791 free(expr);
Thierry FOURNIERafa80492015-08-19 09:04:15 +020012792 return ACT_RET_PRS_ERR;
Thierry FOURNIER82bf70d2015-05-26 17:58:29 +020012793 }
12794 cur_arg++;
12795
12796 proxy->conf.args.ctx = ARGC_CAP;
12797
Thierry FOURNIER42148732015-09-02 17:17:33 +020012798 rule->action = ACT_CUSTOM;
Thierry FOURNIER82bf70d2015-05-26 17:58:29 +020012799 rule->action_ptr = http_action_req_capture_by_id;
Thierry FOURNIERe2097972015-07-31 08:56:35 +020012800 rule->arg.capid.expr = expr;
12801 rule->arg.capid.idx = id;
Thierry FOURNIER82bf70d2015-05-26 17:58:29 +020012802 }
12803
12804 else {
12805 memprintf(err, "expects 'len' or 'id', found '%s'", args[cur_arg]);
12806 free(expr);
Thierry FOURNIERafa80492015-08-19 09:04:15 +020012807 return ACT_RET_PRS_ERR;
Thierry FOURNIER82bf70d2015-05-26 17:58:29 +020012808 }
Willy Tarreaua9083d02015-05-08 15:27:59 +020012809
12810 *orig_arg = cur_arg;
Thierry FOURNIERafa80492015-08-19 09:04:15 +020012811 return ACT_RET_PRS_OK;
Willy Tarreaua9083d02015-05-08 15:27:59 +020012812}
12813
Thierry FOURNIERe80fada2015-05-26 18:06:31 +020012814/* This function executes the "capture" action and store the result in a
12815 * capture slot if exists. It executes a fetch expression, turns the result
12816 * into a string and puts it in a capture slot. It always returns 1. If an
12817 * error occurs the action is cancelled, but the rule processing continues.
12818 */
Thierry FOURNIER24ff6c62015-08-06 08:52:53 +020012819enum act_return http_action_res_capture_by_id(struct act_rule *rule, struct proxy *px,
Willy Tarreau658b85b2015-09-27 10:00:49 +020012820 struct session *sess, struct stream *s, int flags)
Thierry FOURNIERe80fada2015-05-26 18:06:31 +020012821{
Thierry FOURNIERe80fada2015-05-26 18:06:31 +020012822 struct sample *key;
Thierry FOURNIERe80fada2015-05-26 18:06:31 +020012823 struct cap_hdr *h;
Thierry FOURNIERe80fada2015-05-26 18:06:31 +020012824 char **cap = s->res_cap;
12825 struct proxy *fe = strm_fe(s);
12826 int len;
12827 int i;
12828
12829 /* Look for the original configuration. */
12830 for (h = fe->rsp_cap, i = fe->nb_rsp_cap - 1;
Thierry FOURNIERe2097972015-07-31 08:56:35 +020012831 h != NULL && i != rule->arg.capid.idx ;
Thierry FOURNIERe80fada2015-05-26 18:06:31 +020012832 i--, h = h->next);
12833 if (!h)
Thierry FOURNIER24ff6c62015-08-06 08:52:53 +020012834 return ACT_RET_CONT;
Thierry FOURNIERe80fada2015-05-26 18:06:31 +020012835
Thierry FOURNIERe2097972015-07-31 08:56:35 +020012836 key = sample_fetch_as_type(s->be, sess, s, SMP_OPT_DIR_RES|SMP_OPT_FINAL, rule->arg.capid.expr, SMP_T_STR);
Thierry FOURNIERe80fada2015-05-26 18:06:31 +020012837 if (!key)
Thierry FOURNIER24ff6c62015-08-06 08:52:53 +020012838 return ACT_RET_CONT;
Thierry FOURNIERe80fada2015-05-26 18:06:31 +020012839
12840 if (cap[h->index] == NULL)
12841 cap[h->index] = pool_alloc2(h->pool);
12842
12843 if (cap[h->index] == NULL) /* no more capture memory */
Thierry FOURNIER24ff6c62015-08-06 08:52:53 +020012844 return ACT_RET_CONT;
Thierry FOURNIERe80fada2015-05-26 18:06:31 +020012845
Thierry FOURNIER136f9d32015-08-19 09:07:19 +020012846 len = key->data.u.str.len;
Thierry FOURNIERe80fada2015-05-26 18:06:31 +020012847 if (len > h->len)
12848 len = h->len;
12849
Thierry FOURNIER136f9d32015-08-19 09:07:19 +020012850 memcpy(cap[h->index], key->data.u.str.str, len);
Thierry FOURNIERe80fada2015-05-26 18:06:31 +020012851 cap[h->index][len] = 0;
Thierry FOURNIER24ff6c62015-08-06 08:52:53 +020012852 return ACT_RET_CONT;
Thierry FOURNIERe80fada2015-05-26 18:06:31 +020012853}
12854
12855/* parse an "http-response capture" action. It takes a single argument which is
12856 * a sample fetch expression. It stores the expression into arg->act.p[0] and
12857 * the allocated hdr_cap struct od the preallocated id into arg->act.p[1].
Thierry FOURNIERafa80492015-08-19 09:04:15 +020012858 * It returns ACT_RET_PRS_OK on success, ACT_RET_PRS_ERR on error.
Thierry FOURNIERe80fada2015-05-26 18:06:31 +020012859 */
Thierry FOURNIERafa80492015-08-19 09:04:15 +020012860enum act_parse_ret parse_http_res_capture(const char **args, int *orig_arg, struct proxy *px,
12861 struct act_rule *rule, char **err)
Thierry FOURNIERe80fada2015-05-26 18:06:31 +020012862{
12863 struct sample_expr *expr;
12864 int cur_arg;
12865 int id;
12866 char *error;
12867
12868 for (cur_arg = *orig_arg; cur_arg < *orig_arg + 3 && *args[cur_arg]; cur_arg++)
12869 if (strcmp(args[cur_arg], "if") == 0 ||
12870 strcmp(args[cur_arg], "unless") == 0)
12871 break;
12872
12873 if (cur_arg < *orig_arg + 3) {
Willy Tarreau29bdb1c2016-06-24 15:36:34 +020012874 memprintf(err, "expects <expression> id <idx>");
Thierry FOURNIERafa80492015-08-19 09:04:15 +020012875 return ACT_RET_PRS_ERR;
Thierry FOURNIERe80fada2015-05-26 18:06:31 +020012876 }
12877
12878 cur_arg = *orig_arg;
12879 expr = sample_parse_expr((char **)args, &cur_arg, px->conf.args.file, px->conf.args.line, err, &px->conf.args);
12880 if (!expr)
Thierry FOURNIERafa80492015-08-19 09:04:15 +020012881 return ACT_RET_PRS_ERR;
Thierry FOURNIERe80fada2015-05-26 18:06:31 +020012882
12883 if (!(expr->fetch->val & SMP_VAL_FE_HRS_HDR)) {
12884 memprintf(err,
12885 "fetch method '%s' extracts information from '%s', none of which is available here",
12886 args[cur_arg-1], sample_src_names(expr->fetch->use));
12887 free(expr);
Thierry FOURNIERafa80492015-08-19 09:04:15 +020012888 return ACT_RET_PRS_ERR;
Thierry FOURNIERe80fada2015-05-26 18:06:31 +020012889 }
12890
12891 if (!args[cur_arg] || !*args[cur_arg]) {
Willy Tarreau29bdb1c2016-06-24 15:36:34 +020012892 memprintf(err, "expects 'id'");
Thierry FOURNIERe80fada2015-05-26 18:06:31 +020012893 free(expr);
Thierry FOURNIERafa80492015-08-19 09:04:15 +020012894 return ACT_RET_PRS_ERR;
Thierry FOURNIERe80fada2015-05-26 18:06:31 +020012895 }
12896
12897 if (strcmp(args[cur_arg], "id") != 0) {
12898 memprintf(err, "expects 'id', found '%s'", args[cur_arg]);
12899 free(expr);
Thierry FOURNIERafa80492015-08-19 09:04:15 +020012900 return ACT_RET_PRS_ERR;
Thierry FOURNIERe80fada2015-05-26 18:06:31 +020012901 }
12902
12903 cur_arg++;
12904
12905 if (!args[cur_arg]) {
12906 memprintf(err, "missing id value");
12907 free(expr);
Thierry FOURNIERafa80492015-08-19 09:04:15 +020012908 return ACT_RET_PRS_ERR;
Thierry FOURNIERe80fada2015-05-26 18:06:31 +020012909 }
12910
12911 id = strtol(args[cur_arg], &error, 10);
12912 if (*error != '\0') {
12913 memprintf(err, "cannot parse id '%s'", args[cur_arg]);
12914 free(expr);
Thierry FOURNIERafa80492015-08-19 09:04:15 +020012915 return ACT_RET_PRS_ERR;
Thierry FOURNIERe80fada2015-05-26 18:06:31 +020012916 }
12917 cur_arg++;
12918
Thierry FOURNIERe80fada2015-05-26 18:06:31 +020012919 proxy->conf.args.ctx = ARGC_CAP;
12920
Thierry FOURNIER42148732015-09-02 17:17:33 +020012921 rule->action = ACT_CUSTOM;
Thierry FOURNIERe80fada2015-05-26 18:06:31 +020012922 rule->action_ptr = http_action_res_capture_by_id;
Thierry FOURNIERe2097972015-07-31 08:56:35 +020012923 rule->arg.capid.expr = expr;
12924 rule->arg.capid.idx = id;
Thierry FOURNIERe80fada2015-05-26 18:06:31 +020012925
12926 *orig_arg = cur_arg;
Thierry FOURNIERafa80492015-08-19 09:04:15 +020012927 return ACT_RET_PRS_OK;
Thierry FOURNIERe80fada2015-05-26 18:06:31 +020012928}
12929
William Lallemand73025dd2014-04-24 14:38:37 +020012930/*
12931 * Return the struct http_req_action_kw associated to a keyword.
12932 */
Thierry FOURNIER36481b82015-08-19 09:01:53 +020012933struct action_kw *action_http_req_custom(const char *kw)
William Lallemand73025dd2014-04-24 14:38:37 +020012934{
Thierry FOURNIER322a1242015-08-19 09:07:47 +020012935 return action_lookup(&http_req_keywords.list, kw);
William Lallemand73025dd2014-04-24 14:38:37 +020012936}
12937
12938/*
12939 * Return the struct http_res_action_kw associated to a keyword.
12940 */
Thierry FOURNIER36481b82015-08-19 09:01:53 +020012941struct action_kw *action_http_res_custom(const char *kw)
William Lallemand73025dd2014-04-24 14:38:37 +020012942{
Thierry FOURNIER322a1242015-08-19 09:07:47 +020012943 return action_lookup(&http_res_keywords.list, kw);
William Lallemand73025dd2014-04-24 14:38:37 +020012944}
12945
Willy Tarreau12207b32016-11-22 19:48:51 +010012946
12947/* "show errors" handler for the CLI. Returns 0 if wants to continue, 1 to stop
12948 * now.
12949 */
12950static int cli_parse_show_errors(char **args, struct appctx *appctx, void *private)
12951{
12952 if (!cli_has_level(appctx, ACCESS_LVL_OPER))
12953 return 1;
12954
Willy Tarreau234ba2d2016-11-25 08:39:10 +010012955 if (*args[2]) {
12956 struct proxy *px;
12957
12958 px = proxy_find_by_name(args[2], 0, 0);
12959 if (px)
12960 appctx->ctx.errors.iid = px->uuid;
12961 else
12962 appctx->ctx.errors.iid = atoi(args[2]);
12963
12964 if (!appctx->ctx.errors.iid) {
12965 appctx->ctx.cli.msg = "No such proxy.\n";
12966 appctx->st0 = CLI_ST_PRINT;
12967 return 1;
12968 }
12969 }
Willy Tarreau12207b32016-11-22 19:48:51 +010012970 else
Willy Tarreau234ba2d2016-11-25 08:39:10 +010012971 appctx->ctx.errors.iid = -1; // dump all proxies
12972
Willy Tarreau35069f82016-11-25 09:16:37 +010012973 appctx->ctx.errors.flag = 0;
12974 if (strcmp(args[3], "request") == 0)
12975 appctx->ctx.errors.flag |= 4; // ignore response
12976 else if (strcmp(args[3], "response") == 0)
12977 appctx->ctx.errors.flag |= 2; // ignore request
Willy Tarreau12207b32016-11-22 19:48:51 +010012978 appctx->ctx.errors.px = NULL;
Willy Tarreau12207b32016-11-22 19:48:51 +010012979 return 0;
12980}
12981
12982/* This function dumps all captured errors onto the stream interface's
12983 * read buffer. It returns 0 if the output buffer is full and it needs
12984 * to be called again, otherwise non-zero.
12985 */
12986static int cli_io_handler_show_errors(struct appctx *appctx)
12987{
12988 struct stream_interface *si = appctx->owner;
12989 extern const char *monthname[12];
12990
12991 if (unlikely(si_ic(si)->flags & (CF_WRITE_ERROR|CF_SHUTW)))
12992 return 1;
12993
12994 chunk_reset(&trash);
12995
12996 if (!appctx->ctx.errors.px) {
12997 /* the function had not been called yet, let's prepare the
12998 * buffer for a response.
12999 */
13000 struct tm tm;
13001
13002 get_localtime(date.tv_sec, &tm);
13003 chunk_appendf(&trash, "Total events captured on [%02d/%s/%04d:%02d:%02d:%02d.%03d] : %u\n",
13004 tm.tm_mday, monthname[tm.tm_mon], tm.tm_year+1900,
13005 tm.tm_hour, tm.tm_min, tm.tm_sec, (int)(date.tv_usec/1000),
13006 error_snapshot_id);
13007
13008 if (bi_putchk(si_ic(si), &trash) == -1) {
13009 /* Socket buffer full. Let's try again later from the same point */
13010 si_applet_cant_put(si);
13011 return 0;
13012 }
13013
13014 appctx->ctx.errors.px = proxy;
Willy Tarreau12207b32016-11-22 19:48:51 +010013015 appctx->ctx.errors.bol = 0;
13016 appctx->ctx.errors.ptr = -1;
13017 }
13018
13019 /* we have two inner loops here, one for the proxy, the other one for
13020 * the buffer.
13021 */
13022 while (appctx->ctx.errors.px) {
13023 struct error_snapshot *es;
13024
Willy Tarreau35069f82016-11-25 09:16:37 +010013025 if ((appctx->ctx.errors.flag & 1) == 0) {
Willy Tarreau12207b32016-11-22 19:48:51 +010013026 es = &appctx->ctx.errors.px->invalid_req;
Willy Tarreau35069f82016-11-25 09:16:37 +010013027 if (appctx->ctx.errors.flag & 2) // skip req
13028 goto next;
13029 }
13030 else {
Willy Tarreau12207b32016-11-22 19:48:51 +010013031 es = &appctx->ctx.errors.px->invalid_rep;
Willy Tarreau35069f82016-11-25 09:16:37 +010013032 if (appctx->ctx.errors.flag & 4) // skip resp
13033 goto next;
13034 }
Willy Tarreau12207b32016-11-22 19:48:51 +010013035
13036 if (!es->when.tv_sec)
13037 goto next;
13038
13039 if (appctx->ctx.errors.iid >= 0 &&
13040 appctx->ctx.errors.px->uuid != appctx->ctx.errors.iid &&
13041 es->oe->uuid != appctx->ctx.errors.iid)
13042 goto next;
13043
13044 if (appctx->ctx.errors.ptr < 0) {
13045 /* just print headers now */
13046
13047 char pn[INET6_ADDRSTRLEN];
13048 struct tm tm;
13049 int port;
13050
13051 get_localtime(es->when.tv_sec, &tm);
13052 chunk_appendf(&trash, " \n[%02d/%s/%04d:%02d:%02d:%02d.%03d]",
13053 tm.tm_mday, monthname[tm.tm_mon], tm.tm_year+1900,
13054 tm.tm_hour, tm.tm_min, tm.tm_sec, (int)(es->when.tv_usec/1000));
13055
13056 switch (addr_to_str(&es->src, pn, sizeof(pn))) {
13057 case AF_INET:
13058 case AF_INET6:
13059 port = get_host_port(&es->src);
13060 break;
13061 default:
13062 port = 0;
13063 }
13064
Willy Tarreau35069f82016-11-25 09:16:37 +010013065 switch (appctx->ctx.errors.flag & 1) {
Willy Tarreau12207b32016-11-22 19:48:51 +010013066 case 0:
13067 chunk_appendf(&trash,
13068 " frontend %s (#%d): invalid request\n"
13069 " backend %s (#%d)",
13070 appctx->ctx.errors.px->id, appctx->ctx.errors.px->uuid,
13071 (es->oe->cap & PR_CAP_BE) ? es->oe->id : "<NONE>",
13072 (es->oe->cap & PR_CAP_BE) ? es->oe->uuid : -1);
13073 break;
13074 case 1:
13075 chunk_appendf(&trash,
13076 " backend %s (#%d): invalid response\n"
13077 " frontend %s (#%d)",
13078 appctx->ctx.errors.px->id, appctx->ctx.errors.px->uuid,
13079 es->oe->id, es->oe->uuid);
13080 break;
13081 }
13082
13083 chunk_appendf(&trash,
13084 ", server %s (#%d), event #%u\n"
13085 " src %s:%d, session #%d, session flags 0x%08x\n"
Willy Tarreau10e61cb2017-01-04 14:51:22 +010013086 " HTTP msg state %s(%d), msg flags 0x%08x, tx flags 0x%08x\n"
Willy Tarreau12207b32016-11-22 19:48:51 +010013087 " HTTP chunk len %lld bytes, HTTP body len %lld bytes\n"
13088 " buffer flags 0x%08x, out %d bytes, total %lld bytes\n"
13089 " pending %d bytes, wrapping at %d, error at position %d:\n \n",
13090 es->srv ? es->srv->id : "<NONE>", es->srv ? es->srv->puid : -1,
13091 es->ev_id,
13092 pn, port, es->sid, es->s_flags,
Willy Tarreau10e61cb2017-01-04 14:51:22 +010013093 http_msg_state_str(es->state), es->state, es->m_flags, es->t_flags,
Willy Tarreau12207b32016-11-22 19:48:51 +010013094 es->m_clen, es->m_blen,
13095 es->b_flags, es->b_out, es->b_tot,
13096 es->len, es->b_wrap, es->pos);
13097
13098 if (bi_putchk(si_ic(si), &trash) == -1) {
13099 /* Socket buffer full. Let's try again later from the same point */
13100 si_applet_cant_put(si);
13101 return 0;
13102 }
13103 appctx->ctx.errors.ptr = 0;
13104 appctx->ctx.errors.sid = es->sid;
13105 }
13106
13107 if (appctx->ctx.errors.sid != es->sid) {
13108 /* the snapshot changed while we were dumping it */
13109 chunk_appendf(&trash,
13110 " WARNING! update detected on this snapshot, dump interrupted. Please re-check!\n");
13111 if (bi_putchk(si_ic(si), &trash) == -1) {
13112 si_applet_cant_put(si);
13113 return 0;
13114 }
13115 goto next;
13116 }
13117
13118 /* OK, ptr >= 0, so we have to dump the current line */
13119 while (es->buf && appctx->ctx.errors.ptr < es->len && appctx->ctx.errors.ptr < global.tune.bufsize) {
13120 int newptr;
13121 int newline;
13122
13123 newline = appctx->ctx.errors.bol;
13124 newptr = dump_text_line(&trash, es->buf, global.tune.bufsize, es->len, &newline, appctx->ctx.errors.ptr);
13125 if (newptr == appctx->ctx.errors.ptr)
13126 return 0;
13127
13128 if (bi_putchk(si_ic(si), &trash) == -1) {
13129 /* Socket buffer full. Let's try again later from the same point */
13130 si_applet_cant_put(si);
13131 return 0;
13132 }
13133 appctx->ctx.errors.ptr = newptr;
13134 appctx->ctx.errors.bol = newline;
13135 };
13136 next:
13137 appctx->ctx.errors.bol = 0;
13138 appctx->ctx.errors.ptr = -1;
Willy Tarreau35069f82016-11-25 09:16:37 +010013139 appctx->ctx.errors.flag ^= 1;
13140 if (!(appctx->ctx.errors.flag & 1))
Willy Tarreau12207b32016-11-22 19:48:51 +010013141 appctx->ctx.errors.px = appctx->ctx.errors.px->next;
Willy Tarreau12207b32016-11-22 19:48:51 +010013142 }
13143
13144 /* dump complete */
13145 return 1;
13146}
13147
13148/* register cli keywords */
13149static struct cli_kw_list cli_kws = {{ },{
13150 { { "show", "errors", NULL },
13151 "show errors : report last request and response errors for each proxy",
13152 cli_parse_show_errors, cli_io_handler_show_errors, NULL,
13153 },
13154 {{},}
13155}};
13156
Willy Tarreau4a568972010-05-12 08:08:50 +020013157/************************************************************************/
Willy Tarreau25c1ebc2012-04-25 16:21:44 +020013158/* All supported ACL keywords must be declared here. */
13159/************************************************************************/
13160
13161/* Note: must not be declared <const> as its list will be overwritten.
13162 * Please take care of keeping this list alphabetically sorted.
13163 */
Willy Tarreaudc13c112013-06-21 23:16:39 +020013164static struct acl_kw_list acl_kws = {ILH, {
Thierry FOURNIERc5a4e982014-03-05 16:07:08 +010013165 { "base", "base", PAT_MATCH_STR },
13166 { "base_beg", "base", PAT_MATCH_BEG },
13167 { "base_dir", "base", PAT_MATCH_DIR },
13168 { "base_dom", "base", PAT_MATCH_DOM },
13169 { "base_end", "base", PAT_MATCH_END },
13170 { "base_len", "base", PAT_MATCH_LEN },
13171 { "base_reg", "base", PAT_MATCH_REG },
13172 { "base_sub", "base", PAT_MATCH_SUB },
Willy Tarreaua7ad50c2012-04-29 15:39:40 +020013173
Thierry FOURNIERc5a4e982014-03-05 16:07:08 +010013174 { "cook", "req.cook", PAT_MATCH_STR },
13175 { "cook_beg", "req.cook", PAT_MATCH_BEG },
13176 { "cook_dir", "req.cook", PAT_MATCH_DIR },
13177 { "cook_dom", "req.cook", PAT_MATCH_DOM },
13178 { "cook_end", "req.cook", PAT_MATCH_END },
13179 { "cook_len", "req.cook", PAT_MATCH_LEN },
13180 { "cook_reg", "req.cook", PAT_MATCH_REG },
13181 { "cook_sub", "req.cook", PAT_MATCH_SUB },
Willy Tarreau25c1ebc2012-04-25 16:21:44 +020013182
Thierry FOURNIERc5a4e982014-03-05 16:07:08 +010013183 { "hdr", "req.hdr", PAT_MATCH_STR },
13184 { "hdr_beg", "req.hdr", PAT_MATCH_BEG },
13185 { "hdr_dir", "req.hdr", PAT_MATCH_DIR },
13186 { "hdr_dom", "req.hdr", PAT_MATCH_DOM },
13187 { "hdr_end", "req.hdr", PAT_MATCH_END },
13188 { "hdr_len", "req.hdr", PAT_MATCH_LEN },
13189 { "hdr_reg", "req.hdr", PAT_MATCH_REG },
13190 { "hdr_sub", "req.hdr", PAT_MATCH_SUB },
Willy Tarreau25c1ebc2012-04-25 16:21:44 +020013191
Thierry FOURNIERc5a4e982014-03-05 16:07:08 +010013192 /* these two declarations uses strings with list storage (in place
13193 * of tree storage). The basic match is PAT_MATCH_STR, but the indexation
13194 * and delete functions are relative to the list management. The parse
13195 * and match method are related to the corresponding fetch methods. This
13196 * is very particular ACL declaration mode.
13197 */
13198 { "http_auth_group", NULL, PAT_MATCH_STR, NULL, pat_idx_list_str, pat_del_list_ptr, NULL, pat_match_auth },
13199 { "method", NULL, PAT_MATCH_STR, pat_parse_meth, pat_idx_list_str, pat_del_list_ptr, NULL, pat_match_meth },
Willy Tarreau25c1ebc2012-04-25 16:21:44 +020013200
Thierry FOURNIERc5a4e982014-03-05 16:07:08 +010013201 { "path", "path", PAT_MATCH_STR },
13202 { "path_beg", "path", PAT_MATCH_BEG },
13203 { "path_dir", "path", PAT_MATCH_DIR },
13204 { "path_dom", "path", PAT_MATCH_DOM },
13205 { "path_end", "path", PAT_MATCH_END },
13206 { "path_len", "path", PAT_MATCH_LEN },
13207 { "path_reg", "path", PAT_MATCH_REG },
13208 { "path_sub", "path", PAT_MATCH_SUB },
Willy Tarreau25c1ebc2012-04-25 16:21:44 +020013209
Thierry FOURNIERc5a4e982014-03-05 16:07:08 +010013210 { "req_ver", "req.ver", PAT_MATCH_STR },
13211 { "resp_ver", "res.ver", PAT_MATCH_STR },
Willy Tarreau25c1ebc2012-04-25 16:21:44 +020013212
Thierry FOURNIERc5a4e982014-03-05 16:07:08 +010013213 { "scook", "res.cook", PAT_MATCH_STR },
13214 { "scook_beg", "res.cook", PAT_MATCH_BEG },
13215 { "scook_dir", "res.cook", PAT_MATCH_DIR },
13216 { "scook_dom", "res.cook", PAT_MATCH_DOM },
13217 { "scook_end", "res.cook", PAT_MATCH_END },
13218 { "scook_len", "res.cook", PAT_MATCH_LEN },
13219 { "scook_reg", "res.cook", PAT_MATCH_REG },
13220 { "scook_sub", "res.cook", PAT_MATCH_SUB },
Willy Tarreau25c1ebc2012-04-25 16:21:44 +020013221
Thierry FOURNIERc5a4e982014-03-05 16:07:08 +010013222 { "shdr", "res.hdr", PAT_MATCH_STR },
13223 { "shdr_beg", "res.hdr", PAT_MATCH_BEG },
13224 { "shdr_dir", "res.hdr", PAT_MATCH_DIR },
13225 { "shdr_dom", "res.hdr", PAT_MATCH_DOM },
13226 { "shdr_end", "res.hdr", PAT_MATCH_END },
13227 { "shdr_len", "res.hdr", PAT_MATCH_LEN },
13228 { "shdr_reg", "res.hdr", PAT_MATCH_REG },
13229 { "shdr_sub", "res.hdr", PAT_MATCH_SUB },
Willy Tarreau25c1ebc2012-04-25 16:21:44 +020013230
Thierry FOURNIERc5a4e982014-03-05 16:07:08 +010013231 { "url", "url", PAT_MATCH_STR },
13232 { "url_beg", "url", PAT_MATCH_BEG },
13233 { "url_dir", "url", PAT_MATCH_DIR },
13234 { "url_dom", "url", PAT_MATCH_DOM },
13235 { "url_end", "url", PAT_MATCH_END },
13236 { "url_len", "url", PAT_MATCH_LEN },
13237 { "url_reg", "url", PAT_MATCH_REG },
13238 { "url_sub", "url", PAT_MATCH_SUB },
Willy Tarreau25c1ebc2012-04-25 16:21:44 +020013239
Thierry FOURNIERc5a4e982014-03-05 16:07:08 +010013240 { "urlp", "urlp", PAT_MATCH_STR },
13241 { "urlp_beg", "urlp", PAT_MATCH_BEG },
13242 { "urlp_dir", "urlp", PAT_MATCH_DIR },
13243 { "urlp_dom", "urlp", PAT_MATCH_DOM },
13244 { "urlp_end", "urlp", PAT_MATCH_END },
13245 { "urlp_len", "urlp", PAT_MATCH_LEN },
13246 { "urlp_reg", "urlp", PAT_MATCH_REG },
13247 { "urlp_sub", "urlp", PAT_MATCH_SUB },
Willy Tarreau25c1ebc2012-04-25 16:21:44 +020013248
Willy Tarreau8ed669b2013-01-11 15:49:37 +010013249 { /* END */ },
Willy Tarreau25c1ebc2012-04-25 16:21:44 +020013250}};
13251
13252/************************************************************************/
13253/* All supported pattern keywords must be declared here. */
Willy Tarreau4a568972010-05-12 08:08:50 +020013254/************************************************************************/
13255/* Note: must not be declared <const> as its list will be overwritten */
Willy Tarreaudc13c112013-06-21 23:16:39 +020013256static struct sample_fetch_kw_list sample_fetch_keywords = {ILH, {
Thierry FOURNIER7654c9f2013-12-17 00:20:33 +010013257 { "base", smp_fetch_base, 0, NULL, SMP_T_STR, SMP_USE_HRQHV },
Thierry FOURNIER07ee64e2015-07-06 23:43:03 +020013258 { "base32", smp_fetch_base32, 0, NULL, SMP_T_SINT, SMP_USE_HRQHV },
Willy Tarreau409bcde2013-01-08 00:31:00 +010013259 { "base32+src", smp_fetch_base32_src, 0, NULL, SMP_T_BIN, SMP_USE_HRQHV },
13260
Willy Tarreau87b09662015-04-03 00:22:06 +020013261 /* capture are allocated and are permanent in the stream */
Thierry FOURNIERbf65cd42015-07-20 17:45:02 +020013262 { "capture.req.hdr", smp_fetch_capture_header_req, ARG1(1,SINT), NULL, SMP_T_STR, SMP_USE_HRQHP },
Willy Tarreau3c1b5ec2014-04-24 23:41:57 +020013263
13264 /* retrieve these captures from the HTTP logs */
Thierry FOURNIERbf65cd42015-07-20 17:45:02 +020013265 { "capture.req.method", smp_fetch_capture_req_method, 0, NULL, SMP_T_STR, SMP_USE_HRQHP },
13266 { "capture.req.uri", smp_fetch_capture_req_uri, 0, NULL, SMP_T_STR, SMP_USE_HRQHP },
13267 { "capture.req.ver", smp_fetch_capture_req_ver, 0, NULL, SMP_T_STR, SMP_USE_HRQHP },
Willy Tarreau3c1b5ec2014-04-24 23:41:57 +020013268
Thierry FOURNIERbf65cd42015-07-20 17:45:02 +020013269 { "capture.res.hdr", smp_fetch_capture_header_res, ARG1(1,SINT), NULL, SMP_T_STR, SMP_USE_HRSHP },
13270 { "capture.res.ver", smp_fetch_capture_res_ver, 0, NULL, SMP_T_STR, SMP_USE_HRQHP },
William Lallemanda43ba4e2014-01-28 18:14:25 +010013271
Willy Tarreau409bcde2013-01-08 00:31:00 +010013272 /* cookie is valid in both directions (eg: for "stick ...") but cook*
13273 * are only here to match the ACL's name, are request-only and are used
13274 * for ACL compatibility only.
13275 */
Thierry FOURNIER7654c9f2013-12-17 00:20:33 +010013276 { "cook", smp_fetch_cookie, ARG1(0,STR), NULL, SMP_T_STR, SMP_USE_HRQHV },
13277 { "cookie", smp_fetch_cookie, ARG1(0,STR), NULL, SMP_T_STR, SMP_USE_HRQHV|SMP_USE_HRSHV },
Thierry FOURNIER07ee64e2015-07-06 23:43:03 +020013278 { "cook_cnt", smp_fetch_cookie_cnt, ARG1(0,STR), NULL, SMP_T_SINT, SMP_USE_HRQHV },
13279 { "cook_val", smp_fetch_cookie_val, ARG1(0,STR), NULL, SMP_T_SINT, SMP_USE_HRQHV },
Willy Tarreau409bcde2013-01-08 00:31:00 +010013280
13281 /* hdr is valid in both directions (eg: for "stick ...") but hdr_* are
13282 * only here to match the ACL's name, are request-only and are used for
13283 * ACL compatibility only.
13284 */
Thierry FOURNIER7654c9f2013-12-17 00:20:33 +010013285 { "hdr", smp_fetch_hdr, ARG2(0,STR,SINT), val_hdr, SMP_T_STR, SMP_USE_HRQHV|SMP_USE_HRSHV },
Thierry FOURNIER07ee64e2015-07-06 23:43:03 +020013286 { "hdr_cnt", smp_fetch_hdr_cnt, ARG1(0,STR), NULL, SMP_T_SINT, SMP_USE_HRQHV },
Willy Tarreau409bcde2013-01-08 00:31:00 +010013287 { "hdr_ip", smp_fetch_hdr_ip, ARG2(0,STR,SINT), val_hdr, SMP_T_IPV4, SMP_USE_HRQHV },
Thierry FOURNIER07ee64e2015-07-06 23:43:03 +020013288 { "hdr_val", smp_fetch_hdr_val, ARG2(0,STR,SINT), val_hdr, SMP_T_SINT, SMP_USE_HRQHV },
Willy Tarreau409bcde2013-01-08 00:31:00 +010013289
Willy Tarreau0a0daec2013-04-02 22:44:58 +020013290 { "http_auth", smp_fetch_http_auth, ARG1(1,USR), NULL, SMP_T_BOOL, SMP_USE_HRQHV },
Thierry FOURNIER7654c9f2013-12-17 00:20:33 +010013291 { "http_auth_group", smp_fetch_http_auth_grp, ARG1(1,USR), NULL, SMP_T_STR, SMP_USE_HRQHV },
Willy Tarreau409bcde2013-01-08 00:31:00 +010013292 { "http_first_req", smp_fetch_http_first_req, 0, NULL, SMP_T_BOOL, SMP_USE_HRQHP },
Thierry FOURNIERd4373142013-12-17 01:10:10 +010013293 { "method", smp_fetch_meth, 0, NULL, SMP_T_METH, SMP_USE_HRQHP },
Thierry FOURNIER7654c9f2013-12-17 00:20:33 +010013294 { "path", smp_fetch_path, 0, NULL, SMP_T_STR, SMP_USE_HRQHV },
Willy Tarreau49ad95c2015-01-19 15:06:26 +010013295 { "query", smp_fetch_query, 0, NULL, SMP_T_STR, SMP_USE_HRQHV },
Willy Tarreau18ed2562013-01-14 15:56:36 +010013296
13297 /* HTTP protocol on the request path */
13298 { "req.proto_http", smp_fetch_proto_http, 0, NULL, SMP_T_BOOL, SMP_USE_HRQHP },
Willy Tarreau409bcde2013-01-08 00:31:00 +010013299 { "req_proto_http", smp_fetch_proto_http, 0, NULL, SMP_T_BOOL, SMP_USE_HRQHP },
Willy Tarreau18ed2562013-01-14 15:56:36 +010013300
13301 /* HTTP version on the request path */
Thierry FOURNIER7654c9f2013-12-17 00:20:33 +010013302 { "req.ver", smp_fetch_rqver, 0, NULL, SMP_T_STR, SMP_USE_HRQHV },
13303 { "req_ver", smp_fetch_rqver, 0, NULL, SMP_T_STR, SMP_USE_HRQHV },
Willy Tarreau18ed2562013-01-14 15:56:36 +010013304
Willy Tarreaua5910cc2015-05-02 00:46:08 +020013305 { "req.body", smp_fetch_body, 0, NULL, SMP_T_BIN, SMP_USE_HRQHV },
Thierry FOURNIER07ee64e2015-07-06 23:43:03 +020013306 { "req.body_len", smp_fetch_body_len, 0, NULL, SMP_T_SINT, SMP_USE_HRQHV },
13307 { "req.body_size", smp_fetch_body_size, 0, NULL, SMP_T_SINT, SMP_USE_HRQHV },
Thierry FOURNIERe28c4992015-05-19 14:45:09 +020013308 { "req.body_param", smp_fetch_body_param, ARG1(0,STR), NULL, SMP_T_BIN, SMP_USE_HRQHV },
Willy Tarreaua5910cc2015-05-02 00:46:08 +020013309
Willy Tarreau18ed2562013-01-14 15:56:36 +010013310 /* HTTP version on the response path */
Thierry FOURNIER7654c9f2013-12-17 00:20:33 +010013311 { "res.ver", smp_fetch_stver, 0, NULL, SMP_T_STR, SMP_USE_HRSHV },
13312 { "resp_ver", smp_fetch_stver, 0, NULL, SMP_T_STR, SMP_USE_HRSHV },
Willy Tarreau409bcde2013-01-08 00:31:00 +010013313
Willy Tarreau18ed2562013-01-14 15:56:36 +010013314 /* explicit req.{cook,hdr} are used to force the fetch direction to be request-only */
Thierry FOURNIER7654c9f2013-12-17 00:20:33 +010013315 { "req.cook", smp_fetch_cookie, ARG1(0,STR), NULL, SMP_T_STR, SMP_USE_HRQHV },
Thierry FOURNIER07ee64e2015-07-06 23:43:03 +020013316 { "req.cook_cnt", smp_fetch_cookie_cnt, ARG1(0,STR), NULL, SMP_T_SINT, SMP_USE_HRQHV },
13317 { "req.cook_val", smp_fetch_cookie_val, ARG1(0,STR), NULL, SMP_T_SINT, SMP_USE_HRQHV },
Willy Tarreau18ed2562013-01-14 15:56:36 +010013318
Thierry FOURNIER7654c9f2013-12-17 00:20:33 +010013319 { "req.fhdr", smp_fetch_fhdr, ARG2(0,STR,SINT), val_hdr, SMP_T_STR, SMP_USE_HRQHV },
Thierry FOURNIER07ee64e2015-07-06 23:43:03 +020013320 { "req.fhdr_cnt", smp_fetch_fhdr_cnt, ARG1(0,STR), NULL, SMP_T_SINT, SMP_USE_HRQHV },
Thierry FOURNIER7654c9f2013-12-17 00:20:33 +010013321 { "req.hdr", smp_fetch_hdr, ARG2(0,STR,SINT), val_hdr, SMP_T_STR, SMP_USE_HRQHV },
Thierry FOURNIER07ee64e2015-07-06 23:43:03 +020013322 { "req.hdr_cnt", smp_fetch_hdr_cnt, ARG1(0,STR), NULL, SMP_T_SINT, SMP_USE_HRQHV },
Willy Tarreau18ed2562013-01-14 15:56:36 +010013323 { "req.hdr_ip", smp_fetch_hdr_ip, ARG2(0,STR,SINT), val_hdr, SMP_T_IPV4, SMP_USE_HRQHV },
Willy Tarreaueb27ec72015-02-20 13:55:29 +010013324 { "req.hdr_names", smp_fetch_hdr_names, ARG1(0,STR), NULL, SMP_T_STR, SMP_USE_HRQHV },
Thierry FOURNIER07ee64e2015-07-06 23:43:03 +020013325 { "req.hdr_val", smp_fetch_hdr_val, ARG2(0,STR,SINT), val_hdr, SMP_T_SINT, SMP_USE_HRQHV },
Willy Tarreau18ed2562013-01-14 15:56:36 +010013326
13327 /* explicit req.{cook,hdr} are used to force the fetch direction to be response-only */
Thierry FOURNIER7654c9f2013-12-17 00:20:33 +010013328 { "res.cook", smp_fetch_cookie, ARG1(0,STR), NULL, SMP_T_STR, SMP_USE_HRSHV },
Thierry FOURNIER07ee64e2015-07-06 23:43:03 +020013329 { "res.cook_cnt", smp_fetch_cookie_cnt, ARG1(0,STR), NULL, SMP_T_SINT, SMP_USE_HRSHV },
13330 { "res.cook_val", smp_fetch_cookie_val, ARG1(0,STR), NULL, SMP_T_SINT, SMP_USE_HRSHV },
Willy Tarreau18ed2562013-01-14 15:56:36 +010013331
Thierry FOURNIER7654c9f2013-12-17 00:20:33 +010013332 { "res.fhdr", smp_fetch_fhdr, ARG2(0,STR,SINT), val_hdr, SMP_T_STR, SMP_USE_HRSHV },
Thierry FOURNIER07ee64e2015-07-06 23:43:03 +020013333 { "res.fhdr_cnt", smp_fetch_fhdr_cnt, ARG1(0,STR), NULL, SMP_T_SINT, SMP_USE_HRSHV },
Thierry FOURNIER7654c9f2013-12-17 00:20:33 +010013334 { "res.hdr", smp_fetch_hdr, ARG2(0,STR,SINT), val_hdr, SMP_T_STR, SMP_USE_HRSHV },
Thierry FOURNIER07ee64e2015-07-06 23:43:03 +020013335 { "res.hdr_cnt", smp_fetch_hdr_cnt, ARG1(0,STR), NULL, SMP_T_SINT, SMP_USE_HRSHV },
Willy Tarreau18ed2562013-01-14 15:56:36 +010013336 { "res.hdr_ip", smp_fetch_hdr_ip, ARG2(0,STR,SINT), val_hdr, SMP_T_IPV4, SMP_USE_HRSHV },
Willy Tarreaueb27ec72015-02-20 13:55:29 +010013337 { "res.hdr_names", smp_fetch_hdr_names, ARG1(0,STR), NULL, SMP_T_STR, SMP_USE_HRSHV },
Thierry FOURNIER07ee64e2015-07-06 23:43:03 +020013338 { "res.hdr_val", smp_fetch_hdr_val, ARG2(0,STR,SINT), val_hdr, SMP_T_SINT, SMP_USE_HRSHV },
Willy Tarreau18ed2562013-01-14 15:56:36 +010013339
Willy Tarreau409bcde2013-01-08 00:31:00 +010013340 /* scook is valid only on the response and is used for ACL compatibility */
Thierry FOURNIER7654c9f2013-12-17 00:20:33 +010013341 { "scook", smp_fetch_cookie, ARG1(0,STR), NULL, SMP_T_STR, SMP_USE_HRSHV },
Thierry FOURNIER07ee64e2015-07-06 23:43:03 +020013342 { "scook_cnt", smp_fetch_cookie_cnt, ARG1(0,STR), NULL, SMP_T_SINT, SMP_USE_HRSHV },
13343 { "scook_val", smp_fetch_cookie_val, ARG1(0,STR), NULL, SMP_T_SINT, SMP_USE_HRSHV },
Thierry FOURNIER7654c9f2013-12-17 00:20:33 +010013344 { "set-cookie", smp_fetch_cookie, ARG1(0,STR), NULL, SMP_T_STR, SMP_USE_HRSHV }, /* deprecated */
Willy Tarreau409bcde2013-01-08 00:31:00 +010013345
13346 /* shdr is valid only on the response and is used for ACL compatibility */
Thierry FOURNIER7654c9f2013-12-17 00:20:33 +010013347 { "shdr", smp_fetch_hdr, ARG2(0,STR,SINT), val_hdr, SMP_T_STR, SMP_USE_HRSHV },
Thierry FOURNIER07ee64e2015-07-06 23:43:03 +020013348 { "shdr_cnt", smp_fetch_hdr_cnt, ARG1(0,STR), NULL, SMP_T_SINT, SMP_USE_HRSHV },
Willy Tarreau409bcde2013-01-08 00:31:00 +010013349 { "shdr_ip", smp_fetch_hdr_ip, ARG2(0,STR,SINT), val_hdr, SMP_T_IPV4, SMP_USE_HRSHV },
Thierry FOURNIER07ee64e2015-07-06 23:43:03 +020013350 { "shdr_val", smp_fetch_hdr_val, ARG2(0,STR,SINT), val_hdr, SMP_T_SINT, SMP_USE_HRSHV },
Willy Tarreau409bcde2013-01-08 00:31:00 +010013351
Thierry FOURNIER07ee64e2015-07-06 23:43:03 +020013352 { "status", smp_fetch_stcode, 0, NULL, SMP_T_SINT, SMP_USE_HRSHP },
Thierry Fournier0e00dca2016-04-07 15:47:40 +020013353 { "unique-id", smp_fetch_uniqueid, 0, NULL, SMP_T_STR, SMP_SRC_L4SRV },
Thierry FOURNIER7654c9f2013-12-17 00:20:33 +010013354 { "url", smp_fetch_url, 0, NULL, SMP_T_STR, SMP_USE_HRQHV },
Thierry FOURNIER07ee64e2015-07-06 23:43:03 +020013355 { "url32", smp_fetch_url32, 0, NULL, SMP_T_SINT, SMP_USE_HRQHV },
Neil - HAProxy List39c63c52013-11-04 13:48:42 +000013356 { "url32+src", smp_fetch_url32_src, 0, NULL, SMP_T_BIN, SMP_USE_HRQHV },
Willy Tarreau409bcde2013-01-08 00:31:00 +010013357 { "url_ip", smp_fetch_url_ip, 0, NULL, SMP_T_IPV4, SMP_USE_HRQHV },
Thierry FOURNIER07ee64e2015-07-06 23:43:03 +020013358 { "url_port", smp_fetch_url_port, 0, NULL, SMP_T_SINT, SMP_USE_HRQHV },
Willy Tarreau1ede1da2015-05-07 16:06:18 +020013359 { "url_param", smp_fetch_url_param, ARG2(0,STR,STR), NULL, SMP_T_STR, SMP_USE_HRQHV },
13360 { "urlp" , smp_fetch_url_param, ARG2(0,STR,STR), NULL, SMP_T_STR, SMP_USE_HRQHV },
Thierry FOURNIER07ee64e2015-07-06 23:43:03 +020013361 { "urlp_val", smp_fetch_url_param_val, ARG2(0,STR,STR), NULL, SMP_T_SINT, SMP_USE_HRQHV },
Willy Tarreau409bcde2013-01-08 00:31:00 +010013362 { /* END */ },
Willy Tarreau4a568972010-05-12 08:08:50 +020013363}};
13364
Willy Tarreau8797c062007-05-07 00:55:35 +020013365
Willy Tarreaua0dc23f2015-01-22 20:46:11 +010013366/************************************************************************/
13367/* All supported converter keywords must be declared here. */
13368/************************************************************************/
Willy Tarreau276fae92013-07-25 14:36:01 +020013369/* Note: must not be declared <const> as its list will be overwritten */
13370static struct sample_conv_kw_list sample_conv_kws = {ILH, {
Thierry FOURNIER07ee64e2015-07-06 23:43:03 +020013371 { "http_date", sample_conv_http_date, ARG1(0,SINT), NULL, SMP_T_SINT, SMP_T_STR},
Thierry FOURNIERad903512014-04-11 17:51:01 +020013372 { "language", sample_conv_q_prefered, ARG2(1,STR,STR), NULL, SMP_T_STR, SMP_T_STR},
Thierry FOURNIERbf65cd42015-07-20 17:45:02 +020013373 { "capture-req", smp_conv_req_capture, ARG1(1,SINT), NULL, SMP_T_STR, SMP_T_STR},
13374 { "capture-res", smp_conv_res_capture, ARG1(1,SINT), NULL, SMP_T_STR, SMP_T_STR},
Thierry FOURNIER82ff3c92015-05-07 15:46:20 +020013375 { "url_dec", sample_conv_url_dec, 0, NULL, SMP_T_STR, SMP_T_STR},
Willy Tarreau276fae92013-07-25 14:36:01 +020013376 { NULL, NULL, 0, 0, 0 },
13377}};
13378
Thierry FOURNIER35ab2752015-05-28 13:22:03 +020013379
Willy Tarreaua0dc23f2015-01-22 20:46:11 +010013380/************************************************************************/
13381/* All supported http-request action keywords must be declared here. */
13382/************************************************************************/
Thierry FOURNIER36481b82015-08-19 09:01:53 +020013383struct action_kw_list http_req_actions = {
Willy Tarreaua0dc23f2015-01-22 20:46:11 +010013384 .kw = {
Willy Tarreaua9083d02015-05-08 15:27:59 +020013385 { "capture", parse_http_req_capture },
Willy Tarreaua0dc23f2015-01-22 20:46:11 +010013386 { "set-method", parse_set_req_line },
13387 { "set-path", parse_set_req_line },
13388 { "set-query", parse_set_req_line },
13389 { "set-uri", parse_set_req_line },
Willy Tarreaucb703b02015-04-03 09:52:01 +020013390 { NULL, NULL }
Willy Tarreaua0dc23f2015-01-22 20:46:11 +010013391 }
13392};
13393
Thierry FOURNIER36481b82015-08-19 09:01:53 +020013394struct action_kw_list http_res_actions = {
Thierry FOURNIERe80fada2015-05-26 18:06:31 +020013395 .kw = {
13396 { "capture", parse_http_res_capture },
Thierry FOURNIER35d70ef2015-08-26 16:21:56 +020013397 { "set-status", parse_http_set_status },
Thierry FOURNIERe80fada2015-05-26 18:06:31 +020013398 { NULL, NULL }
13399 }
13400};
13401
Willy Tarreau8797c062007-05-07 00:55:35 +020013402__attribute__((constructor))
13403static void __http_protocol_init(void)
13404{
13405 acl_register_keywords(&acl_kws);
Willy Tarreau12785782012-04-27 21:37:17 +020013406 sample_register_fetches(&sample_fetch_keywords);
Willy Tarreau276fae92013-07-25 14:36:01 +020013407 sample_register_convs(&sample_conv_kws);
Willy Tarreaua0dc23f2015-01-22 20:46:11 +010013408 http_req_keywords_register(&http_req_actions);
Thierry FOURNIERe80fada2015-05-26 18:06:31 +020013409 http_res_keywords_register(&http_res_actions);
Willy Tarreau12207b32016-11-22 19:48:51 +010013410 cli_register_kw(&cli_kws);
Willy Tarreau8797c062007-05-07 00:55:35 +020013411}
13412
13413
Willy Tarreau58f10d72006-12-04 02:26:12 +010013414/*
Willy Tarreaubaaee002006-06-26 02:48:02 +020013415 * Local variables:
13416 * c-indent-level: 8
13417 * c-basic-offset: 8
13418 * End:
13419 */