Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The first URL, which goes to the public context, you can request with the browser as anonymous user (without authentication). For the second request you must authenticate.

To test these URLs with cURL, use the following commands:

Code Pro
languagebash
curl -X GET 'http://localhost:8080/magnoliaPublic/.rest/delivery/website/v1/travel/about'


Code Pro
languagebash
curl -X GET 'http://localhost:8080/magnoliaAuthor/.rest/delivery/website/v1/travel/about' \
-u superuser:superusercURL ...