You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support multiple proxy servers in Forwarded header parsing (#782)
* Support multiple proxy servers in Forwarded header parsing
* Update CHANGELOG
* use regex and simplify
* use integer regex
* Use compiled regexes
---------
Co-authored-by: vincentsarago <[email protected]>
Copy file name to clipboardexpand all lines: CHANGES.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,15 @@
2
2
3
3
## [Unreleased]
4
4
5
-
## Changed
5
+
###Changed
6
6
7
7
* use `string` type instead of python `datetime.datetime` for datetime parameter in `BaseSearchGetRequest`, `ItemCollectionUri` and `BaseCollectionSearchGetRequest` GET models
8
8
* rename `filter` to `filter_expr` for `FilterExtensionGetRequest` and `FilterExtensionPostRequest` attributes to avoid conflict with python filter method
9
9
10
+
### Fixed
11
+
12
+
* Support multiple proxy servers in the `forwarded` header in `ProxyHeaderMiddleware` ([#782](https://github.com/stac-utils/stac-fastapi/pull/782))
0 commit comments