Solved

How to find endpoint on local host

  • 30 March 2023
  • 2 replies
  • 55 views

Userlevel 5
Badge +12

Hi, 

I would like to test some subroutines/endpoints on my local machine. I have a local indicium, and I use Universal gui to test my branch directly this way. 

When I use Postman to get/post something I tried things like 

" local host/indicium/24852/create_new_project ”

Where the number is de App id from the runtime config. 

However, Postman doesn't find a thing. 

How can I test this locally? 

Thanks!! 

Alexander 

icon

Best answer by Dick van den Brink 30 March 2023, 09:43

View original

This topic has been closed for comments

2 replies

Userlevel 4
Badge +2

Hi Blommetje,

I noticed you are having: indicium/24852/create_new_project

Did you try indicium/sf/24852/create_new_project  (so adding the /SF/ part).

This is mandatory when trying to execute the request on the SF. 

Userlevel 5
Badge +12

Apparently, I did not. 

But with that, it works. 

Thanks !