Skip to content

kevin-peters/return-location-header-on-post-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

return-location-header-on-post-demo

Demo project for Spring Boot to show usage of the location header

curl commands to post new SomeEntity

curl localhost:8080/someEntities -v -X POST --header "Content-Type: application/json" -d "{\"value\" : \"someValue\"}"
curl localhost:8080/someEntitiesViaController -v -X POST --header "Content-Type: application/json" -d "{\"value\" : \"someValue\"}"

About

Demo project for Spring Boot to show usage of the location header

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages