Closed
Bug 236230
Opened 21 years ago
Closed 21 years ago
sometime firefox sends a SOAP request instead of an HTTP request
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jefpober, Assigned: bugzilla)
Details
User-Agent:
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7b) Gecko/20040302 Firefox/0.8.0+
Sometimes, totally random, Firefox seems to send a SOAP request to the webserver
instead of a normal HTTP request. Output is always:
<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:amazon="http://soap.amazon.com"><SOAP-ENV:Body><SOAP-ENV:Fault><faultcode
xsi:type="xsd:string">SOAP-ENV:Client</faultcode><faultstring
xsi:type="xsd:string">We encountered an error at our end while processing your
request. Please try again
</faultstring><detail xsi:type="xsd:string"> There were no exact matches for the
search
</detail></SOAP-ENV:Fault></SOAP-ENV:Body></SOAP-ENV:Envelope><!-- Request ID:
0AYG1V5RS6CG9CBKAY5W -->
Reproducible: Couldn't Reproduce
Steps to Reproduce:
Reporter | ||
Updated•21 years ago
|
Summary: sometime firefix sends a SOAP request instead of an HTTP request → sometime firefox sends a SOAP request instead of an HTTP request
Reporter | ||
Comment 1•21 years ago
|
||
I think I found the reason. This bug is caused by the Muine Music Player
(http://muine.gooeylinux.org/) doing SOAP requests to Amazon (for album art).
How this could be influencing Firefox is a mystery to me. Recent output when
visiting a normal web page (which seems to be the request for Peaches, one of
the artists in my music collection):
-
<SOAP-ENV:Envelope
SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
-
<SOAP-ENV:Body>
-
<namesp129:ArtistSearchRequestResponse>
-
<return xsi:type="amazon:ProductInfo">
<TotalResults xsi:type="xsd:string">1</TotalResults>
<TotalPages xsi:type="xsd:string">1</TotalPages>
-
<Details SOAP-ENC:arrayType="amazon:Details[1]" xsi:type="SOAP-ENC:Array">
-
<Details xsi:type="amazon:Details">
-
<Url xsi:type="xsd:string">
http://www.amazon.com/exec/obidos/ASIN/B0000AKPFZ/webservices-20?dev-t=INSERT
DEV TAG HERE%26camp=2025%26link_code=sp1
</Url>
<Asin xsi:type="xsd:string">B0000AKPFZ</Asin>
<ProductName xsi:type="xsd:string">Peaches - Fatherfucker</ProductName>
<Catalog xsi:type="xsd:string">Music</Catalog>
-
<Artists SOAP-ENC:arrayType="xsd:string[1]" xsi:type="SOAP-ENC:Array">
<Artist xsi:type="xsd:string">Peaches</Artist>
</Artists>
<ReleaseDate xsi:type="xsd:string">23 September, 2003</ReleaseDate>
<Manufacturer xsi:type="xsd:string">Beggars Xl Recording</Manufacturer>
-
<ImageUrlSmall xsi:type="xsd:string">
http://images.amazon.com/images/P/B0000AKPFZ.01.THUMBZZZ.jpg
</ImageUrlSmall>
-
<ImageUrlMedium xsi:type="xsd:string">
http://images.amazon.com/images/P/B0000AKPFZ.01.MZZZZZZZ.jpg
</ImageUrlMedium>
-
<ImageUrlLarge xsi:type="xsd:string">
http://images.amazon.com/images/P/B0000AKPFZ.01.LZZZZZZZ.jpg
</ImageUrlLarge>
<ListPrice xsi:type="xsd:string">$14.98</ListPrice>
<OurPrice xsi:type="xsd:string">$14.98</OurPrice>
<UsedPrice xsi:type="xsd:string">$11.87</UsedPrice>
<ThirdPartyNewPrice xsi:type="xsd:string">$10.99</ThirdPartyNewPrice>
<SalesRank xsi:type="xsd:string">3,780</SalesRank>
-
<Lists SOAP-ENC:arrayType="xsd:string[3]" xsi:type="SOAP-ENC:Array">
<ListId xsi:type="xsd:string">32MXMYZ0B4XZN</ListId>
<ListId xsi:type="xsd:string">1S7PIHRHZ3LME</ListId>
<ListId xsi:type="xsd:string">3VSLFQJ5NLYJ3</ListId>
</Lists>
-
<Tracks SOAP-ENC:arrayType="amazon:Track[12]" xsi:type="SOAP-ENC:Array">
-
<Track xsi:type="amazon:Track">
<TrackName xsi:type="xsd:string">I Don't Give A ...</TrackName>
</Track>
-
<Track xsi:type="amazon:Track">
<TrackName xsi:type="xsd:string">I'm The Kinda</TrackName>
</Track>
-
<Track xsi:type="amazon:Track">
<TrackName xsi:type="xsd:string">I U She</TrackName>
</Track>
-
<Track xsi:type="amazon:Track">
<TrackName xsi:type="xsd:string">Kick It</TrackName>
</Track>
-
<Track xsi:type="amazon:Track">
<TrackName xsi:type="xsd:string">Operate</TrackName>
</Track>
-
<Track xsi:type="amazon:Track">
<TrackName xsi:type="xsd:string">Tombstone, Baby</TrackName>
</Track>
-
<Track xsi:type="amazon:Track">
<TrackName xsi:type="xsd:string">Shake Yer Dix</TrackName>
</Track>
-
<Track xsi:type="amazon:Track">
<TrackName xsi:type="xsd:string">Rock 'N' Roll</TrackName>
</Track>
-
<Track xsi:type="amazon:Track">
<TrackName xsi:type="xsd:string">Stuff Me Up</TrackName>
</Track>
-
<Track xsi:type="amazon:Track">
<TrackName xsi:type="xsd:string">Back It Up, Boys</TrackName>
</Track>
-
<Track xsi:type="amazon:Track">
<TrackName xsi:type="xsd:string">The Inch</TrackName>
</Track>
-
<Track xsi:type="amazon:Track">
<TrackName xsi:type="xsd:string">Bag It</TrackName>
</Track>
</Tracks>
-
<BrowseList SOAP-ENC:arrayType="amazon:BrowseNode[2]" xsi:type="SOAP-ENC:Array">
-
<BrowseNode xsi:type="amazon:BrowseNode">
<BrowseName xsi:type="xsd:string">Pop</BrowseName>
</BrowseNode>
-
<BrowseNode xsi:type="amazon:BrowseNode">
<BrowseName xsi:type="xsd:string">Rock</BrowseName>
</BrowseNode>
</BrowseList>
<Media xsi:type="xsd:string">Audio CD</Media>
<Availability xsi:type="xsd:string">Usually ships within 24 hours</Availability>
<Upc xsi:type="xsd:string">634904017125</Upc>
-
<Reviews xsi:type="amazon:Reviews">
<AvgCustomerRating xsi:type="xsd:string">3.89</AvgCustomerRating>
<TotalCustomerReviews xsi:type="xsd:string">9</TotalCustomerReviews>
-
<CustomerReviews SOAP-ENC:arrayType="amazon:CustomerReview[3]"
xsi:type="SOAP-ENC:Array">
-
<CustomerReview xsi:type="amazon:CustomerReview">
<Rating xsi:type="xsd:string">3</Rating>
<Summary xsi:type="xsd:string">Heres what I think...</Summary>
-
<Comment xsi:type="xsd:string">
What can be said about Peaches? For some reason many people see her as an icon
of sorts, however I seriously beg to differ. She always has a pretty good beat
to her music, and her lyrics are subpar. It doesn't take much to write the types
of songs she does. If porno music had words, she would be the top lyricist. I
guess maybe I look too deep into things being a lyricist myself. But seriously,
Peaches is nothing more than a novelty. Shes like the sexual side of Marilyn
Manson. You sit and listen and scratch your head pondering, "Did she really say
that?". Peaches turned down working with Britney Spears because she thought
Britney's cd would be too censored, which makes me wonder if Peaches can
actually write anything of substance, or well, anything not so profane. I
recommend this cd to anyone looking for a fun cd to listen to with friends, that
don't mind constant filth. Do I like it? Yeah, its not bad, but she is far from
an icon, and she don't really have much of a singing voice. I listen mainly for
the beats, and I get a kick out of the whole shock value system that I think she
relies on.
</Comment>
</CustomerReview>
-
<CustomerReview xsi:type="amazon:CustomerReview">
<Rating xsi:type="xsd:string">5</Rating>
<Summary xsi:type="xsd:string">she's an icon</Summary>
-
<Comment xsi:type="xsd:string">
peachy is up there with grace jones, tina turner, iggy pop and a host of other
rock and roll / music icons. for real, she's amazing. I've seen 20 of her shows
and I won't miss the next one either. BUY this cd and go see her live if you
can. AMAZING!
</Comment>
</CustomerReview>
-
<CustomerReview xsi:type="amazon:CustomerReview">
<Rating xsi:type="xsd:string">5</Rating>
<Summary xsi:type="xsd:string">The Art of Filth</Summary>
-
<Comment xsi:type="xsd:string">
I was introduced to Peaches by a friend right after Teaches of Peaches came out.
I immediately fell in love! She creates her art with force that feeds your brain
with euphoria and makes you realize that she will not be stifled lyrically and
you appreciate her as a musician, writer and creator while she gives the
empowerment of women a whole new meaning. Fatherfu*#er is quite different than
her debut. It rocks out more, she has some awesome guest musicians and she uses
her platform in a different way this time. Still, she remains true to her power
vulgarity and in-your-face rhymes that are amazing. The first time I listened to
the album, I was shocked that she could once again create something just as good
as Teaches, if not better. She's like a white Lil' Kim mixed with a little
chicks on speed. This album also contains 3 videos where she shows you what she
means when she performs. I love this album and I cannot wait to see her in
concert if she tours soon. Buy this album and listen intently and open-mindedly.
You will catch on to her ideals in this one a bit more than in Teaches. This
woman is amazing and completely underrated in my opinion!
</Comment>
</CustomerReview>
</CustomerReviews>
</Reviews>
-
<SimilarProducts SOAP-ENC:arrayType="xsd:string[5]" xsi:type="SOAP-ENC:Array">
<Product xsi:type="xsd:string">B00006L3HS</Product>
<Product xsi:type="xsd:string">B000062Y9I</Product>
<Product xsi:type="xsd:string">B00008VOQM</Product>
<Product xsi:type="xsd:string">B00008V616</Product>
<Product xsi:type="xsd:string">B0000DD56E</Product>
</SimilarProducts>
</Details>
</Details>
</return>
</namesp129:ArtistSearchRequestResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
<!-- Request ID: 15P61B52A5RVM4JGH5WN -->
(In reply to comment #0)
> User-Agent:
> Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7b)
Gecko/20040302 Firefox/0.8.0+
>
> Sometimes, totally random, Firefox seems to send a SOAP request to the webserver
> instead of a normal HTTP request. Output is always:
>
> <?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope
> xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
> SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
> xmlns:xsd="http://www.w3.org/2001/XMLSchema"
> xmlns:amazon="http://soap.amazon.com"><SOAP-ENV:Body><SOAP-ENV:Fault><faultcode
> xsi:type="xsd:string">SOAP-ENV:Client</faultcode><faultstring
> xsi:type="xsd:string">We encountered an error at our end while processing your
> request. Please try again
> </faultstring><detail xsi:type="xsd:string"> There were no exact matches for the
> search
> </detail></SOAP-ENV:Fault></SOAP-ENV:Body></SOAP-ENV:Envelope><!-- Request ID:
> 0AYG1V5RS6CG9CBKAY5W -->
>
> Reproducible: Couldn't Reproduce
> Steps to Reproduce:
Comment 2•21 years ago
|
||
This has also been reported as a bug against muine at:
http://bugzilla.gnome.org/show_bug.cgi?id=136005
Reporter | ||
Comment 3•21 years ago
|
||
Probably had to do with malfunctional Squid. You can close this bug. Sorry for
the incovience.
Comment 4•21 years ago
|
||
Resolving WorksForMe
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•