Skip to content

Commit 622cc91

Browse files
committed
minor edit
1 parent 3c5ff8a commit 622cc91

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ 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 is important to include the colon prior to encoding.
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.
2020

2121
### Content-Type
2222

0 commit comments

Comments
 (0)