File tree Expand file tree Collapse file tree 2 files changed +32
-1
lines changed
Expand file tree Collapse file tree 2 files changed +32
-1
lines changed Original file line number Diff line number Diff line change 5656/*
5757 * Build version.
5858 */
59- #define KCGI_VBUILD 3
59+ #define KCGI_VBUILD 4
6060
6161/*
6262 * Version string of major.minor.build (as a literal string).
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<!-- vim: set tw=100: -->
33<articles >
4+ <article data-sblg-article =" 1" data-sblg-tags =" version" >
5+ <header >
6+ <h1 >0.13.4</h1 >
7+ <address >Kristaps Dzonsons</address >
8+ <time datetime =" 2024-09-15" >2024-09-15</time >
9+ </header >
10+ <aside >
11+ <div >
12+ Adding CORS request and response headers:
13+ <code >Access-Control-Allow-Credentials</code >,
14+ <code >Access-Control-Allow-Headers</code >,
15+ <code >Access-Control-Allow-Methods</code >,
16+ <code >Access-Control-Allow-Origin</code >,
17+ <code >Access-Control-Expose-Headers</code >,
18+ <code >Access-Control-Max-Age</code >,
19+ <code >Origin</code >,
20+ <code >Access-Control-Request-Headers</code >,
21+ and
22+ <code >Access-Control-Request-Method</code >.
23+ While here, also add a brief tutorial on handling CORS
24+ pre-flight requests.
25+ </div >
26+ <div >
27+ Fix a big in handling <code >POST</code > forms
28+ with parameters passed in with the
29+ <code >application/x-www-form-urlencoded</code >
30+ content type. These are now correctly
31+ processed.
32+ </div >
33+ </aside >
34+ </article >
435 <article data-sblg-article =" 1" data-sblg-tags =" version" >
536 <header >
637 <h1 >0.13.3</h1 >
You can’t perform that action at this time.
0 commit comments