Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
* When using `getHTTPREquestData()` send `false` so we DON'T retrieve the http body when we just need the headers

added
* More and more apps will need real ip's from request, so expose it via the `CBSecurity` model service as : `getRealIp()`
  • Loading branch information
lmajano committed Mar 29, 2021
1 parent 20140c0 commit eb99491
Show file tree
Hide file tree
Showing 3 changed files with 253 additions and 103 deletions.
13 changes: 13 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

----

## [2.12.0] => 2021-MAR-29

### Added

* More and more apps will need real ip's from request, so expose it via the `CBSecurity` model service as : `getRealIp()`

### Fixed

* When using `getHTTPREquestData()` send `false` so we DON'T retrieve the http body when we just need the headers
* More updates to `getRealIp()` when dealing with lists

----

## [2.11.1] => 2021-MAR-10

### Fixed
Expand Down
Loading

0 comments on commit eb99491

Please sign in to comment.