在不同的应用程序之间传递数据

时间:2021-10-03 10:04:21

I have a situation here, I want data passed from application developed with PHP and MySQL to my ASP.Net Application. There is this application developed in PHP with MySQL database which was developed by another developer. I have a application or rather I am developing an application in ASP.net and I dont have access source of this application or the database. I want some data from that PHP application to passed to my ASP.net application. What I can do Is colaborate or ask that PHP developer to supply the data in the format I want (XML or Json or any other technology) but I dont think that is secured way to do so. So I want to ask here what is my option here. What should I ask the PHP developer so that I get data into my application using best and secured way.

我这里有个情况,我想把用PHP和MySQL开发的应用程序中的数据传递给我的ASP。网络应用程序。这个应用程序是用PHP开发的,MySQL数据库是由另一个开发人员开发的。我有一个应用程序,或者更确切地说,我在ASP.net中开发一个应用程序,我没有这个应用程序或数据库的访问源。我希望PHP应用程序中的一些数据传递给我的ASP.net应用程序。我所能做的是colaborate或要求PHP开发人员以我想要的格式(XML或Json或任何其他技术)提供数据,但我认为这样做并不安全。我想问的是我的选择是什么。我应该问PHP开发人员什么,以便使用最佳和安全的方式将数据输入应用程序。

If my question is not clear

如果我的问题不清楚

1 个解决方案

#1


0  

You don't say how collaboratively you both work, but it sounds like the other developer will provide the data if you have a solution.

你不会说你们的合作程度如何,但如果你有一个解决方案,其他开发人员会提供数据。

So, ask her to create a mySQL user that has read-only access to the database, then you can query it directly.

因此,请她创建一个对数据库具有只读访问权限的mySQL用户,然后您可以直接查询它。

#1


0  

You don't say how collaboratively you both work, but it sounds like the other developer will provide the data if you have a solution.

你不会说你们的合作程度如何,但如果你有一个解决方案,其他开发人员会提供数据。

So, ask her to create a mySQL user that has read-only access to the database, then you can query it directly.

因此,请她创建一个对数据库具有只读访问权限的mySQL用户,然后您可以直接查询它。