You need to generate an API token for your user or generate a CSRF token (crumb) for your normal password.
On Wed, Nov 4, 2020 at 18:44 sebb <seb...@gmail.com> wrote: > I can use curl to get the contents of a config.xml, but POSTing an > updated file fails with > > No valid crumb was included in the request > > I used the following command: > > curl -u<user> -X POST > https://ci-builds.apache.org/job/Commons/job/$N/config.xml -d > @NEW/${N}.xml > > Is this supposed to work? > If so, what am I missing? >