I’ve just “upgraded” to MSIE 9.0 within the Virtual Machine i use. Within that VM’s, I use a lot of Integrated Authentication, and my sites didn’t authenticate properly anymore.
As it turns out, for integrated authentication to work, i had to put my sites in Intranet zone, not in the trusted zone.
Having changed that, everything works fine again.
With the release of K2 Services in the 1290 release, we’re able to get all sorts of data using RESTful services. These services provide output in 3 formats:
XML is the default output. ATOM is a feed-style output which is in essence XML. And JSON is the one we’re going to use. JSON output can be seen as the serialized output of a JavaScript object. This makes it very easy to use in JavaScript and especially jQuery.
Read more »
In the 1200 series, a few new web services are available out of the box. In this article I’ll tell you what they are for, how you can use them and give some insight on the technical details behind the services to make you understand them better.
There are two services new to K2 in the 1200 series:
- K2 Services
- K2 SmartObject Services
The K2 Services were first introduced in the KB001200 Update which contains a WS and WCF endpoint. A later release will bring REST-enabled endpoints for the K2 Services. The SmartObject Services are released in KB001230.
This post will cover the KB001200 and KB0001230 release functionality. The additional REST-enabled endpoints for K2 Services will be discussed in a separate post once released.
Read more »