Post B7AloxLomd1eJSLoSu by p
 (DIR) More posts by p
 (DIR) Post #B791BYukuiKaBI0ghk by kirby
       2026-06-09T03:43:27.402297Z
       
       1 likes, 0 repeats
       
       Yeah I'm pretty sure I've found a bug with Pleroma. How did we get here?image.png
       
 (DIR) Post #B791QA3ZcI7TQi60au by kirby
       2026-06-09T03:46:05.705808Z
       
       0 likes, 0 repeats
       
       cc @p you might take an interest in this, i make a POST request with the go http.NewRequest func, make a client do da ting and BAM! pleroma thinks its a get request. how the hegg is fedibbs even possible even though you're using the default go http library?
       
 (DIR) Post #B793Vs7tOTzRSvy0ps by kirby
       2026-06-09T04:09:32.235646Z
       
       2 likes, 0 repeats
       
       @p nvm https upgrade caused a get redirect
       
 (DIR) Post #B7AlgF2JeyZEYb4c64 by p
       2026-06-09T23:59:08.611496Z
       
       0 likes, 0 repeats
       
       @kirby > BAM! pleroma thinks its a get requestIt is way more likely that code error or logger error.
       
 (DIR) Post #B7AlluhaAx8PEE51eK by p
       2026-06-10T00:00:10.117963Z
       
       0 likes, 0 repeats
       
       @kirby But> how the hegg is fedibbs even possible even though you're using the default go http library?Because the standard HTTP library is fine.  doc/contributing gives an overview of the parts that may be relevant to someone that wants to look at this code to make other code.
       
 (DIR) Post #B7AloxLomd1eJSLoSu by p
       2026-06-10T00:00:43.110563Z
       
       0 likes, 0 repeats
       
       @kirby > nvm https upgrade caused a get redirect:alexjonesconfuse: