Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • BTW, don't you need to included the protocol on the return value (for those that are lurking)? As in return 'example.com/posthandler' ? Commented Jan 7, 2018 at 22:03
  • Yes, in use I put the actual handler there I just didn't want to post it on a public forum. Commented Jan 10, 2018 at 22:58
  • My point was that the return value should include the "https://" part (which actually doesn't appear in the comment, due to how this place formats links). Commented Jan 10, 2018 at 23:28