简体   繁体   English

为什么 RFC 7617 身份验证基本标准在转换为 base64 之前要加上磅?

[英]Why does the RFC 7617 auth basic standard put pound before converting to base64?

Why does the RFC 7617 auth basic standard put pound after username:password before converting to base64.为什么 RFC 7617 身份验证基本标准在转换为 base64 之前在 username:password 后面加上磅。 Is it reasonable to stick it?贴上去合理吗?

在此处输入图像描述

https://tools.ietf.org/html/rfc7617 https://tools.ietf.org/html/rfc7617

It doesn't.它没有。

You are looking at an example where the password is "123£".您正在查看密码为“123£”的示例。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 为什么 HTTP Basic Auth 使用 `git -c http.extraHeader=&quot;Authorization: Basic 工作<base64> &quot;`,但在将凭据直接放入 URL 时则不然? - Why does HTTP Basic Auth works using `git -c http.extraHeader="Authorization: Basic <base64>"`, but not when putting credentials directly in the URL? 为什么在基本身份验证中使用 Base64 - Why Base64 in Basic Authentication HTTP 基本身份验证中的 Base 64 编码 - Base 64 encoding in HTTP Basic Auth 为什么我应该在发送http请求之前使用Base64相关算法 - Why should I use Base64 related algorithm before sending the http request 为什么命令行计算base64字符串不同于curl计算的base64字符串? - Why is command line computed base64 string different than curl computed base64 string? 在HTTP POST之前将JSON编码为Base64(在Haskell中) - Encoding JSON as Base64 Before HTTP POSTing It (in Haskell) 为什么不在WYGIWYS编辑器中将图像作为base64字符串嵌入 - Why not embed images as base64 strings in WYGIWYS editors 为什么base64字符串在mongoDB中被保存为Object? - Why base64 string has been saved as Object in mongoDB? 在Android中使用Base64 - Using Base64 in android base64 编码 HttpPostedFileBase - base64 encode HttpPostedFileBase
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM