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.
显然,在发布供 QuickBooks 用户使用的 .net Web 应用程序时,该应用程序必须经过安全审查。其中一项要求是在 .net Web 应用程序和 Intuit 之间进行通信时使用 SSL。
我的问题是,整个网站是否需要使用 SSL/https,或者只是那些允许用户通过 QuickBooks API 访问 Intuit 的页面?
谢谢!
HTTPS 设置 - 在您的应用程序的所有页面上强制执行 HTTPS。
参考链接 - https://developer.intuit.com/docs/0025_quickbooksapi/0010_getting_started/0040_publishing_your_app/0030_passing_the_security_review#Application_Server_Configuration
谢谢