Skip to Content
-1
Mar 17 at 01:56 PM

UPDATE METHOD NOT WORKING ?

168 Views Last edit Mar 19 at 08:17 AM 2 rev

The reading method from the CUSTO environment is working well, and the data is displayed in the view. But the Update method when sending the data to the same entityset is not working due to Authorization problems.

When we try to use Postman to communicate directly with the service published by handling the authorization issues using (CSRF Token)
The Create method works and we get the HTTP Code 201 but the breakpoints in the update method (redefined) in the behavior implementation are not fired.