You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additional notes from the slack conversation with pchesnais, where this was reported.
Adding the content-type header breaks the curl request
And the `ajax=upload` parameter is wrong, it's `action=upload`
Finally, many queries that work with `--cookie "azkaban.browser.session.id=..."` don't work with `--form "session.id=..."`
Again, probably due to the content-type header (edited)
I'm sure there's a simpler fix for the query that's currently on the documentation, but it definitely doesn't work out of the box (edited)
The text was updated successfully, but these errors were encountered:
li-afaris
changed the title
curl examples are out of date with Azkaban
curl examples are out of date
May 24, 2018
It was reported that this curl example for uploading a zip file no longer works with current versions of azkaban.
This is what was required to make the upload work. Note the missing
Content-Type
header.Additional notes from the slack conversation with pchesnais, where this was reported.
The text was updated successfully, but these errors were encountered: