https://github.com/hardikkum444/java-socket-server
Creating multiple HTTP java socket servers performing various tasks
https://github.com/hardikkum444/java-socket-server
authentication http-requests java socketserver
Last synced: 9 months ago
JSON representation
Creating multiple HTTP java socket servers performing various tasks
- Host: GitHub
- URL: https://github.com/hardikkum444/java-socket-server
- Owner: hardikkum444
- Created: 2024-02-16T13:04:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-27T16:20:37.000Z (over 2 years ago)
- Last Synced: 2024-02-27T19:29:23.202Z (over 2 years ago)
- Topics: authentication, http-requests, java, socketserver
- Language: Java
- Homepage:
- Size: 1.38 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
`curl 127.0.0.1:Port_No/User_name`
`curl 127.0.0.1:Port_No/User_name .json -v` (verbose)
`curl -u user:pass http://localhost:9000/resource` (authentication)
*ngrok has been used to create an http tunnel to local host
file cross origin resource sharing algo added
`ngrok http http://localhost:9000`