in reply to Re^4: Basic rest service help
in thread Basic rest service help
What is the first few bytes of treasury.yml?
Add something like this to library.cgi to see what it receives$ head -c10 treasury.yml | od -tacx1 0000000 - - - cr nl a u t h o - - - \r \n a u t h o 2d 2d 2d 0d 0a 61 75 74 68 6f 0000012
use Data::Dumper; warn Dumper($data),' ';
|
|---|