RalfHandl
Product and Topic Expert
Product and Topic Expert
Member since ‎02-10-2004

User Statistics

  • 155 Posts
  • 25 Solutions
  • 124 Kudos given
  • 104 Kudos received

User Activity

Everyone is using REST APIs nowadays, despite the fact that HTTP is an inherently unreliable protocol. So how to deal with "lost requests" and "lost responses"? Not a problem for GET requests: just repeat them if you get no answer - GET is "safe" and...
Seven years ago we published OData 4.0 as a set of OASIS Standards - now we have the next incremental, fully compatible "release": the OData 4.01 specifications – Core, JSON Data, JSON Metadata, and XML Metadata – are approved as OASIS Standards and ...
When I try to upload a new version of an XML file attached to one of my Community wiki pages, I get the following error message: The following error(s) occurred: Virus found in file :upload_d9501a77_068b_4d4d_9554_eaffcb9eb77e_000...
Four years after OData V4 became an OASIS standard, and two years after it became the ISO/IEC 20802 standard, the first “feature pack” for OData V4 has been officially published. The complete set of changes is described in What’s New in OData Versio...
Usually REST APIs produce minimized JSON without any line breaks or indentation, which preserves bandwidth and is fine if a machine is reading the produced JSON. If however the intended audience mainly consists of humans, e.g. if the JSON files need...