We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74b7f87 commit fcae1c4Copy full SHA for fcae1c4
deployments/tyk/scripts/examples/streams/authentication/post_data_unauth.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
3
-# Send POST request that will be rejected, due as not authenticated
+# Send POST request that will be rejected, as it's not authenticated
4
curl -X POST http://tyk-gateway.localhost:8080/streams-authentication/post \
5
-H "Content-Type: text/plain" \
6
-d "This will fail" \
0 commit comments