Skip to content

IdHTTPProxyServer & AJAX Requests #102

Description

@rlebeau
  1. Create a IdHTTPProxyServer
  2. Set port to 8080
  3. Active := True
  4. Set IE Proxy to 127.0.0.1:8080

When typing in to google search the requests aren't going through IdHTTPProxyServer. Why is that?

Also why is it not possible to monitor https urls? I can only see normal http?

procedure TManager.OnHTTPBeforeCommand(AContext: TIdHTTPProxyServerContext);
var
  URL : String;
begin
  URL := AContext.Target; // << will only be http:// 
end;

Metadata

Metadata

Assignees

No one assigned

    Labels

    Element: HTTPIssues related to HTTP handling, TIdHTTP, TIdHTTPServer, TIdHTTPProxyServer, etcElement: ProxiesIssues related to Proxy handlingStatus: Review NeededIssue needs further review to decide next statusType: QuestionIssue is asking a question, or requesting support/clarity

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions