GET VS POST
So I am trying to use the API to upload a custom-url-category, and my problem is that I have exced the length restriction of a HTML GET, So I tried doing a HTML PUT.
curl --insecure --form "type=config" --form "action=edit" --form "xpath=$xpath" --for
...