E
egarcia
Guest
Hello, Here is a suggestion for troubleshooting. > Also, if I make the same exact calls that are failing via Postman, they work correctly every time. If you are seeing different results from seemingly the same call ($http.put() and Postman), perhaps, you could look at the input to see if there are differences. You could use a proxy to see the network traffic. You can use tools such as WSAViewer (run wsaviewer from proenv) or Fiddler. Perhaps, you would see a difference in the HTTP payload, a cookie or an HTTP header that is different. I hope this helps.
Continue reading...
Continue reading...