factionsecurity / faction

Pen Test Report Generation and Assessment Collaboration
https://www.factionsecurity.com/
GNU General Public License v2.0
411 stars 27 forks source link

Unable to retrieve assessment details #53

Closed S-Velayutham closed 5 months ago

S-Velayutham commented 5 months ago

Hi Team,

Unable to retrieve the details, Am i going wrong anywhere . Kindly look into the screenshot & please advice

Screenshot 2024-03-28 103347
summitt commented 5 months ago

I really need to write better documentation here...

You need to add the path of the API here. If (for example) you access Faction at http://myserver.com:8080/ then the API is at http://myserver.com:8080/api.

You may have deployed faction somewhere other than ROOT on Tomcat. In that case, if you access Faction at http://myserver.com:8080/myfaction/ then the api will be at https://myserver.com:8080/myfaction/api

Hope this helps.

S-Velayutham commented 5 months ago

Thank you

S-Velayutham commented 5 months ago

Thank you