@cmtm78 writes: Hello, I am trying to build my own reader client on FreshRss (tinder like interface).
EasyRSS connects well to my FreshRSS server.
On my app, I can not pass the "token" phase of the API.
"http://www.acacis.com/p/api/greader.php/reader/api/0/token" where acacis.com is where my freshrss is located
In the log I have HTTP_AUTHORIZATION set but empty.
my ".htaccess" is
RewriteEngine on
RewriteRule .\* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
Server is a shared server at One.com.
What is wrong ? As easyRSS works fine, I suppose it is not my server. I must miss something.
Thanks for your help
@cmtm78 writes: Hello, I am trying to build my own reader client on FreshRss (tinder like interface).
EasyRSS connects well to my FreshRSS server.
On my app, I can not pass the "token" phase of the API.
"http://www.acacis.com/p/api/greader.php/reader/api/0/token" where acacis.com is where my freshrss is located
In the log I have HTTP_AUTHORIZATION set but empty.
RewriteEngine on RewriteRule .\* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]my ".htaccess" is
Server is a shared server at One.com.
What is wrong ? As easyRSS works fine, I suppose it is not my server. I must miss something.
Thanks for your help