Posts by Marcello Cainelli • 25 points
2 posts
- 
		1 votes1 answer758 viewsQ: IDHTTP with Delphi - HTTP request failed 401 HTTP/1.1 401 UnauthorizedGood afternoon. I have an example of PHP PUT request code: $params["access_token"] = "### Chave de Acesso ###"; $data["Product"]["stock"] = 100; $url =… 
- 
		1 votes1 answer2576 viewsQ: Bad Request in Post idHTTP with DelphiI am trying to communicate with the API of an Ecommerce and all dozens of attempts that did only receive as response "HTTP request failed 400 HTTP/1.1 400 Bad Request". So I have been informed I…