We can post data to a feed using AJAX and then utilize the posted data via [[URL:parameterName]] or [[Form:parameterName]] depending on weather we used a URL parameter or posted it as a form. But, what if the data was posted as JSON? How do we get to posted JSON object in a feed? For instance, what if we want a feed to behave a webhook?
Hello. Is there a reason, why I would not be able to use cookie as a parameter in ListDataSource for JSON feed? Thanks Roman
The value of a datetime field Date1 within the database is for instance 2013-11-15 00:00:00. But xmod:JsonFeed returns "Date1":"2013-11-14 23:00:00Z". It seems like XMod does parse the date as UTC date and then respect the local timezone offset, which here is UTC+1. This isn't documented, right?