claudiajs / claudia-bot-builder

Create chat bots for Facebook Messenger, Slack, Amazon Alexa, Skype, Telegram, Viber, Line, GroupMe, Kik and Twilio and deploy to AWS Lambda in minutes
https://claudiajs.com/claudia-bot-builder.html
MIT License
1.84k stars 253 forks source link

added url path normalization code to deal with cases of `/../` in the url #111

Closed gavinr closed 6 years ago

gavinr commented 6 years ago

@simalexan please take a look. thanks!

simalexan commented 6 years ago

@gavinr this is great, we can proceed further now. And as you've seen the process is kinda "demoralizing" if you're using an external HTTP service instead of an AWS Lambda function.

simalexan commented 6 years ago

@gavinr We should also add tests along the way, as this seems to be failing the tests.