On Tuesday 2020-07-07 13:42, Stefan Seyfried wrote:
Am 07.07.20 um 10:53 schrieb Stasiek Michalski:
On Tue, Jul 7, 2020 at 10:44, Dan Čermák <dcermak@suse.com> wrote:
This is probably not going to get any simpler given the recent DOS "attacks" (not sure if they were attacks, but OBS' public routes got hammered by web crawlers), see https://github.com/openSUSE/open-build-service/issues/9876
It's probably all the people using HTML instead of the API because it doesn't require authentication
At least stable released OBS versions (no idea what is running on build.o.o) do not need authentication for most stuff, just go the /public route:
And because "/public/" does not look much different from "/", I had already filed a bug related to that :-/ https://github.com/openSUSE/open-build-service/issues/9880
seife:~> curl https://build.opensuse.org/build/home:seife <status code="anonymous_user"> <summary>Anonymous user is not allowed here - please login</summary> </status> seife:~> curl https://build.opensuse.org/public/build/home:seife <directory> <entry name="openSUSE_Factory"/> <entry name="SLE_11_SP1"/> <entry name="SLE_10SP3"/> <entry name="Fedora_24"/> </directory> -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org