douzhang5984 2014-08-27 07:19
浏览 46

将POST请求从一个应用程序授权给其他应用程序

I have two web applications which need to communicate data between them, for example when an employee is added in Application A, i make a CURL request / POST request ** and pass some of the employee data and Store it in **Application B.

The functionality is working fine, now i want to make the request flow secure, these two application i.e. Application A and Application B are on two different WebServers built on different technologies. One in PHP and Other in Java.

So when a record is added in PHP i send CURL request and save data in java. **The PHP application is built for distribution which would be sent to the end users.**

How i can make sure that the POST requests i send are secure. Any ideas?

  • 写回答

2条回答 默认 最新

  • dongpao5658 2014-08-27 07:25
    关注

    Here are some points which may result in surity of secure data transfer:

    • Use of SSL requests will be helpful.
    • Use an app token which will only known to applications. So while receiving and sending data you verify that token.
    • Try encrypted data transfer using some mechanism known to applications only, if don't want to use SSL.
    • Your own Algorithm to encrypt decrypt the request and its parameters, which only the receiving, sending applications will be knowing.
    • Many more..
    评论

报告相同问题?

悬赏问题

  • ¥100 嵌入式系统基于PIC16F882和热敏电阻的数字温度计
  • ¥15 cmd cl 0x000007b
  • ¥20 BAPI_PR_CHANGE how to add account assignment information for service line
  • ¥500 火焰左右视图、视差(基于双目相机)
  • ¥100 set_link_state
  • ¥15 虚幻5 UE美术毛发渲染
  • ¥15 CVRP 图论 物流运输优化
  • ¥15 Tableau online 嵌入ppt失败
  • ¥100 支付宝网页转账系统不识别账号
  • ¥15 基于单片机的靶位控制系统