- 软件简介
- 相关软件
- 猜你喜欢
- 相关教程
- 下载地址
XuJoe Api Test is a powerful and practical tool designed for company push notifications. This software simplifies the process of sending GET requests to network servers, allowing clients to quickly receive push notifications. The user-friendly interface makes it easy for anyone to operate. For those in need, download it for free today!
Software Highlights:
GET or POST Requests: The tool allows for both GET and POST requests to store content in a SQLite database file on the server.
Single Web Page Display: An HTML page is generated to display the contents of the database file.
SendKey Authentication: Users can only successfully request content using a generated SendKey (which can be customized for enhanced security).
How to Use:
Download and Extract: Download the software, extract the files, and run the WindowsFormsApiTest.exe
file.
Default Port: The software runs on a default port of 9090, which can be modified in the HttpConfig.json
file under the environment variables.
Access the Web Page: Open the web page at http://IP:Port/
.
GET Request Format: To send a GET request, use the format: http://IP:Port/Send?SendKey=GeneratedKey&title=Title&text=Content
.
POST Request Format: To send a POST request, use the format: http://IP:Port/PostSend?SendKey=GeneratedKey&title=Title&text=Content
.
The primary function is to store and retrieve titles and content from the server.