N
napmo
Guest
I installed 11.6.2 and rerun the test. I now have an issue with authentication. Has there been any change in the authentication in RequestBuilder? in 11.6.2 the request raw is starting with the authorization part is missing. POST /services/dwloader HTTP/1.1 User-Agent: OpenEdge-HttpClient/0.3.0 (WIN32/32) OpenEdge/11.6.2.0.1346 Lib-ABLSockets/0.3.0 Host: igwtest.upm.com:1467 Content-Type: application/xml; charset=UTF-8 Content-Length: 247150 Accept: application/xml,text/xml,text/xml-external-parsed-entity,application/xml-external-parsed-entity,application/xml-dtd in 11.6.1 POST /services/dwloader HTTP/1.1 User-Agent: OpenEdge-HttpClient/0.3.0 (WIN32/32) OpenEdge/11.6.1.0.1295 Lib-ABLSockets/0.3.0 Host: igwtest.upm.com:1467 Content-Type: application/xml; charset=UTF-8 Content-Length: 247150 Authorization: Basic cmFmZ29fYW1fdGVzdDpwZExRamI5Skc2OXZsTA== Accept: application/xml,text/xml,text/xml-external-parsed-entity,application/xml-external-parsed-entity,application/xml-dtd
Continue reading...
Continue reading...