inveniosoftware / inveniosoftware/flask-resources

Find a way to pass request.remote_addr in resource_requestctx

Open
#85 0 comments 0 reactions 0 assignees View on GitHub
good first issue
Dominant language
Python
Stars
3
Forks
22
PR merge metrics
No merged PRs in 30d

Description

`resource_requestctx` is essentially a validated and value converted `request` object: it holds the headers, route args, querystring args, body content. However it doesn't hold the request's IP yet and it should to allow more functionality to be decoupled from `request`.directly.

Implement the IP (request.remote_addr) loader in this task.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.