• SAP Web Service HTTP 403 "Forbidden"


    SAP HTTP服务页面显示 403 "Forbidden"故障排除

    首先检查对应 icf node有没有激活 (F12 查看错误)

    If an ICF service issues the error HTTP 403, the most common root causes are:

    1. The affected ICF service, or one of its parent nodes is "Inactive" in the transaction SICF. This can be checked in the detail view of the service - next to the Service Name field, the service is either marked as "Active" or "Inactive". Make sure to check the parent nodes also (e.g. /sap/bc and /sap), including the top level node (usually default_host). If any of these nodes is "Inactive", then it can be activated from the SICF tree structure, using Right Click / Activate. 
    2. An authentication error occurs. Normally, such errors cause HTTP 401 "Unauthorized" errors in the browser, but in some scenarios (e.g. failing SSO logon), an HTTP 403 error may be returned.
    3. The affected ICF service is trying to access some files on OS level, and this access is refused - possibly due to missing authorizations on OS level.
    4. The affected ICF service has SSL requirement (set on the SICF tab Logon Data) and it is accessed via plain HTTP protocol. Services with SSL requirement are expected to use HTTPS protocol. Connection via plain HTTP will be refused with a 403 Forbidden error. 

    参考:https://wiki.scn.sap.com/wiki/pages/viewpage.action?pageId=494305886

  • 相关阅读:
    创建型模式
    C# 数据结构 单链表反转
    没有人能随随便便成功
    If you are a new test manager – From google testing blog
    数据库惊魂
    foreach中的隐式类型转换
    C# 点滴 枚举
    C# 面试题目 单链表中删除重复数据
    0909关于编译原理课程的认识
    0920编译原理第二次上机作业
  • 原文地址:https://www.cnblogs.com/detu/p/saphttp403.html
Copyright © 2020-2023  润新知