CRRRS6402E Content is not allowed making PUT request in RDNG
Hello guys!
Sorry for disturbing. I'm trying to update an artifact with OSLC in accordance to:
But I can not overcome it! Could anybody take a quick look at my case and say what I'm doing wrong.
I'm working with RDNG v6.0.5, use Firefox v12 and Poster add-on installed.
1. Building GET request
2. Taking and copy-pasting body from result to content of new PUT request to be sent
3. Taking content from ETag header in the result of GET request and saving it as is in If-Math header of new PUT request
4. Executing PUT request
What is wrong?
Thanks a lot in advance!
Accepted answer
I was not talking about the HEADER. I was talking about the MESSAGE content in the PUT.
Comments
2 other answers
The error message seems to indicate that whatever you sent as a payload in the post was not in a valid application/rdf+xml format. Also check the log and search for the entry using the code.
Comments
Your GET request is asking for content type of "application/xml" and not "application/rdf+xml".