Skip to content

Creating multiple HTTP java socket servers performing various tasks

Notifications You must be signed in to change notification settings

hardikkum444/Java-Socket-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Creating multiple HTTP java socket servers performing various tasks

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages