Skip to content

Commit

Permalink
docs: mention xsrf issue in faq
Browse files Browse the repository at this point in the history
  • Loading branch information
jahow committed Sep 26, 2024
1 parent 9817a80 commit c95043b
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions docs/guide/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@
outline: deep
---

# FAQ
# Frequently Asked Questions

## Chapter 1
[[toc]]

## Chapter 2
### _I have deployed Application Name alongside GeoNetwork, but somehow all the HTTP requests going to GeoNetwork end up failing with a 403 error, why?_

There are several possible reasons for this:

- The attempted requests necessitate authentication (e.g. creating a record) but the session of the current user has expired; in this case, the user should log in again.
- The XSRF protection mechanism is not working correctly; this can be complicated to set up, please refer to [this part of the documentation](./deploy.md#authentication) to know more.

0 comments on commit c95043b

Please sign in to comment.