16 years ago
Endpoint setting with a variable
Hi,
is there a way to set a global Endpoint for all the HTTP requests, and adding a different suffix to each HTTP request?
Meaning:
this will be the general Endpoint:
http://localhost:8080/
and for each HTTP request i'll add what i need:
the Endpoint of HTTP request "NEWHTTP" will be:
("the general endpoint i set earlier")/Login?
any ideas?
thanks!
is there a way to set a global Endpoint for all the HTTP requests, and adding a different suffix to each HTTP request?
Meaning:
this will be the general Endpoint:
http://localhost:8080/
and for each HTTP request i'll add what i need:
the Endpoint of HTTP request "NEWHTTP" will be:
("the general endpoint i set earlier")/Login?
any ideas?
thanks!