Closed horise closed 1 year ago
Hi, Using the default hard coded intigriti URL endpoint, I can get nothing from intigriti.
After checking the http request traffic, I found that the Intigriti URL endpoint has changed to: INTIGRITI_PROGRAMS_ENDPOINT = "https://api.intigriti.com/core/researcher/programs" INTIGRITI_PROGRAM_BASE_ENDPOINT = "https://api.intigriti.com/core/researcher/programs"
I have tested on my side, manually update the source code "github.com/bbscope/pkg/platforms/intigriti/intigriti.go", will fix this issue.
Thank you!
Hi, Using the default hard coded intigriti URL endpoint, I can get nothing from intigriti.
After checking the http request traffic, I found that the Intigriti URL endpoint has changed to: INTIGRITI_PROGRAMS_ENDPOINT = "https://api.intigriti.com/core/researcher/programs" INTIGRITI_PROGRAM_BASE_ENDPOINT = "https://api.intigriti.com/core/researcher/programs"
I have tested on my side, manually update the source code "github.com/bbscope/pkg/platforms/intigriti/intigriti.go", will fix this issue.