Aquila is returning 400 error from Zorya's POST request
Closed this issue · 0 comments
bonniegee commented
Is your feature request related to a problem? Please describe.
Aquila is returning a 400 error when Zorya is POSTing to its assign-rights endpoint. This is because we're using the data
parameter in the Python requests module, not json
.
Describe the solution you'd like
Change data
to json
.