Pablo-WMDE added a comment.

  Hi @akosiaris,
  
  could you please provide a (curl) example of how the request is supposed to 
look like? Seems we will need this either way - as specification for what we 
are supposed to implement - because of lack of understanding on our part.
  
  What I understood we are supposed to implement (the resolve part under ops 
control on a container level; specific IP just as an example)...
  
    $ curl -v --resolve appservers.discovery.wmnet:80:217.160.0.248 -H "Host: 
www.wikidata.org" http://appservers.discovery.wmnet/w/api.php
    * Added appservers.discovery.wmnet:80:217.160.0.248 to DNS cache
    * Hostname appservers.discovery.wmnet was found in DNS cache
    *   Trying 217.160.0.248...
    * TCP_NODELAY set
    * Connected to appservers.discovery.wmnet (217.160.0.248) port 80 (#0)
     > GET /w/api.php HTTP/1.1
     > Host: www.wikidata.org
    ...
  
  The following does the same thing...
  
    $ curl -v --resolve www.wikidata.org:80:217.160.0.248 
http://www.wikidata.org/w/api.php
    * Added www.wikidata.org:80:217.160.0.248 to DNS cache
    * Hostname www.wikidata.org was found in DNS cache
    *   Trying 217.160.0.248...
    * TCP_NODELAY set
    * Connected to www.wikidata.org (217.160.0.248) port 80 (#0)
     > GET /w/api.php HTTP/1.1
     > Host: www.wikidata.org
    ...
  
  What are we missing?
  Thanks

TASK DETAIL
  https://phabricator.wikimedia.org/T220402

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Pablo-WMDE
Cc: Krenair, fsero, mobrovac, Matthias_Geisler_WMDE, Pablo-WMDE, Dzahn, 
Addshore, Tarrow, Lea_WMDE, WMDE-leszek, Jakob_WMDE, Aklapper, akosiaris, 
E.S.A-Sheild, darthmon_wmde, alaa_wmde, joker88john, Legado_Shulgin, CucyNoiD, 
Nandana, NebulousIris, thifranc, AndyTan, Gaboe420, Versusxo, 
Majesticalreaper22, Giuliamocci, Davinaclare77, Adrian1985, Qtn1293, Cpaulf30, 
Lahi, Gq86, Baloch007, Darkminds3113, Bsandipan, Lordiis, GoranSMilovanovic, 
Adik2382, Th3d3v1ls, Hfbn0, Ramalepe, Liugev6, QZanden, LawExplorer, WSH1906, 
Lewizho99, Zppix, Maathavan, _jensen, rosalieper, Liudvikas, Wong128hk, Eevans, 
thcipriani, Hardikj, Wikidata-bugs, aude, Lydia_Pintscher, dduvall, faidon, 
Jdforrester-WMF, Mbch331, Jay8g, fgiunchedi
_______________________________________________
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs

Reply via email to