Commit 72177e9
committed
Include --post302 in create go-link with curl example
The example uses `(http://)go` rather than `https://go.[tailnet]` (hence using `-L`), however by default `curl` swaps from `POST` to `GET` on a 302 unless [`--post302`](https://manpages.debian.org/curl#post302) is passed, causing the example command to fail to create a new link.
Signed-off-by: Michael Diamond <[email protected]>1 parent 6821994 commit 72177e9
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
140 | | - | |
| 140 | + | |
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
| |||
0 commit comments