Assets HTTP MOVE API giving 405 response
Hi, I'm trying to move some assets using the HTTP MOVE API. But I'm getting 405 response saying Method not allowed. It was working till last week. Any idea how to fix this?
Thanks,
Rahul
Hi, I'm trying to move some assets using the HTTP MOVE API. But I'm getting 405 response saying Method not allowed. It was working till last week. Any idea how to fix this?
Thanks,
Rahul
Hi,
There are two reasons why this could happen:
You are not using the correct HTTP method when invoking the API. Check your code is using the correct method while invoking the API
The server is blocking (not allowing) the HTTP method. This could be denied at the dispatcher level or at the publisher level as well. The best way to check is to hit the publisher directly. If it works, it means your dispatcher has been updated and you are no longer allowed to use the HTTP method on your server.
Hope this helps.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.