You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in FriendsOfSymfony/FOSHttpCacheBundle#283 we found that we should be able to use the --resolve option of curl [http://serverfault.com/questions/443949/how-to-test-a-https-url-with-a-given-ip-address](to force the IP of a domain), which translates to CURLOPT_RESOLVE in php .
any idea how we could achieve this in a generic way? to make things more interesting, we need this option at run time, we typically need this when talking to several servers...
The text was updated successfully, but these errors were encountered:
Don't think it can be generic enough to belong in a plugin, more to a client implementation IMO.
BTW for talking to multiple servers i have write some issues and beginning work of some stuff in the client-common package, maybe it will be better in this repo or the implementation, WDYT ?
in FriendsOfSymfony/FOSHttpCacheBundle#283 we found that we should be able to use the
--resolve
option of curl [http://serverfault.com/questions/443949/how-to-test-a-https-url-with-a-given-ip-address](to force the IP of a domain), which translates to CURLOPT_RESOLVE in php .any idea how we could achieve this in a generic way? to make things more interesting, we need this option at run time, we typically need this when talking to several servers...
The text was updated successfully, but these errors were encountered: