Forum Discussion
mateusmoov
Aug 15, 2024Copper Contributor
httpPOST method in intranet
I'm having trouble making a POST request from a button in a message card on our intranet Teams environment. When I click the button to execute the request, it doesn't seem to have any effect. My ...
mianhassnat35
Aug 15, 2024Copper Contributor
It seems you're trying to execute an HTTP POST request from a button within a Teams message card on your intranet. The issue might be that Teams attempts to execute the request from a public-facing environment, which could lead to it not functioning correctly if your intranet is not accessible externally. Consider setting up an intermediary service that can securely relay the request between Teams and your intranet.