how to call my application that is running on a server?
hey guys. i have a server
dev.burokelis.lt
, and i have java spring app deployed on it. its running fine, but i dont understand how to call its endpoints. when i was developing on my computer, in postman i used localhost:8080/createPaymentInformation
, now whem im trying to call my app thats on a server, i do dev.burokelis.lt:22/createPaymentInformation
, but nothing happens in postman. can smb help me out?4 Replies
⌛
This post has been reserved for your question.
Hey @bambyzas! Please useTIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here./close
or theClose Post
button above when your problem is solved. Please remember to follow the help guidelines. This post will be automatically closed after 300 minutes of inactivity.
First, port 22 is for SSH.
Make sure that your application is listening on port 80 (or 443 if you use SSL).
Unknown User•4mo ago
Message Not Public
Sign In & Join Server To View
💤
Post marked as dormant
This post has been inactive for over 300 minutes, thus, it has been archived.
If your question was not answered yet, feel free to re-open this post or create a new one.
In case your post is not getting any attention, you can try to use /help ping
.
Warning: abusing this will result in moderative actions taken against you.