Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
9 years, 4 months ago.
parseURL() failed. Should enlarge char path[] 64 -> 96 or more.
parseURL() failed. When I modified char buffer size of 'char path[64]' to 'char path[128]' in HTTPClient::connect() HTTPClient.cpp, it worked. The length of my secret key of IFTTT is 44bytes and path length is 69 bytes.
Thank you letting me know the issue. The code worked for me without any trouble because my secret key was 21bytes and the path I have tested was 54bytes.
posted by Ken Suzuki 25 Aug 2015