https://github.com/mcrmonkey/php-xml-relay
Relay Chunk of XML to another host
https://github.com/mcrmonkey/php-xml-relay
php php-xml-relay xml
Last synced: 7 months ago
JSON representation
Relay Chunk of XML to another host
- Host: GitHub
- URL: https://github.com/mcrmonkey/php-xml-relay
- Owner: mcrmonkey
- Created: 2016-06-01T15:12:32.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-08-20T14:06:36.000Z (almost 9 years ago)
- Last Synced: 2024-12-27T01:26:03.666Z (over 1 year ago)
- Topics: php, php-xml-relay, xml
- Language: PHP
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
PHP-XML-Relay
=============
Created to overcome a firewalling issue where the final target isn't directly accessable from the sending host but it can be accessed via an intermediary.
Script was designed to operate with XML output from another system.
Requirements
------------
You'll need a machine running PHP and capable of taking a POST containing XML data
The `php5-curl` module will also be required to perform the relay.