python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Run two Spring endpoints at the same time
I have a Controller class with two endpoints:
@GetMapping("/refresh")
public String refresh() {
// does something
}
@GetMapping("/watch")
public String watch() {
// does ...

Okabe
Votes: 0
Answers: 1
Connection to Synapse Workspace with Private End Points. 403 error
I have set up a Synapse workspace to use a managed VNet with data exfilteration. This works ok when I allow Public Access.
However when I connect I get a 403 error when I disable public access.
I ha...

Steve-at-sword
Votes: 0
Answers: 2
Endpoint URL not found in axios PUT endpoint
When pressing a button, my app is suppose to subtract 1 from the current Quantity in the database where the name of the item is "CrossBag"
My PUT endpoint on the client:
confirm = () =&g...
webdesignnoob
Votes: 0
Answers: 1
Why do we use query parameters for GET endpoints?
I'm starting to learn about axios endpoints, and I was wondering why would we use query parameters for an endpoint?
Google states we use it as it "helps to retrieve specific data and performs act...
webdesignnoob
Votes: 0
Answers: 1