Open GoogleCodeExporter opened 9 years ago
Really thanks for submitting this issue! I haven't encountered such a problem
before. Then, is there a fast way to reproduce this error? Shall I make any
special
configuration to my HTTP server?
Original comment by Humu2...@gmail.com
on 26 Nov 2014 at 1:18
I'm really suprised with such a quick response :)
I don't know exactly what headers Safari sends beacuse standard Safari debugger
on Mac seems like not telling the whole truth about headers but I think it can
be emulated by adding some additional headers to ajax request, such as
If-None-Match with the same value as ETag header from the first Response. At
least I could have emulated that by using Advanced Rest Client in Chrome.
Original comment by kamilka....@gmail.com
on 26 Nov 2014 at 2:29
I just checked the source code. It seems there's no POST method used. All the
file requests are through GET method. See
http://code.google.com/p/jsc3d/source/browse/trunk/jsc3d/jsc3d.js#5075 for
example. I guess the copy you are using may be a modified version of this
library.
Anyway I'll google these keywords to see if I can find some useful information
on this topic.
Original comment by Humu2...@gmail.com
on 26 Nov 2014 at 3:29
Yes, you're right. I took for granted that the library I have is original and
without any modifications but it seems that it was spoiled. So, anyway sorry
for wasting your time.
Original comment by kamilka....@gmail.com
on 27 Nov 2014 at 6:31
I guess you could check out the latest edition from the repository and see
whether it works correctly in your project :-)
Original comment by Humu2...@gmail.com
on 27 Nov 2014 at 7:54
Original issue reported on code.google.com by
kamilka....@gmail.com
on 26 Nov 2014 at 12:13