

1·
17 days agoYes that would be an alternative. But I’m looking for a more user friendly client that could achieve the goal.
Not sending a user agent at all is realistically speaking not feasible.
Actually it should be feasible


Yes that would be an alternative. But I’m looking for a more user friendly client that could achieve the goal.
Not sending a user agent at all is realistically speaking not feasible.
Actually it should be feasible


I’m sorry if my question is inappropriate


I just checked, they do send user agent to lemmy server.
For example
final appVersion = getCurrentVersion(removeInternalBuildNumber: true, trimV: true);
return {
'User-Agent': 'Thunder/$appVersion',
'Content-Type': 'application/json',
'Accept': 'application/json',
if (account.jwt != null) 'Authorization': 'Bearer ${account.jwt}',


Yes that would be an alternative. But I’m looking for a more user friendly client that could achieve the goal.


Thanks this is very helpful


Thanks this is very helpful
Thanks for the suggestion but though it might not be difficult, it is still inconvinient