Re: [tw5] WebServer API error on PUT

2020-05-07 Thread Arlen Beiler
If you try creating a tiddler in the regular wiki and inspect the network request you'll notice there is an x-requested-with header there. That is there to keep random requests from accidentally putting tiddlers. So if you copy that value into your request you should be good to go. On Thu, May 7,

[tw5] WebServer API error on PUT

2020-05-07 Thread Brian C
I started my tiddlywiki server with no username/password. All the GET commands work just fine. But when I send a basic PUT request to create a tiddler, I am getting: HTTP/1.1 403 'X-Requested-With' header required to login to 'Brian's Space' -Brian -- You received this message because