This was done to prevent issues with the proxies AGOL use. During item creation the correct token will be sent in the url query but not in the body. The middleware that appends all body parameters to the query then overwrites the correct token with the incorrect token preventing the add item process from working correctly.
This was done to prevent issues with the proxies AGOL use. During item creation the correct token will be sent in the url query but not in the body. The middleware that appends all body parameters to the query then overwrites the correct token with the incorrect token preventing the add item process from working correctly.