Compare commits
2 Commits
f7265676a8
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 9eeea3eed1 | |||
| 8ddd29a1fc |
Binary file not shown.
|
After Width: | Height: | Size: 5.0 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 51 KiB |
@@ -0,0 +1,5 @@
|
||||
# Übersetzung LaTeX -- Typst
|
||||
https://qwinsi.github.io/tex2typst-webapp/cheat-sheet.html
|
||||
|
||||
# Tabellen
|
||||
|
||||
@@ -83,3 +83,19 @@ mit Header `X-RPC-Auth-Session: {{session_id}}`.
|
||||
---
|
||||
|
||||
**Kernpunkt:** Die Session-ID aus dem Login-Response wird per Post-Response-Script als Environment-Variable gespeichert und von allen Requests im selben Environment geteilt. Damit sparst du dir den Login-Roundtrip pro Abfrage und hast quasi eine durchgehende Session.
|
||||
|
||||
|
||||
#############
|
||||
|
||||
# Stolperstein
|
||||
|
||||
Während der Arbeiten an Bruno ( zu Hause ) bin ich über folgendes Problem gestolpert.
|
||||
Nach dem holen der Session-ID kam immer ein 500er-Fehler. Das lag daran das ich
|
||||
1. die ID geholt habe
|
||||
2. Bruno wohl die Cookies speichert
|
||||
|
||||
Die Cookies kann man in Bruno über die folgenden Punkte ausschalten:
|
||||
1. 
|
||||
2. 
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user