You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used postman to send the request an I got 202 status code and the program uploaded to my Arduino successfully. I'm coding an Angular 5 app, but when I tried to make the request from Angular I get a 200 status code and nothing happens in my board. I compared Postman request with Angular request and they don't have differences. I don' understand what happened with Angular Request. In angular, I'm working in development enviroment so my origin is localhost:4200. Can you give me an idea to solve this issue, please? I'll appreciate your help.
Hello
I used postman to send the request an I got 202 status code and the program uploaded to my Arduino successfully. I'm coding an Angular 5 app, but when I tried to make the request from Angular I get a 200 status code and nothing happens in my board. I compared Postman request with Angular request and they don't have differences. I don' understand what happened with Angular Request. In angular, I'm working in development enviroment so my origin is localhost:4200. Can you give me an idea to solve this issue, please? I'll appreciate your help.
This is Postman request [202]
This is Angular 5 request [200]

It's my Angular5 POST request implementation
PD. When I call this service I get in my web developer console this message
The text was updated successfully, but these errors were encountered: