Opened 8 years ago

Closed 6 years ago

Last modified 6 years ago

#12844 closed bug (fixed)

Web+ cannot load http://fatelk.com/repo

Reported by: bbjimmy Owned by: pulkomandy
Priority: normal Milestone: Unscheduled
Component: Applications/WebPositive Version: R1/Development
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

loaf http://fatelk.com/repo in WebPositive and get a blank page.

This seems to be due to the re-direction of the url, although http://coquillemartialarts.com/fatelk/repo/index.html doesn't seem to load either. both methods load just fine in Qupzilla or BeZillaBrowser.

hrev50387 but it seems that this site has never loaded in Web+.

Change History (8)

comment:1 by pulkomandy, 8 years ago

Component: - GeneralApplications/WebPositive
Owner: changed from nobody to pulkomandy
Status: newin-progress

comment:2 by pulkomandy, 7 years ago

It works fine here with hrev50635.

I get a strange 302 redirect from the server:

    HTTP: Resolving http://fatelk.com/repo
    HTTP: Status line received: Code 302 (Found)
<-- HTTP: Location: /repo
unexpected character '/' terminating the protocol
failure to explode url

I think there are two problems with this: 1) 302 redirects should have an absolute URL (http://something), not just a path 2) I the page trying to redirect to itself?

Then WebPositive makes a second request. The only difference is an extra HTTP header:

--> HTTP: Referer: http://fatelk.com/repo

And in this second time I get a 200 OK response, and it seems the page content redirects me to http://coquillemartialarts.com/fatelk/repo. BUT, this is not the end of the story, as that page is a 301 redirect to:

<-- HTTP: Location: http://coquillemartialarts.com/fatelk/repo/

It redirects to a page with the same name but an extra / at the end.There is finally the actual page with the contents.

This went smoothly for me with both Web+ and a test build of the next release. Do you still have this problem in current nightlies?

comment:3 by bbjimmy, 7 years ago

After updating to hrev50643, WebPositive still does not load the site for me. It still loads just fine in QupZilla.

comment:4 by bbjimmy, 7 years ago

on hrev51167 using http://coquillemartialarts.com/fatelk/repo/ I still get a blank page in WebPositive.

BeZilla works, Qupzilla works, but WebPositive does not.

comment:5 by pulkomandy, 6 years ago

Please retry with haikuwebkit 1.6.3 on a recent nightly. Seems to be working for me now.

comment:6 by vidrep, 6 years ago

Just tried the fatelk repo using HaikuWebKit 1.6.3 on 64 bit - works OK here.

comment:7 by waddlesplash, 6 years ago

Resolution: fixed
Status: in-progressclosed

comment:8 by bbjimmy, 6 years ago

After changing to a different intertnet provider, web+ shows fatelk.com properly. but not until the change. hrev51639

Note: See TracTickets for help on using tickets.