@Taloth permanent redirects are a problem “temporary” ones work, Postman (Chrome extension) had the same issue as did drone’s UI. Once I switched it to temporary it worked just fine in all those. I had a user in IRC test it as well (zombu2), he said it was working.
I’m not able to reproduce this other error, looks like nzb360 may not be sending in either the ProfileId (new) or the QualityProfileId (old) as drone will convert it properly (which I just retested).
He wasn’t aware of the change until we pointed it out to him and so hasn’t incorporated it in to his code, plus he has been on vacation, so I assume his app is calling the original method you mention.
@Taloth that was the original issue (Permanent directs do not work). This issue is about POSTing to add a new series, it doesn’t work, the seriers endpoitn accepts both ProfileId and QualityProfileId, preferring the former, but will set the ProfileId to the QualityProfileId if its the only one set.
Changing the redirect to a module call won’t fix the issue, as thats no longer the issue.
Checked with a tablet, it indeed queries the new endpoint after the SeeOther.
But since I don’t have Nzb360 pro, I couldn’t see what nzb360 sends over the line to the AddSeries endpoint.