|
|
5ff361af54
|
Simplified proxy example, no more proxy.conf file.
Added forwarding case based on server name.
|
2019-01-24 11:19:05 +01:00 |
|
|
|
8260336d6c
|
Added support for X-Forwarded-For .., and Forwarded header, for the simple proxy implementation.
Also added the possibility to "keep" the original host name.
Updated related example.
|
2019-01-23 23:46:35 +01:00 |
|
Jocelyn Fiat
|
6a779797a5
|
Removed a few obsolete calls.
Updated tests/all.ecf to include a few missing libraries.
|
2018-02-02 22:40:18 +01:00 |
|
Jocelyn Fiat
|
a928f27b1a
|
Updated or added timestamp to obsolete and fixme messages.
Fixed ecf file exclusion for .svn and .git .
Cosmetic changed.
|
2017-05-12 14:31:35 +02:00 |
|
|
|
c34f89df9b
|
Added connection header related functions.
- WSF_REQUEST.is_keep_alive_http_connection: BOOLEAN
- HTTP_HEADER_MODIFIER.put_connection_keep_alive
- HTTP_HEADER_MODIFIER.put_connection_close
In Standalone request handler code, better detection of Connection: keep-alive header.
|
2016-10-18 13:22:32 +02:00 |
|
|
|
5029049ef0
|
Replaced host+port by uri (http://remotemachine:port/path).
Added support for SSL (https).
|
2016-08-08 12:30:28 +02:00 |
|
|
|
210fae5000
|
First step towards SSL support.
|
2016-08-06 10:04:45 +02:00 |
|
|
|
9cc9b95190
|
Added a simple reverse proxy handler.
- For now, it does not support SSL connection on the target yet.
- No external config file support, this is all about coding.
|
2016-08-05 11:38:35 +02:00 |
|