POST /container HTTP/1.1
Content-Type: text/turtle
Slug: resource
User-Agent: PostmanRuntime/7.26.1
Accept: */*
Postman-Token: a2ee75e7-34b1-4f35-bbd1-085cf831a8c0
Host: localhost
Accept-Encoding: gzip, deflate, br
Connection: keep-alive
Content-Length: 247
Cookie: JSESSIONID=tHprpzzTAFbkcNCO2kgTLWY0xwf0AJ7wLSwd2E8s; XSRF-TOKEN=e95fec82-4540-4fc9-88af-4fd50ad72f88
<> a foaf:PersonalProfileDocument;
foaf:primaryTopic <#me> ;
dc:title 'Alice’s FOAF file' .
<#me> a foaf:Person;
foaf:name 'Alice Smith' .
HTTP/1.1 404 Not Found
Cache-Control: must-revalidate,no-cache,no-store
Content-Type: text/html;charset=iso-8859-1
Content-Length: 418
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<title>Error 404 Not Found</title>
</head>
<body><h2>HTTP ERROR 404 Not Found</h2>
<table>
<tr><th>URI:</th><td>/container</td></tr>
<tr><th>STATUS:</th><td>404</td></tr>
<tr><th>MESSAGE:</th><td>Not Found</td></tr>
<tr><th>SERVLET:</th><td>io.dropwizard.jersey.setup.JerseyServletContainer-1e98b788</td></tr>
</table>
</body>
</html>
Is there somewhere a getting started for dummies ? ;-)
Best regards
Fredy