Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

[12:06:58 CST(-0600)] <dd_> hello

[12:07:12 CST(-0600)] <dd_> i am having a problem with webproxy portlet

[12:07:36 CST(-0600)] <dd_> i am using it with a php application that involves uploading a file

[12:07:55 CST(-0600)] <EricDalquist> I don't believe web proxy can proxy form uploads

[12:08:03 CST(-0600)] <EricDalquist> well at least we've never used it that way

[12:09:40 CST(-0600)] <dd_> so it can't handle multipart forms?

[12:09:51 CST(-0600)] <EricDalquist> I don't believe so

[12:10:04 CST(-0600)] <EricDalquist> I don't think the logic is there to handle the streaming of the request to the backend server

[12:10:11 CST(-0600)] <EricDalquist> which would be required for it to work right

[12:10:24 CST(-0600)] <dd_> ah, ok

[12:10:25 CST(-0600)] <EricDalquist> it wouldn't really be reasonable for the portlet to buffer the entire post

[12:10:29 CST(-0600)] <EricDalquist> and then replay it

[12:10:36 CST(-0600)] <EricDalquist> and that is essentially what the portlet does with requests

  • No labels