Update JWT lesson

This commit is contained in:
Nanne Baars
2021-01-10 15:00:35 +01:00
committed by Nanne Baars
parent ead1d6fffb
commit f2ab5c1968
19 changed files with 571 additions and 251 deletions

View File

@ -33,7 +33,7 @@ JSON parse error: Unexpected character '{' (code 123) in prolog; expected
Unexpected character '{' (code 123) in prolog; expected '<'\n at [row,col {unknown-source}]: [1,1]“
----
This error message appears because we are still sending a json message towards the endpoint, so if we intercept and change change the json message to a xml message:
This error message appears because we are still sending a json message towards the endpoint, so if we intercept and change the json message to a xml message:
[source]
----