Skip to content
This repository has been archived by the owner on Jun 11, 2018. It is now read-only.

Support parsing of multipart/form-data post bodies #61

Open
beniwohli opened this issue Sep 2, 2015 · 2 comments
Open

Support parsing of multipart/form-data post bodies #61

beniwohli opened this issue Sep 2, 2015 · 2 comments

Comments

@beniwohli
Copy link
Member

We currently are not able to parse form data if it is encoded as multipart/form-data.

@daikeren
Copy link

daikeren commented Sep 3, 2015

I would like to try to fix this issue since I need the feature. Could I fix the issue by modified the code
https://github.com/opbeat/opbeat_python/blob/master/opbeat/contrib/django/client.py#L85-L110

here?
Thanks.

@beniwohli
Copy link
Member Author

@daikeren sorry for the delay. Yes, that would indeed be the place to fix the problem. It might make sense to piggy back on Django's parsing of multipart/form-data (used here: https://github.com/django/django/blob/master/django/http/request.py#L271)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants