dixudx / dixudx/rtcclient

RTCClient: Failed POST request at authenticated/j_security_check with response: Error 404: Not Found

Open
#107 4 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
40
Forks
44
PR merge metrics
No merged PRs in 30d

Description

@dixudx !
I am implementing integration with RTC v6.0.5 for my Python Flask app.

Problem is that POST request generated by the package fails (complete log):

2018-04-17 12:31:16,513 DEBUG client.RTCClient: Get response from https://host/jazz/authenticated/identity
2018-04-17 12:31:16,522 DEBUG urllib3.connectionpool: Starting new HTTPS connection (1): host
2018-04-17 12:31:17,365 DEBUG urllib3.connectionpool: https://host:443 "GET /jazz/authenticated/identity HTTP/1.1" 302 0
2018-04-17 12:31:17,533 DEBUG urllib3.connectionpool: https://host:443 "GET /jazz/auth/authrequired HTTP/1.1" 200 None
2018-04-17 12:37:02,332 DEBUG client.RTCClient: Post a request to https://host/jazz/authenticated/j_security_check with data: j_username=username%40us.ibm.com&j_password=password and json: None
2018-04-17 12:37:02,335 DEBUG urllib3.connectionpool: Starting new HTTPS connection (1): host
2018-04-17 12:37:03,339 DEBUG urllib3.connectionpool: https://host:443 "POST /jazz/authenticated/j_security_check HTTP/1.1" 302 0
2018-04-17 12:37:03,582 DEBUG urllib3.connectionpool: https://host:443 "GET /jazz/authenticated/ HTTP/1.1" 404 None
2018-04-17 12:37:03,585 ERROR client.RTCClient: Failed POST request at with response: Error 404: Not Found

Any suggestion please? Can it be that in RTC 6.0.5 another endpoint than '/authenticated/j_security_check' to be used?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.