Important Update: Archer Community Scheduled Maintenance on November 23–24 - New Community Launching Soon! Learn More..
2018-10-30 07:11 AM
Hi ,
I am Getting permission denied error when trying to use put method on REST API to update record. Any tips on this
2018-10-30 08:32 AM
Hi David,
This is what the error says : 403 (Forbidden)
The url seems to be fine , I gave : Where base url is replaced by instance url
2018-10-30 09:16 AM
Do you have Anonymous Authentication ON for the api nodes in IIS?
2018-10-30 09:38 AM
Typically the 403 is that your using a POST instead of a PUT for updating the record but that doesn't seem to be the case.
I'm assuming that your passing the record Id to the API call?
Can you post the data your sending to the APIs? I typically build an array for the data that will be sent and then for the data attribute I use JSON.stringify(dataVariable)
Advisory Consultant
2018-10-31 01:18 AM
Hi olya, Yes I do
2018-10-31 05:31 AM
I would say as David then. Try to use POST instead of PUT.
2018-11-08 04:26 PM
Mohammed,
Did you solve your issue?
If so, what was it?
Andy