Search found 3 matches

by fallback
May 17th, 2016, 7:13 am
Forum: General Help
Topic: Passworded nzb via RSS Feed
Replies: 8
Views: 4884

Re: Passworded nzb via RSS Feed

That should do it, right?

$ curl -sI http://domain.tld/feeds/download.php?id=1790639 | grep ^X-DNZB
X-DNZB-PASSWORD: vgHdf2NJo5yhNM5adjcn

$ grep meta *nzb
<head><meta type='password'>vgHdf2NJo5yhNM5adjcn</meta></head>
by fallback
May 15th, 2016, 7:21 am
Forum: General Help
Topic: Passworded nzb via RSS Feed
Replies: 8
Views: 4884

Re: Passworded nzb via RSS Feed

Thanks for your reply, shypike.

Good to know. Do you have any information on the HTTP method? How should the http header look like?

Thank you.
by fallback
May 15th, 2016, 4:26 am
Forum: General Help
Topic: Passworded nzb via RSS Feed
Replies: 8
Views: 4884

Passworded nzb via RSS Feed

Hi guys, i got the url "http://domain.tld/download.php?id=1337" which starts the download of an legit nzb (for eg) : mynzb_{{PASSWORD}}.nzb When putting the nzb in to my watched-folder, the download is added correctly and the password is recognized perfectly. But when using the same URL wi...