Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在通过外部 Python shell 发送我的 Django 服务器 POST 请求,但不确定它是否正在接收请求(我在绕过 CSRF 保护时遇到了一些麻烦,但相信我现在已经处理了。)是否有可能日志文件我可以检查一下服务器是否收到了POST请求中的数据?
我正在尝试允许用户使用 Stripe 在我的应用中添加信用卡。当我调用下面的代码(来自文档:https ://stripe.com/docs/api#create_card )时,我收到以下错误。
是文档过时了还是我做错了什么?