


Some requests in the system are ajax, whether they use the api interface or are processed directly and return json.
Aug 04, 2016 am 09:20 AM
Non-single page application
For example, the POST request to save an article uses JS asynchronously, which is an AJAX request
It used to be http://www.test.com/content/save, but the save address was changed to json return
You need to use this part Is the new address http://www.test.com/api/conte... For example, the API interface used?
Reply content:
Non-single page application
For example, the POST request to save an article uses JS asynchronously, which is an AJAX request
It used to be http://www.test.com/content/save, but the save address was changed to json return
You need to use this part Is the new address http://www.test.com/api/conte... For example, the API interface used?
It depends on how you write the code, the url is just a routing.
The main code level should have a unified API access layer to return unified result data.

Hot Article

Hot tools Tags

Hot Article

Hot Article Tags

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

PHP 8.4 Installation and Upgrade guide for Ubuntu and Debian

How To Set Up Visual Studio Code (VS Code) for PHP Development
