Hi All,
I am facing one problem with LR scripting. I am using LR 9.5 and web protocol (HTTP/HTML).
I am clicking Day/week/month icon in my application. These icons are left side of the application. Whenever I click the icon the respective data displayed on the right hand side.
Click on icon some request goes to server in PUT method but I did not get any response from the server.
web_custom_request("Test",
"URL=xxxx/app/calendar/calendar/0",
"Method=PUT",
"reccontenttype=application/oct-stream",
"Enctype=application/json,charset utf-8",
"Refer=xxxxx/.....",
"Body=\{"view:\"agendaday\"\}"
How to retrieve the response from the server. I captured response/request header and did not get any information. Enable all the logging option even did not get any information. Please help us to resolve the issue and how to handle PUT request. Is there any hidden data in the PUT request with content type as oct-stream?
Thanks,
Prasad