Regarding CY8CPROTO-062-4343W PSOC6 WIFI-BT PROTOTYPING KIT

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
SURYASUNDAR
Level 2
Level 2
First like given 50 sign-ins First solution authored
Hi,
 
Using the CY8CPROTO-062-4343W PSOC6 WIFI-BT PROTOTYPING KIT, we are attempting to send data via an HTTP Post request to a SQL server. We used the built-in "Web Server" code and the "key ch04b ex06 http_bin post" code. When the code is flashed to the device, WIFI is successfully connected using an HTTP Server made with "Web Server" code. However, when we try to send a post request to a SQL server, the request is not sent. Can we do post requests with a custom API made with PHP? What might be necessary for us to meet in order to carry out this project.

Thank you
0 Likes
1 Solution
Phanindra_I
Moderator
Moderator
Moderator
250 sign-ins 10 likes given 25 likes received

Hi,

I am assuming "Web Server" is mtb-example-anycloud-wifi-web-server

The above app starts a HTTP server and the "key ch04b ex06 http_bin post" app starts a HTTP client, sends a HTTP post request. Is it your intention to have both the HTTP server and client in your custom app? 

Can you clarify more on "the request is not sent"? Are you getting some error code? 

Thanks

View solution in original post

0 Likes
2 Replies
Phanindra_I
Moderator
Moderator
Moderator
250 sign-ins 10 likes given 25 likes received

Hi,

I will interact with you in this thread and I am locking the other thread created by you since both are based on the same issue. 

Thanks

0 Likes
Phanindra_I
Moderator
Moderator
Moderator
250 sign-ins 10 likes given 25 likes received

Hi,

I am assuming "Web Server" is mtb-example-anycloud-wifi-web-server

The above app starts a HTTP server and the "key ch04b ex06 http_bin post" app starts a HTTP client, sends a HTTP post request. Is it your intention to have both the HTTP server and client in your custom app? 

Can you clarify more on "the request is not sent"? Are you getting some error code? 

Thanks

0 Likes