Hi
We are trying to establish connection with SSL by using CC3200launchXL.
Query 1:
We want to know how to send JSON post using secured HTTP (HTTPS), below are the details:
HTTP Method: |
POST |
Output Format: |
JSON |
Sample URL: |
https://test.apps.lifetechnologies.com/egw/endurancegw/api/v1/devices/register |
Sample Input :
Below is the server response: |
{"serialNumber": "2453", "username": "xxxx@gmail.com", "password": "****", "deviceType":"Endurance", "deviceMetadata":{"color": "white", "type": "Freezer", "location":"LAB-1 56"}}
|
Sample Output: |
{"token": "EiQ5qbgBx9iEikQ7hzZ/UGY6nzPecmrcYEQOPdOi","instrumentRegistrationId":1,"username":"user"} |
Query 2:
We are trying to establish connection with SSL by using CC3200launchXL. We are unable to see the console data. But we tested with HTTP client its working fine and we are able to see the console data.
Could you please help in resolving these issues?
Thanks in advance.