Hi,
I can POST, PUT, and DELETE in the postman using Asset API on my localhost.
http://localhost:4502/api/assets/discounts/sitemap.xml
However, I am able to POST the asset from the postman to the Author Dev server using Asset API. PUT and DELETE methods, on the other hand, return 501 status codes and a NOT implemented error.
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @Vijayalakshmi_S,
The issue has been resolved after updating the Akamai configurations and the PUT & DELETE requests are working as expected now.
Thanks for your support. Highly appreciated.
@kbitra1998 did you configure Filter Methods in Apache Sling Referrer Filter configuration on Author Dev server where you're testing? Please compare the Filters section with your local.
Hope this helps.
Thanks for the response.
Yes, it is the same configuration as the above screenshot in my local as well as the server.
Somehow it is working locally but not on the server.
Can you check
Hi,
Yes, we have allowed the PUT and DELETE request in CSRF also.
To track the request, I am not able to see the PUT or DELETE request in access.log or request.log
But I can see the POST request in access.log.
Is it behind the dispatcher ?
Check the filters section in farm file if PUT and DELETE is allowed.
Hi @Vijayalakshmi_S ,
I apologize for the delay in replying.
Yes, it is behind the dispatcher.
So far, I've made the following observations.
1. When we use the POST API, we get a 201 created status in the response header.
I was also able to see requests in the request log as well. I have attached the screenshot below for your reference
2. However, when we use the PUT/DELETE API, we get a 501 Not Implemented status in the response header.
I am unable to see requests in the request log as well. I have attached the screenshot below for your reference
As far as I am aware, We're simply utilizing Akamai for the publish instance, not the author instance.
I hope my observations are useful to you.
No worries, Thanks for the inputs.
Can you confirm for sure Akamai is not utilized for Author and yet to see the Server as AkamaiGHost (Akamai Global Host) in Response ?
I think it is utilized and PUT/DELETE is not allowed at Akamai level (It is disabled by default)
Hi @Vijayalakshmi_S,
We've opened a ticket with Akamai to see if they're restricting PUT/DELETE requests. We're waiting for a response from them. I'll let you know when I get a response.
Hi @Vijayalakshmi_S,
The issue has been resolved after updating the Akamai configurations and the PUT & DELETE requests are working as expected now.
Thanks for your support. Highly appreciated.
Thanks for the confirmation @kbitra1998
Hi @kbitra1998 ,
In general if the Author is connected with Dispatcher and project uses CDN, sitemap.xml also get behind it.
Can you confirm with any other url also if that the same behavior you are seeing.
Hi @tb1687196 ,
My use case is that I want to create an asset in the dam folder using asset API, and sitemap.xml is merely name conservation. I can create the asset with a POST request, but I can't use PUT/DELETE requests to update or delete assets in the dam, even though they operate properly in my local host.
Views
Likes
Replies
Views
Likes
Replies