scanoss / webhook

This is the repository of the SCANOSS webhook
BSD 3-Clause "New" or "Revised" License
6 stars 5 forks source link

reponse 403: Cookies must be enabled to use GitHub. #7

Closed azmiara closed 3 years ago

azmiara commented 3 years ago

Hi, when I configure the webhook on my Github repo, I get the error mentioned above.

  1. Should the Payload URL refer to webhook repo or API repo?

https://github.com/scanoss/API or https://github.com/scanoss/webhook?

  1. I also tried passing the encoded username and password in Payload URL

    https://username:password@github.com/scanoss/webhook

But it doesn't seem to work? What am I doing wrong?

scanossjs commented 3 years ago

Hello, thank you for your question. I am not sure how you are trying to set up the webhook. The webhook is supposed to be run as a web application that sits between your GitHub repository and the SCANOSS API. Can you confirm your setup?

Also, please bear in mind that the webhook is reference code that I'm afraid is not very well maintained. We will do our best to help you but please take into account that the webhook is not conceived as a industrial strength, production-ready solution.

scanossjs commented 3 years ago

Closing due to inactivity