I’m making a request to update the stock, by API, but I1m getting a failure return.
Has anyone gone through this problem?
I’m making a request to update the stock, by API, but I1m getting a failure return.
Has anyone gone through this problem?
Looks like you’re receiving a login authorization redirect as your response. This most commonly happens when you’re including cookies in your requests - make sure you set your client to not store/include cookies in your server requests when performing these calls.
Tks @GrahamS . and @byteriver !
My problem was solved when I not store/include cookies in my server requests