Skip to content

Commit b493e05

Browse files
committed
Update note
1 parent 0910784 commit b493e05

File tree

1 file changed

+3
-2
lines changed
  • src/connections/sources/catalog/libraries/server/http-api

1 file changed

+3
-2
lines changed

src/connections/sources/catalog/libraries/server/http-api/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ Authentication uses HTTP Basic Auth, which involves a `username:password` that i
1616

1717
In practice that means taking a Segment source **Write Key**,`'abc123'`, as the username, adding a colon, and then the password field is left empty. After base64 encoding `'abc123:'` becomes `'YWJjMTIzOg=='`; and this is passed in the authorization header like so: `'Authorization: Basic YWJjMTIzOg=='`.
1818

19-
**Note:** Encoding the write key without a colon may work due to backward compatibility, but this may not always be the case, so it's important to include the colon before encoding.
19+
> info ""
20+
> Include a colon before encoding. While encoding the write key without a colon might work due to backward compatibility, this won't always be the case.
2021
2122
### Content-Type
2223

@@ -40,7 +41,7 @@ Segment welcomes feedback on API responses and error messages. [Reach out to sup
4041
Segment recommends you to not exceed 20,000 requests per second with the HTTP API. For [`batch` requests](#batch), there's a limit of 500 KB per request.
4142

4243
> warning "Engage rate limit"
43-
> Engage has a limit of 1,000 events per second for inbound data. Visit the [Engage Default Limits documentation](/docs/engage/product-limits/) to learn more.
44+
> Engage has a limit of 1,000 events per second for inbound data. Visit the [Engage Default Limits documentation](/docs/engage/product-limits/) to learn more.
4445
4546
## Max request size
4647

0 commit comments

Comments
 (0)