E
egarcia
Guest
Hello Meyrick, Did you regenerate the catalog? Take a look at the annotations. It should say operation="submit". The entry in the catalog should say type="submit" verb="put". PUT is used so that you can send JSON data in the body of the request. The two entries in the Network tab are expected they are for one saveChanges(). The OPTIONS request is the preflight request to checks if the server can accept the actual request. I hope this helps.
Continue reading...
Continue reading...