Bruno Cookies
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 5.0 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 51 KiB |
@@ -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