I am trying to tie in a game mod to a bubble.io site database.
(我正在尝试将游戏模块绑定到bubble.io网站数据库。)
All I want it to do is send a command over HTTP to the site to it will execute the page thus creating the database entry as it's instructed to do on page load as if I just opened it in a web browser.(我要做的就是通过HTTP向该站点发送命令来执行该页面,从而按照页面加载的指示创建数据库条目,就像我刚刚在Web浏览器中打开它一样。)
Could you do this with a HTTP request?
(您可以使用HTTP请求执行此操作吗?)
I'm not exactly educated in this part of C# and was hoping somebody would be able to point me in the right direction.(我对C#的这一部分没有受过很好的教育,希望有人能够指出正确的方向。)
ask by James Hammett translate from so