We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b99b3e commit 791b30eCopy full SHA for 791b30e
src/how-to/support/inspector.md
@@ -144,7 +144,7 @@ Copy the entire output of this terminal session for Wire. What we'll be looking
144
* -v <-- verbose mode, so we can see the resulting headers
145
* -o bad_request <-- our file to store the result of the request in.
146
* -X GET <-- our method
147
- * -H "Origin: <broken request URL>"
+ * -H "Origin: https://teams.wire.com" <-- Replace teams.wire.com with the name of your teams page.
148
* -H <first header>
149
* -H <second header>...
150
* Copy all of the headers from the GET request in your inspector, into your Curl command, then hit enter to run the request in Curl.
0 commit comments