AGB  ·  Datenschutz  ·  Impressum  







Anmelden
Nützliche Links
Registrieren
Zurück Delphi-PRAXiS Suchfunktion Ergebnis der Suchanfrage

Ergebnis der Suchanfrage


Datum des Suchindex: Heute, 22:17

Parameter dieser Suchanfrage:

Suche in Thema: Zugriff auf Shopware REST API mit idHTTP
Suche alle Beiträge, die von "mocition" geschrieben wurden
• Suchmethode: "Suche nach allen Begriffen"
• Nach Datum (firstpost) sortiert
• Zeige Treffer als Beiträge
Zeige 9 von insges. 9 Treffern
Suche benötigte 0.004s

Es liegen Ergebnisse in folgenden Bereichen vor:

  • Forum: Netzwerke

    AW: Zugriff auf Shopware REST API mit idHTTP

      Delphi
      by mocition, 21. Nov 2012
    ach ich Depp!!
    Beim Zugriff über den Browser http://localhost/api meldet der Server auch eine "404 Not Found" zurück.
    Wenn ich allerdings http://localhost/api/articles mit dem Server oder mit Delphi zugreife, dann bekomm ich "200 OK"

    !!Danke für die Hilfe!!
  • Forum: Netzwerke

    AW: Zugriff auf Shopware REST API mit idHTTP

      Delphi
      by mocition, 21. Nov 2012
    Ich habe bei HTTPOptions die hoInProcessAuth aktiviert und jetzt werden die Digest Auth mitgeschickt:
    GET http://localhost/api HTTP/1.1
    Connection: keep-alive
    Content-Type: application/json; charset=utf-8
    Host: localhost
    Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
    Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
    Accept-Encoding: gzip,deflate,sdch, identity...
  • Forum: Netzwerke

    AW: Zugriff auf Shopware REST API mit idHTTP

      Delphi
      by mocition, 21. Nov 2012
    so schaut der Get Request mit dem Delphi Programm aus:
    GET http://localhost/api HTTP/1.1
    Connection: keep-alive
    Host: localhost
    Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
    Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
    Accept-Encoding: gzip,deflate,sdch, identity
    Accept-Language: de-AT,de;q=0.8,en-US;q=0.6,en;q=0.4
    User-Agent: Mozilla/5.0 (Windows NT 6.1;...
  • Forum: Netzwerke

    AW: Zugriff auf Shopware REST API mit idHTTP

      Delphi
      by mocition, 21. Nov 2012
    @Union:
    BasicAuthentication auf False hat nicht geholfen.

    Ich habe jetzt den Aufruf über den Browser gemacht und mit dem Fiddler mitgeloggt:
    GET http://localhost/api HTTP/1.1
    Host: localhost
    User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:16.0) Gecko/20100101 Firefox/16.0
    Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
    Accept-Language:...
  • Forum: Netzwerke

    AW: Zugriff auf Shopware REST API mit idHTTP

      Delphi
      by mocition, 20. Nov 2012
    Digest Auth hab ich mal ausgelesen, verbinden kann ich aber immer noch nicht:
    Digest username="meinApiUser",
    realm="Shopware4 REST-API",
    nonce="dc0e78ffcbef3a87b5e5bfd2719f38e6",
    algorithm="MD5",
    uri="/api/",
    qop="auth",
    nc=00000001,
    cnonce="a387e108184985c695c70eb999bd4f9c",
    response="4ba62efad9e4c33276e342b58128ddea",
  • Forum: Netzwerke

    AW: Zugriff auf Shopware REST API mit idHTTP

      Delphi
      by mocition, 20. Nov 2012
    Mit Digest Authetifizierung bekomm ich: HTTP/1.1 400 Bad Request


    var MemoryStream: TMemoryStream;
    begin
    MemoryStream := TMemoryStream.Create;
    try
    IdHTTP1.Request.URL := 'http://localhost/api';

    IdHTTP1.Request.Authentication := TIdDigestAuthentication.Create;
  • Forum: Netzwerke

    AW: Zugriff auf Shopware REST API mit idHTTP

      Delphi
      by mocition, 20. Nov 2012
    nein, es ist die Version 10.5.7.
    Ich hol mir die aktuellste Version und probier es nochmals
  • Forum: Netzwerke

    AW: Zugriff auf Shopware REST API mit idHTTP

      Delphi
      by mocition, 20. Nov 2012
    Hallo mjustin,

    ja im Browser funktioniert es. Sowohl mit dem Anmelde-Dialog als auch mit http://meinApiUser:meinApiKey@localhost/api
  • Forum: Netzwerke

    Zugriff auf Shopware REST API mit idHTTP

      Delphi
      by mocition, 20. Nov 2012
    Hallo,

    ich würde gerne die REST API von Shopware (Link zur REST API Dokumentation) nutzen und versuche mit diesem Code darauf zugreifen:


    var MemoryStream: TMemoryStream;
    begin

    MemoryStream := TMemoryStream.Create;
    try


URL zu dieser Suchanfrage:

https://www.delphipraxis.net/dp_search.php?do=usersearch&search_username=mocition&search_exact_username=1&search_sortby=dateline&search_resulttype=post&search_matchmode=0&searchthreadid=171695
Impressum · AGB · Datenschutz · Nach oben
Alle Zeitangaben in WEZ +1. Es ist jetzt 22:33 Uhr.
Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz