问题描述
我正在尝试从 Post man 客户端执行 IBM BPM Rest api 调用前任:https:///ustrial01.bpm.ibmcloud.com/bpm/dev/rest/bpm/wle/v1/user/current?includeInternalMemberships=true&parts=all
I am trying to excute IBM BPM Rest api call from Post man clientEx: https://ustrial01.bpm.ibmcloud.com/bpm/dev/rest/bpm/wle/v1/user/current?includeInternalMemberships=true&parts=all
我设置了基本身份验证值(用户名、密码)我收到的状态代码为 200,但响应我收到了一些 HTML 代码.
I set Basic Authentication values( Username, password)I am getting status code as 200, but response i am getting some HTML code.
任何人都可以帮助我吗?任何帮助都非常感谢.
Can any one help me on this.Any help is greatly arreciated.
推荐答案
如果您的状态为 200,那么您为什么需要回复?状态代码对您来说应该足够好了,因为 200 表示 REST 调用工作正常.
If you are getting a 200 status then why do you need the response? the status code should be good enough for you because 200 means the REST call worked fine.
这篇关于如何从 Post man 客户端运行 IBM BPM Rest api 调用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!