access the secure site via hooks
AnsweredHow can i access the secure site via hooks. do we have to give extra parameters on creating hooks, or we have to change API authentication code.
-
Why Not,
Ii was working on podio for couple of weeks, and it is working fine, now i have to more the whole;e process to my client's domain, which is password protected, so when any hook is called via podio, due to authentication the hooks were unreachable to there required files and so our code stuck and didn't execute.
Web Hooks allow me to notify about creation, update and deletion of any item on podio. These are created by giving simple URL, to which podio email/ post there items detail. and and we can able to get detail on our web pages.
Now my question is that, if my client's site is password protected, is there any way through which we manage our files and get podio record detail on our site. because if site is password protected, it doesn't allow podio to access there pages.
thanks a lot to take interest.
-
Your webhook endpoint must naturally be accessible in some way. Otherwise there is no way Podio can POST to them. The only thing I can think of is that if your password protection is handled by HTTP authentication you can specify the username and password in the webhook endpoint (e.g. https://username:password@example.com ). If you are using a different password protection you will need to turn that off for your webhook endpoint for things to work.
Please sign in to leave a comment.
Comments
3 comments