Skip to content

Commit 04cba14

Browse files
author
Eran Hammer
committed
Fix cycle order
1 parent e8dcc42 commit 04cba14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

API.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1891,14 +1891,14 @@ Each incoming request passes through a pre-defined list of steps, along with opt
18911891
- JSONP configuration is ignored for any response returned from the extension point since no
18921892
route is matched yet and the JSONP configuration is unavailable.
18931893
- Lookup route using request path
1894+
- Process query extensions (e.g. JSONP)
18941895
- Parse cookies
18951896
- **`'onPreAuth'`** extension point
18961897
- Authenticate request
18971898
- Read and parse payload
18981899
- Authenticate request payload
18991900
- **`'onPostAuth'`** extension point
19001901
- Validate path parameters
1901-
- Process query extensions (e.g. JSONP)
19021902
- Validate query
19031903
- Validate payload
19041904
- **`'onPreHandler'`** extension point

0 commit comments

Comments
 (0)