https://discord.gg/botpress logo
nah its giving me that splash screen. try the url...
# 💻developers
n
nah its giving me that splash screen. try the url i sent you the pastebin hello world. if you can get it to work with that then you can get it to work with your api. Go to your webtools, Ctrl-Shift-I, -> Network -> F5 to refresh -> click on your I guess its a GET if you use a broswer GET data. Look at the Headers. Look for some sort of token, maybe it says BEARER ...etc. that gets you passed the spalsh screen to your data. Basically im saying make sure it works for you in BP, if it does by getting that pastebin...then the problem is your api auth. play around with postman...or burp suite. burp suite can capture your POST and GET calls in real time, you can use those and feed them to axios as HTTP headers.