aoe/directrequest

This package is abandoned and no longer maintained. No replacement package was suggested.

Extension to fake an HTTP request and perform a direct request to the frontend triggered by the backend

Installs: 1 661

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 28

Forks: 0

Open Issues: 0

Type:typo3-cms-extension

0.4.2 2020-08-26 13:57 UTC

This package is auto-updated.

Last update: 2020-12-30 16:15:12 UTC


README

this extension has been archived archived.

You can use the TYPO3-Console to replace the functionallity of this extension: https://github.com/TYPO3-Console/TYPO3-Console

typo3cms frontend:request https://www.example.com

TYPO3-Direct-Request

This is a TYPO3-Extension to fake an HTTP request and perform a direct request to the frontend triggered by the backend.

Download / Installation

You can download and install this extension or use composer.

Copyright / License

Copyright: (c) 2010 - 2019, AOE GmbH License: GPLv3, http://www.gnu.org/licenses/gpl-3.0.en.html

Contributing

1. Fork the repository on Github
2. Create a named feature / bugfix branch (like `feature_add_something_new` or `bugfix\thing_which_does_not_work`)
3. Write your change
4. Write tests for your change (if applicable)
5. Run the tests, ensuring they all pass
6. Submit a Pull Request using Github