Skip to content

feat: flask integration#5

Merged
untitaker merged 3 commits into
masterfrom
flask
Jul 20, 2018
Merged

feat: flask integration#5
untitaker merged 3 commits into
masterfrom
flask

Conversation

@untitaker
Copy link
Copy Markdown
Member

No description provided.

'url': '%s://%s%s' % (request.scheme, urlparts.host, request.path),
'query_string': urlparts.query,
'method': request.method,
'data': request.get_data(cache=True, as_text=True, parse_form_data=True),
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unsure about this. The old integration didn't have any protection against too large requests either.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant