Actions
Todo #12431
openGUI pages should use ``POST`` for AJAX calls, not ``GET``
Status:
Pull Request Review
Priority:
Normal
Assignee:
Category:
Web Interface
Target version:
Start date:
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
22.09
Release Notes:
Default
Description
The AJAX buttons on the OpenVPN status page submit values using GET
when they should use POST
. The variables used in the backend portion of the call use $_REQUEST
when they should only use $_POST
.
Updated by Viktor Gurov 8 months ago
also:
pkg.php
services_captiveportal_vouchers.php
vendorstatus_graph.php
vpn_ipsec_phase1.php
status_graph.php
widgets/gmirror_status.widget.php
widgets/interface_statistics.widget.php
widgets/openvpn.widget.php
Updated by Jim Pingle 8 months ago
- Subject changed from OpenVPN status page should use ``POST`` for AJAX calls, not ``GET`` to GUI pages should use ``POST`` for AJAX calls, not ``GET``
- Category changed from OpenVPN to Web Interface
True. May as well fix them all. Updated subject/category.
Updated by Viktor Gurov 7 months ago
Updated by Jim Pingle 7 months ago
- Status changed from New to Pull Request Review
- Assignee set to Viktor Gurov
Updated by Jim Pingle 5 months ago
- Target version changed from 2.6.0 to CE-Next
- Plus Target Version changed from 22.01 to 22.05
Need more comprehensive testing.
Updated by Jim Pingle 4 days ago
- Plus Target Version changed from 22.05 to 22.09
Actions