<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>Issue with the current default User-Agent used by lifreray portal</title>
  <link rel="self" href="https://liferay.dev/de/c/message_boards/find_thread?p_l_id=119785294&amp;threadId=123547769" />
  <subtitle>Issue with the current default User-Agent used by lifreray portal</subtitle>
  <id>https://liferay.dev/de/c/message_boards/find_thread?p_l_id=119785294&amp;threadId=123547769</id>
  <updated>2026-04-18T02:13:31Z</updated>
  <dc:date>2026-04-18T02:13:31Z</dc:date>
  <entry>
    <title>RE: RE: Issue with the current default User-Agent used by lifreray portal</title>
    <link rel="alternate" href="https://liferay.dev/de/c/message_boards/find_message?p_l_id=119785294&amp;messageId=123549840" />
    <author>
      <name>Timo Wiedenmann</name>
    </author>
    <id>https://liferay.dev/de/c/message_boards/find_message?p_l_id=119785294&amp;messageId=123549840</id>
    <updated>2025-08-21T14:32:26Z</updated>
    <published>2025-08-19T17:52:29Z</published>
    <summary type="html">&lt;p&gt;I just use the RSS Widget in a page and there the issue came up, no
  custom code - thats why i created this &amp;quot;bug report&amp;quot; as this
  might become a problem in the future when maybe more RSS publishers
  block this default user agent.&lt;/p&gt;
&lt;p&gt;I was just curios and searched the source code for the user agent
  definition to provide helpful information.&lt;/p&gt;
&lt;p&gt;Sorry for the confusion!&lt;/p&gt;</summary>
    <dc:creator>Timo Wiedenmann</dc:creator>
    <dc:date>2025-08-19T17:52:29Z</dc:date>
  </entry>
  <entry>
    <title>RE: RE: Issue with the current default User-Agent used by lifreray portal</title>
    <link rel="alternate" href="https://liferay.dev/de/c/message_boards/find_message?p_l_id=119785294&amp;messageId=123549688" />
    <author>
      <name>David H Nebinger</name>
    </author>
    <id>https://liferay.dev/de/c/message_boards/find_message?p_l_id=119785294&amp;messageId=123549688</id>
    <updated>2025-08-19T16:38:21Z</updated>
    <published>2025-08-19T16:38:16Z</published>
    <summary type="html">&lt;p&gt;I didn't know if you were calling the HttpImpl using custom code
  (where you would have been able to set the user agent) or leveraging
  an OOTB Liferay widget. Glad you got it resolved though!&lt;/p&gt;</summary>
    <dc:creator>David H Nebinger</dc:creator>
    <dc:date>2025-08-19T16:38:16Z</dc:date>
  </entry>
  <entry>
    <title>RE: Issue with the current default User-Agent used by lifreray portal</title>
    <link rel="alternate" href="https://liferay.dev/de/c/message_boards/find_message?p_l_id=119785294&amp;messageId=123549156" />
    <author>
      <name>Timo Wiedenmann</name>
    </author>
    <id>https://liferay.dev/de/c/message_boards/find_message?p_l_id=119785294&amp;messageId=123549156</id>
    <updated>2025-08-19T16:00:40Z</updated>
    <published>2025-08-19T12:34:55Z</published>
    <summary type="html">&lt;p&gt;Sorry, i didnt know about or find any place to set the an user-agent
  myself - where can i do this?&lt;/p&gt;
&lt;p&gt;​​​​​​​My issue was solved by the rss feed source - they unblocked
  the user agent for me.&lt;/p&gt;</summary>
    <dc:creator>Timo Wiedenmann</dc:creator>
    <dc:date>2025-08-19T12:34:55Z</dc:date>
  </entry>
  <entry>
    <title>RE: Issue with the current default User-Agent used by lifreray portal</title>
    <link rel="alternate" href="https://liferay.dev/de/c/message_boards/find_message?p_l_id=119785294&amp;messageId=123548381" />
    <author>
      <name>David H Nebinger</name>
    </author>
    <id>https://liferay.dev/de/c/message_boards/find_message?p_l_id=119785294&amp;messageId=123548381</id>
    <updated>2025-08-18T13:46:14Z</updated>
    <published>2025-08-18T13:46:13Z</published>
    <summary type="html">&lt;p&gt;It only sets the default if you haven't set a user agent yourself.&lt;/p&gt;
&lt;p&gt;You didn't provide any other context, but is this a possibility?&lt;/p&gt;</summary>
    <dc:creator>David H Nebinger</dc:creator>
    <dc:date>2025-08-18T13:46:13Z</dc:date>
  </entry>
  <entry>
    <title>Issue with the current default User-Agent used by lifreray portal</title>
    <link rel="alternate" href="https://liferay.dev/de/c/message_boards/find_message?p_l_id=119785294&amp;messageId=123547768" />
    <author>
      <name>Timo Wiedenmann</name>
    </author>
    <id>https://liferay.dev/de/c/message_boards/find_message?p_l_id=119785294&amp;messageId=123547768</id>
    <updated>2025-08-18T13:41:29Z</updated>
    <published>2025-08-17T13:45:00Z</published>
    <summary type="html">&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;i ran into an issue as the current default user
  agent &amp;quot;Mozilla/5.0 (Windows NT 6.3; Trident/7.0; rv 11.0) like
  Gecko&amp;quot; defined in com.liferay.portal.http.internal.HttpImpl is
  blocked for fetching RSS feed at one of my sources.&lt;/p&gt;
&lt;p&gt;A quick research showed, that this user agent represents Internet
  Explorer 11 on Windows 8.1, ​​​​​​​using the user agent sting
  &amp;quot;Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:141.0) Gecko/20100101
  Firefox/141.0&amp;quot; works fine.&lt;/p&gt;
&lt;p&gt;Maybe the default user agent should be updated to an actual user agent.&lt;/p&gt;
&lt;p&gt;Best regards, Timo&lt;/p&gt;</summary>
    <dc:creator>Timo Wiedenmann</dc:creator>
    <dc:date>2025-08-17T13:45:00Z</dc:date>
  </entry>
</feed>
