Hi,
I have seen that there is a possibility of autosave in Collabora. I suppose that it also triggers a web call to “my” server using POST. Is it possible to differenciate that autosave from a normal save?
Olivier
Hi,
I have seen that there is a possibility of autosave in Collabora. I suppose that it also triggers a web call to “my” server using POST. Is it possible to differenciate that autosave from a normal save?
Olivier
Check the header in the POST request - there’s a flag you can use for this purpose (AFK so apologies, I don’t remember which one). We use it to tag autosaved versions for later tidyup.
Thanks Paddy,
You’re right, the header is actually x-cool-wopi-isautosave
Olivier