问题描述
我正在尝试从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调用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!