Created
September 19, 2017 12:59
-
-
Save augard/055eb1e60c1eb436f2fa8954b216f42c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
POST /mapp/users/user/registration HTTP/1.1 | |
Host: 185.10.86.35:9000 | |
Content-Type: application/json; charset=utf-8 | |
Connection: keep-alive | |
Accept: */* | |
User-Agent: mapp Development/0.2.3 (com.homecredit.hccn.mapp; build:2017090601; iOS 10.2.0) Alamofire/4.5.0 | |
Accept-Language: en;q=1.0 | |
Content-Length: 525 | |
Accept-Encoding: gzip;q=1.0, compress;q=0.5 | |
{"securityQuestions":[{"answer":"dasdasdas","question":"What is the hometown of your mom?"},{"answer":"asdasdasdsa","question":"What is the name of your most favorite teacher in your primary school?"},{"answer":"dasdasdas","question":"What is your dreaming country if you can make only once travel?"},{"answer":"dasdadasdasdd","question":"What is your most favorite color if you buy a new car?"},{"answer":"asdasddas","question":"Which is your favorite drink?"}],"mcdUserId":"6789","phoneNumber":"13012341235","pin":"123455"} | |
HTTP/1.1 500 | |
Server: nginx | |
Date: Tue, 19 Sep 2017 12:57:02 GMT | |
Content-Type: application/json;charset=UTF-8 | |
Keep-Alive: timeout=20 | |
X-Application-Context: application:7060 | |
Correlation-Id: 3bf40679-6050-4491-84b7-c676d5addb6b | |
Transfer-Encoding: chunked | |
Proxy-Connection: Keep-alive | |
{"elapsed":24,"path":"/user/registration","mappResponseStatus":"FAIL","utcTime":"2017-09-19T12:57Z","error":"{\"message\":null,\"exception\":\"class javax.validation.ConstraintViolationException\"}","message":null,"value":null,"status":500,"timestamp":1505825822790} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment