135d65c68e
Better CGI handler
...
- improvement related to current directory for the execution of the CGI script,
- and updated SCRIPT_NAME, to the path info is correctly computed.
2020-02-26 22:47:25 +01:00
8760152441
Fixed value of SERVER_PORT for secure connection (i.e https:// ), by default it is 443 .
...
this was fooling WSF_REQUEST.absolute_url (...) .
2020-02-26 22:46:50 +01:00
49881b6429
Better handling for directory default index response (for instance index.html) for case like "/subdir" which is now redirected to "/subdir/" so relative url are correctly handled.
2020-02-26 22:46:03 +01:00
c76e1a785c
Added rfc3339 implementation to HTTP_DATE.
2020-02-26 22:34:18 +01:00
791b19a86e
Use to_string_8 instead of as_string_8 in this case.
2020-02-26 22:33:25 +01:00
98452e13e2
Improved feed library:
...
- Added missing link to FEED.
- Closer to ATOM validation, especially for xhtml content.
- Closer to RSS2 specification.
- Removed unwanted conversion from STRING_32 to STRING_8. (fixing feed generation when dealing with Unicode content).
2020-02-26 22:32:24 +01:00
5ac7ce7483
Initial support for client certificates LibCurl implementation
2020-02-26 22:15:23 +01:00
0afccef5e2
Removed google plus links.
2019-10-28 21:24:47 +01:00
7c4cbe845d
Updated copyright
2019-05-30 21:37:57 +02:00
da5226a891
Updated code to remove VRDS(4) errors
2019-05-30 18:23:14 +02:00
256f7581f1
Updated changelogs
es_rev103227
v1.1.1
2019-05-30 16:38:27 +02:00
5df220beef
Removed redefinitions that violates VDRS(4).
2019-05-30 16:21:53 +02:00
5ff361af54
Simplified proxy example, no more proxy.conf file.
...
Added forwarding case based on server name.
2019-01-24 11:19:05 +01:00
65525aa112
updated proxy example's README file.
2019-01-24 09:23:47 +01:00
d4bbdea5e4
Removed unneeded redefine.
2019-01-23 23:50:26 +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
19c14d28c7
Updated EiffelWeb wizard.
2018-11-19 19:10:26 +01:00
f1e8dfa40b
Updated to use ARGUMENTS_32 as client.
2018-11-19 18:04:35 +01:00
e73302639d
updated changelog.
2018-11-16 19:39:13 +01:00
1c58674523
Updated notes for JWS.
2018-11-16 19:35:34 +01:00
7cfe0cc5ed
Removed obsolete v0 code.
2018-11-16 19:31:41 +01:00
4f8341e04e
Updated JWT library with class descriptions and better features names.
...
JWT library fixed to use agorithms names in upper case.
Updated README.
2018-11-16 19:28:46 +01:00
7f36e539f1
Accepts string general in html_encoded_string.
2018-11-16 19:28:05 +01:00
8241c0209a
Updated JWT README content.
2018-10-29 15:17:31 +01:00
45179b58a3
Fixed custom error creation, do not create default message, otherwise the info will be duplicated in error output.
2018-10-29 15:14:28 +01:00
31fa31bd53
Updated changelog
v1.1.0
2018-10-29 13:22:01 +01:00
a8a3ca5b97
typo.
2018-10-29 13:15:32 +01:00
7c6fe5a04a
Added HTTP_COOKIE.set_expiration_from_max_age, to add the "Expiration:" based on the max-age value.
2018-10-29 13:15:14 +01:00
c8e2009638
Use double quotes only when needed for put_content_type_with_parameters.
2018-10-29 13:11:19 +01:00
627ec7aefc
removed unneeded inheritance.
2018-10-29 13:04:46 +01:00
e7087bcbc1
Added missing WSF_TIMEOUT_UTILITIES file.
2018-10-29 12:19:36 +01:00
8d881bcd7d
Updated changelog.md
2018-10-29 12:16:01 +01:00
ed3ad962d1
Updated a few classes from http_client to use nanoseconds as timeout precision.
...
Fixed typo in comments.
2018-10-29 12:15:20 +01:00
d3e865cf6c
Fixed setting of socket.timeout in httpd (was not currently set before).
...
Adopted the nanoseconds timeout precision
- in config file added support for ns, us, ms, s timeout precision (without indication, it uses `seconds` precision).
2018-10-29 11:27:26 +01:00
9fcd30b4e1
removed useless JWT_ENCODER
2018-10-17 14:25:56 +02:00
0baa05cf63
JWT: updated to make JWT algorithm support more flexible, and simple to extend with specific algorithm.
2018-10-17 11:00:20 +02:00
f97f59b703
renamed a png file to avoid blank character.
2018-09-27 22:01:34 +02:00
dc377b84d3
Duplicated images to see expected images embedded in github markdown pages, and also in github web pages (jekyll on eiffelweb.org).
2018-09-27 21:57:16 +02:00
f14431fc05
Update basics.md
2018-09-27 21:50:02 +02:00
9577d7d82a
Update basics.md
2018-09-27 21:48:45 +02:00
99f8377721
Include images twices to see them under github pages, and also in markdown pages
2018-09-27 21:47:48 +02:00
73d5555532
test (ignore)
2018-09-27 21:39:58 +02:00
ce3c7ac57a
try change for related links.
2018-09-27 21:34:18 +02:00
Javier Velilla
8754c2d67d
Update basics.md
2018-09-27 16:22:20 -03:00
5e928b9a47
use image location that works for md files, and also generated web files (jekyll)
2018-09-27 21:10:04 +02:00
Javier Velilla
9cdfbd2538
Update basics.md
2018-09-27 16:08:39 -03:00
e4fcc863ca
Updated image locations
2018-09-27 21:05:54 +02:00
Javier Velilla
7c8d6b9eef
Updated path to Application execution png file
2018-09-27 15:58:09 -03:00
a97eb4b062
Added missing dependencies.
2018-05-30 19:27:04 +02:00
bd5aba3db6
Updated Windows DOS script to build the libfcgi binary lib files.
2018-05-30 17:30:05 +02:00